Submit URL

Stussy 22 May, 2007
I have two forms.

Form one is filled out and submitted, which is then directed to form two (entering form two's URL in 'submit URL').

Form two is then filled out and submitted.

But I only get the results of form two.

I can get results from both forms if I use the 'Redirect URL' instead of 'Submit URL' to access form two, but then I don't get to access the $_POST data, as I want to use the email and contact name data in form two.

Any suggestions?
Max_admin 22 May, 2007
Right, I always wanted to make this available more easily but its not yet done🙂, but as a walk around for you for now, at form2 add some hidden fields and use the $_POST data to fill them from form1, and this way form2 will submit all the fields because it has form1 fields hidden🙂

If you have any problems with this issue then please post again!

Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Stussy 23 May, 2007
Hi Max,

After thinking about it overnight, I thought that that was probably how it would work.

Unfortunately, I wanted to have form2 as an optional feedback form, therefore if it wasn't filled in, I would still receive the results from form1. I think i'll just drop the feedback form for now.

Thanks for your help. Excellent component! Keep up the great work and support!

St
This topic is locked and no more replies can be posted.