Page 1 of 1

contact form

Posted: Thu Feb 12, 2015 3:09 pm
by terrenuit
Hi,
how will I do the message of my contact form could accepte over 40 letters ?
now, when I fill over 40 letters, it doesn't work.
I wish someone can help me.

<p><b>Message:</b><br />
<textarea name="message" cols="40" rows="10" id="message" label="Message:"></textarea></p>

Re: contact form

Posted: Thu Feb 12, 2015 3:16 pm
by Celauran
There's nothing in the code you posted that would restrict the text to 40 characters. Something else must be interfering. What happens when you exceed 40 characters? What else can you tells us about the environment to give us some context?

Re: contact form

Posted: Thu Feb 12, 2015 10:39 pm
by Christopher
terrenuit wrote:now, when I fill over 40 letters, it doesn't work.
Explain how "it doesn't work". What code receives the request? Are there <form> tags around this <textarea> ?

Re: contact form

Posted: Sun Feb 15, 2015 2:52 am
by terrenuit
thanks; I have resolved my problem