PDA

View Full Version : two forms on one page weirdness


Evoir
03-04-2008, 12:45 AM
Hey all!

I have two forms on this page (http://www.thenaturalhealthcopywriter.com/natural_health_copywriting.shtml). The form on the right is the same on all the pages of the site. But on this page, it is listening to the <input name="required" type="hidden" value="realname,email"> from the other form on the page. I don't know why. Am I doing something wrong? This is the only page where the Constant Contact form does not work properly, even though it is an included file... (ie: no code differences in the Constant Contact form fields). I'm wondering why it would confuse the comands from the other form on the page. Not sue I have ever had more than form on a page at a time before....

Any ideas?

Arthur
03-04-2008, 04:05 AM
One problem is that you have an opening <form> tag, but no closing </form> tag on the main mailform form. Try adding the closing tag - after the submit button would be a good place.

-Arthur

Evoir
03-04-2008, 11:20 AM
ah, yes. I knew it was something silly! Thank you!