Form Field Order

M

Mark A. Sam

Hello,

I have an email form in which I moved fields around. When the form is
submitted the fields are listed in the original order in the email. I would
like them listed in the order they appear on the form. Can that be done?

Thanks for the help and God Bless,

Mark A. Sam
 
M

MD Websunlimited

Hi Mark,

Yes, you'll have to change the order listed in the webbot code.
<!--webbot bot="SaveResults" .... .... S-Form-Fields="T1 T2 T3 " -->
 
M

Mark A. Sam

Hello Mike,

It doesn't have that syntax. Here is what mine says:

<!--webbot bot="SaveResults"
u-file="../../_private/TruckerAreas_results.txt" s-format="TEXT/PRE"
s-label-fields="TRUE" b-reverse-chronology="FALSE" s-email-format="TEXT/PRE"
s-email-address="(e-mail address removed)" b-email-label-fields="TRUE"
b-email-replyto-from-field="TRUE" s-email-replyto="CurrentEmail"
b-email-subject-from-field="FALSE" s-email-subject="TruckloadsDirect Trucker
Areas" s-builtin-fields
u-confirmation-url="../Corrections/EmailConfirmation.htm"
startspan --><strong>[FrontPage Save Results Component]</strong><!--webbot
bot="SaveResults" endspan i-checksum="6561" -->

In the Saved Fields tab of the Form Properities however it lists the fields,
but in the order they are listed on the page, which is the correct order.

I tried adding values for the tab order but that didn't work.
 
M

Mark A. Sam

That didn't do it. I tried cutting and pasting the whole group of fields
back on in a batch and that didn't work. I'm not going to bother with it
anymore.

Thanks for the time.

God Bless,

Mark A. Sam



MD Websunlimited said:
Delete the submit button from the Saved Fields list.


--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible

Hello Mike,

It doesn't have that syntax. Here is what mine says:

<!--webbot bot="SaveResults"
u-file="../../_private/TruckerAreas_results.txt" s-format="TEXT/PRE"
s-label-fields="TRUE" b-reverse-chronology="FALSE" s-email-format="TEXT/PRE"
s-email-address="(e-mail address removed)" b-email-label-fields="TRUE"
b-email-replyto-from-field="TRUE" s-email-replyto="CurrentEmail"
b-email-subject-from-field="FALSE" s-email-subject="TruckloadsDirect Trucker
Areas" s-builtin-fields
u-confirmation-url="../Corrections/EmailConfirmation.htm"
startspan --><strong>[FrontPage Save Results
Component] said:
bot="SaveResults" endspan i-checksum="6561" -->

In the Saved Fields tab of the Form Properities however it lists the fields,
but in the order they are listed on the page, which is the correct order.

I tried adding values for the tab order but that didn't work.
 
A

Andrew Murray

the form properties I think has a setting where you order the fields to appear in
the actual email - just moving the form fields around won't make a difference.

Right-click the form, Properties and select the fields option - somewhere there
the option for adding and removing fields you want as the emailed infomration
e..g you might not want the time stamp or user details field (which frontpage
adds) to be emailed to you, so you can remove this or any other field, or add
others.
 
A

Andrew Murray

you could just re-do the entire form, and make sure the fields are in the order
you want, then leave it at that without any more playing around with it. Delete
the current form and re-do it from scratch.

Mark A. Sam said:
That didn't do it. I tried cutting and pasting the whole group of fields
back on in a batch and that didn't work. I'm not going to bother with it
anymore.

Thanks for the time.

God Bless,

Mark A. Sam



MD Websunlimited said:
Delete the submit button from the Saved Fields list.


--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible

Hello Mike,

It doesn't have that syntax. Here is what mine says:

