Can you tell me what is wrong with this code? I'm trying to repost form data after the image verification has been incorrectly entered.
When I use that value, I get an error on the contact form:
and the code <br is shown in my input box.
I've been on Chronoforms for about 4 days now. Already loaded it on 3 of my sites and have been able to get all my questions answered via the FAQs and forums. GReat work.
Tony.
<input name="name" type="text" id="name" value=<?php echo $_POST['name']; ?>/>
When I use that value, I get an error on the contact form:
Notice: Undefined index: name in /home/wwwtota/public_html/mambots/content/chronocontact.php(201) : eval()'d code on line 8
and the code <br is shown in my input box.
I've been on Chronoforms for about 4 days now. Already loaded it on 3 of my sites and have been able to get all my questions answered via the FAQs and forums. GReat work.
Tony.