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>
contact form
Moderator: General Moderators
Re: contact form
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?
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: contact form
Explain how "it doesn't work". What code receives the request? Are there <form> tags around this <textarea> ?terrenuit wrote:now, when I fill over 40 letters, it doesn't work.
(#10850)
Re: contact form
thanks; I have resolved my problem