<!--webbot bot="SaveResults"
u-file="../../_private/TruckerAreas_results.txt" s-format="TEXT/PRE"
s-label-fields="TRUE" b-reverse-chronology="FALSE" s-email-format="TEXT/PRE"
s-email-address="(e-mail address removed)" b-email-label-fields="TRUE"
b-email-replyto-from-field="TRUE" s-email-replyto="CurrentEmail"
b-email-subject-from-field="FALSE" s-email-subject="TruckloadsDirect Trucker
Areas" s-builtin-fields
u-confirmation-url="../Corrections/EmailConfirmation.htm"
startspan --><strong>[FrontPage Save Results
Component] said:
bot="SaveResults" endspan i-checksum="6561" -->

In the Saved Fields tab of the Form Properities however it lists the fields,
but in the order they are listed on the page, which is the correct order.

I tried adding values for the tab order but that didn't work.
 
T

Thomas A. Rowe

However, textarea fields will always appear last in the email when using the FP Form Handler.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Andrew Murray said:
you could just re-do the entire form, and make sure the fields are in the order
you want, then leave it at that without any more playing around with it. Delete
the current form and re-do it from scratch.

Mark A. Sam said:
That didn't do it. I tried cutting and pasting the whole group of fields
back on in a batch and that didn't work. I'm not going to bother with it
anymore.

Thanks for the time.

God Bless,

Mark A. Sam



MD Websunlimited said:
Delete the submit button from the Saved Fields list.


--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible

Hello Mike,

It doesn't have that syntax. Here is what mine says:

<!--webbot bot="SaveResults"
u-file="../../_private/TruckerAreas_results.txt" s-format="TEXT/PRE"
s-label-fields="TRUE" b-reverse-chronology="FALSE" s-email-format="TEXT/PRE"
s-email-address="(e-mail address removed)" b-email-label-fields="TRUE"
b-email-replyto-from-field="TRUE" s-email-replyto="CurrentEmail"
b-email-subject-from-field="FALSE" s-email-subject="TruckloadsDirect Trucker
Areas" s-builtin-fields
u-confirmation-url="../Corrections/EmailConfirmation.htm"
startspan --><strong>[FrontPage Save Results
Component] said:
bot="SaveResults" endspan i-checksum="6561" -->

In the Saved Fields tab of the Form Properities however it lists the fields,
but in the order they are listed on the page, which is the correct order.

I tried adding values for the tab order but that didn't work.
 
M

Mark A. Sam

Thanks Thomas,

I wasn't aware of that. That is the case that the the fields are textarea
fields.


Thomas A. Rowe said:
However, textarea fields will always appear last in the email when using the FP Form Handler.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Andrew Murray said:
you could just re-do the entire form, and make sure the fields are in the order
you want, then leave it at that without any more playing around with it. Delete
the current form and re-do it from scratch.

Mark A. Sam said:
That didn't do it. I tried cutting and pasting the whole group of fields
back on in a batch and that didn't work. I'm not going to bother with it
anymore.

Thanks for the time.

God Bless,

Mark A. Sam



Delete the submit button from the Saved Fields list.


--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible

Hello Mike,

It doesn't have that syntax. Here is what mine says:

<!--webbot bot="SaveResults"
u-file="../../_private/TruckerAreas_results.txt" s-format="TEXT/PRE"
s-label-fields="TRUE" b-reverse-chronology="FALSE"
s-email-format="TEXT/PRE"
s-email-address="(e-mail address removed)" b-email-label-fields="TRUE"
b-email-replyto-from-field="TRUE" s-email-replyto="CurrentEmail"
b-email-subject-from-field="FALSE" s-email-subject="TruckloadsDirect
Trucker
Areas" s-builtin-fields
u-confirmation-url="../Corrections/EmailConfirmation.htm"
startspan --><strong>[FrontPage Save Results
Component]</strong><!--webbot
bot="SaveResults" endspan i-checksum="6561" -->

In the Saved Fields tab of the Form Properities however it lists the
fields,
but in the order they are listed on the page, which is the correct
order.

I tried adding values for the tab order but that didn't work.
 

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