Hi,
I'm trying to set up a contact page with more than one form (One for commercial, one for domestic, and one for general). I wan't to avoid having a selector for each and actually have seperate forms for each instead. Below is the code I'm using (I'm using
a wizard). The problem is that when I test it it by pressing a send button I get the required field validator prompts three times, meaning that it i expecting all three forms to be filled in, rather than just one.
Can you suggest a simple modification to the script?
1st, the html/asp.net sample:
<span id="faqtable1-title" class="iconspan">
<img src="Images/Click.gif" /></span><span class="faqtabletitle">I am a commercial/industrial
client </span>
<br />
<div id="faqtable1" class="icongroup2&q ...
Go to the complete details ...