Forums

Can I link forms ?

nigel.p.walters 21 Feb, 2007
Hi,

I have an existing set of forms which I am trying to port.

I want the first form to pass its data to a second form (an order confirmation screen).

Is this possible ? I can link the forms by setting the submit or redirect url ... but the data is not available in the second form.

Any suggestions ?

Thanks
Nigel
Max_admin 22 Feb, 2007
hi,

at the first form make the "action url" the url for the 2nd form, so when its submitted it goes to it, now at the 2nd form html code area, use PHP to get the posted values from form 1, like :
<?php $name = $_POST['name']; ?>


Cheers😉

Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
This topic is locked and no more replies can be posted.