Form Behavior
hopefully has come across situation. i'm new form creation seems straight forward , have had results getting basic user information sent me via gdform.php.
delema... when user hits sumbit button that has form validation behavior checks required fields & errors, works great.
added popup text msg saying 'thank you, data has been submitted' after validated form submitted triggerd onclick. works great...
but if there missing required fields or errors validate catches... popup "thank msg" follows regardless if correctly validated.
hopefully explained correctly. there way without extensive javascript or php codeing put in type of behavior stacking ??? our need write simple boolean logic if/then/else code this.
appreciated thank you... pat
i know gdform.php pretty limited. may better off installing , using different form script.
i "think" can still use hidden field called "required" in gdform rather neeeding javascript validator, hidden "redirect" field if goes through correctly...
<input type="hidden" name="redirect" value="thank-you.html">
<input type="hidden" name="required" value="email, name, phone (other names of form elements)">
that's pretty typical process of form email scripts out there anyway.
maybe here knows better godaddy's form script though.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment