Place form fields in order regardless of type?

  • Thread starter Thread starter Guest
  • Start date Start date
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.)?
 
Not possible when using the FP Form Handler to process the form.

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

http://www.Ecom-Data.com
==============================================
 
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.)
 
Back
Top