Place form fields in order regardless of type?

G

Guest

How do I place form fields in a particular order regardless of what type of
form fields they are (i.e. text box, text area, drop-down list, etc.)?
 
T

Thomas A. Rowe

Not possible when using the FP Form Handler to process the form.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
R

Ronx

On the form page? Design the page that way :)

If you are using FP extensions to process the form, the results will
usually be in the order on the form page, except text areas will always
be last.

To be absolutely certain of the order, you need to write your own form
handler using whatever scripting language your host supports (asp,
asp.NET, PHP, cgi/Perl etc.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top