aggiungi questo onsubmit nel form

<form... onsubmit="if (this.getElementsByTagName('textarea')[0].value.length > 45) { alert('stai fresco.'); return false; }">

Ciauz