Advanced Features
In this section we will explain how to use some of the adavnced
features. Each line below can be added to the three above for more
control over the use of your form.
1. <input type="hidden" name="sort"
value="order:field1,field2,etc">
2. <input type="hidden" name="required"
value="field1,field2,etc">
3. <input type="hidden" name="redirect"
value="https://www.vpop.net/~your_account/
your response.html">
- Use this option if you want the data from the form to be sent to
you in a particular sequence. Simply replace the items labled
"field1,field2,etc" with the names from your form fields. Be sure to
separate the names with a comma and no spaces.
- This option is used to make sure that certain fields in your form
are completed. If you have a field marked as "required" and the end
user leaves it empty, the form will be bounced and the user prompted
to fill complete the necessary fields. Again, just edit the area that
says, "field1,field2,etc".
- Secure Forms are best used with this option. Whenever you
leave a secure area, a note will pop up to the user and remind you
that an unsecure area is ahead. If you used a secure link to get to
the order form, you'll want to use this section. Just edit the area
described as ~your_account and replace it with your login
I.D. You'll also want to edit the name of the file that is returned.
|