Multi-Page Form...

Multi-Page Form...

am 01.04.2008 18:18:02 von Pablo

I followed the instructions in the following article:
http://support.microsoft.com/kb/912673.

I can get the form to display correctly in an online environment. I have
the form submitting to a .csv file on the server and then redirecting the
user to a confirmation page. The problem is that the only Saved Fields or
the only fields being saved to the .csv file are those from the last layer
(or the layer with the Submit button), while all other layers are being
omitted. How do I fix this?

Thank you in advance.

Re: Multi-Page Form...

am 01.04.2008 19:00:45 von Ronx

All the layers should be inside the tags, and there
should only be one tag and one tag.

If the above is correct, please give a link to the faulty page.

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"Pablo" wrote in message
news:C12478D7-57CB-4E3F-9FF3-53E3BFBA3294@microsoft.com:

> I followed the instructions in the following article:
> http://support.microsoft.com/kb/912673.
>
> I can get the form to display correctly in an online environment. I have
> the form submitting to a .csv file on the server and then redirecting the
> user to a confirmation page. The problem is that the only Saved Fields or
> the only fields being saved to the .csv file are those from the last layer
> (or the layer with the Submit button), while all other layers are being
> omitted. How do I fix this?
>
> Thank you in advance.

Re: Multi-Page Form...

am 01.04.2008 19:46:04 von Pablo

Thank you Ron,

As far as I can tell, each layer has it's own

tags.

Do I create the Form layer first and each layer inside of it? I'm a little
confused.

"Ronx" wrote:

> All the layers should be inside the tags, and there
> should only be one tag and one tag.
>
> If the above is correct, please give a link to the faulty page.
>
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
>
>
>
> "Pablo" wrote in message
> news:C12478D7-57CB-4E3F-9FF3-53E3BFBA3294@microsoft.com:
>
> > I followed the instructions in the following article:
> > http://support.microsoft.com/kb/912673.
> >
> > I can get the form to display correctly in an online environment. I have
> > the form submitting to a .csv file on the server and then redirecting the
> > user to a confirmation page. The problem is that the only Saved Fields or
> > the only fields being saved to the .csv file are those from the last layer
> > (or the layer with the Submit button), while all other layers are being
> > omitted. How do I fix this?
> >
> > Thank you in advance.
>
>

Re: Multi-Page Form...

am 01.04.2008 20:25:37 von Ronx

No - none of the layers should have a

tag.

You should have something like:





Form fields



2nd lot of form fields



Form fields and submit button






Obviously, there is a lot more than the above (I have only used 3
"pages" for the form, and the code is incomplete), but you can see how
the layers and form tags relate.

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"Pablo" wrote in message
news:B69B0144-5233-4EA4-A3AB-84F85BC73717@microsoft.com:

> Thank you Ron,
>
> As far as I can tell, each layer has it's own
tags.
>
> Do I create the Form layer first and each layer inside of it? I'm a little
> confused.
>
> "Ronx" wrote:
>
> > All the layers should be inside the tags, and there
> > should only be one tag and one tag.
> >
> > If the above is correct, please give a link to the faulty page.
> >
> > --
> > Ron Symonds - Microsoft MVP (FrontPage)
> > Reply only to group - emails will be deleted unread.
> >
> > http://www.rxs-enterprises.org/fp
> >
> >
> >
> >
> > "Pablo" wrote in message
> > news:C12478D7-57CB-4E3F-9FF3-53E3BFBA3294@microsoft.com:
> >
> > > I followed the instructions in the following article:
> > > http://support.microsoft.com/kb/912673.
> > >
> > > I can get the form to display correctly in an online environment. I have
> > > the form submitting to a .csv file on the server and then redirecting the
> > > user to a confirmation page. The problem is that the only Saved Fields or
> > > the only fields being saved to the .csv file are those from the last layer
> > > (or the layer with the Submit button), while all other layers are being
> > > omitted. How do I fix this?
> > >
> > > Thank you in advance.
> >
> >

Re: Multi-Page Form...

am 03.04.2008 15:28:00 von Pablo

Thank you Ronx...

I absolutely misread the article and your advice was money. I would have
responded sooner, but I've had trouble trying to reply on this forum.

But again, thank you.

"Ronx" wrote:

> No - none of the layers should have a

tag.
>
> You should have something like:
>
>
>
>
>

> Form fields
>

>
>

> 2nd lot of form fields
>

>
>

> Form fields and submit button
>

>
>

>
>
>
> Obviously, there is a lot more than the above (I have only used 3
> "pages" for the form, and the code is incomplete), but you can see how
> the layers and form tags relate.
>
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
>
>
>
> "Pablo" wrote in message
> news:B69B0144-5233-4EA4-A3AB-84F85BC73717@microsoft.com:
>
> > Thank you Ron,
> >
> > As far as I can tell, each layer has it's own
tags.
> >
> > Do I create the Form layer first and each layer inside of it? I'm a little
> > confused.
> >
> > "Ronx" wrote:
> >
> > > All the layers should be inside the tags, and there
> > > should only be one tag and one tag.
> > >
> > > If the above is correct, please give a link to the faulty page.
> > >
> > > --
> > > Ron Symonds - Microsoft MVP (FrontPage)
> > > Reply only to group - emails will be deleted unread.
> > >
> > > http://www.rxs-enterprises.org/fp
> > >
> > >
> > >
> > >
> > > "Pablo" wrote in message
> > > news:C12478D7-57CB-4E3F-9FF3-53E3BFBA3294@microsoft.com:
> > >
> > > > I followed the instructions in the following article:
> > > > http://support.microsoft.com/kb/912673.
> > > >
> > > > I can get the form to display correctly in an online environment. I have
> > > > the form submitting to a .csv file on the server and then redirecting the
> > > > user to a confirmation page. The problem is that the only Saved Fields or
> > > > the only fields being saved to the .csv file are those from the last layer
> > > > (or the layer with the Submit button), while all other layers are being
> > > > omitted. How do I fix this?
> > > >
> > > > Thank you in advance.
> > >
> > >
>
>