mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Tue Jun 15, 2004 8:02 am Post subject: Reply |
|
|
To make a field required, simply check the box that says "Required?" when creating the question during the wizard setup. You can also make the question required under the form management panel. To do this:
1. Click "Edit" next to the form you want to change.
2. Click "Form Questions (Add, Edit or Delete)"
3. Click "Edit" next to the question you want to make required.
As for e-mailing the form, I'm not sure exactly what you mean. If you want the form to be part of the e-mail I believe you can send one out in html format where the form is part of a iframe that pulls the form from its live online location.
For Example, place the following code, modified with your specifics into the html e-mail:
<IFRAME SRC="http://www.myurl.com/formaddress.html" WIDTH=300 HEIGHT=100></IFRAME>
Thanks,
Nick Ladd
myContactForm.com |
|