contact form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
terrenuit
Forum Commoner
Posts: 53
Joined: Tue Jul 08, 2014 2:18 pm

contact form

Post 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>
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: contact form

Post 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?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: contact form

Post 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> ?
(#10850)
terrenuit
Forum Commoner
Posts: 53
Joined: Tue Jul 08, 2014 2:18 pm

Re: contact form

Post by terrenuit »

thanks; I have resolved my problem
Post Reply