Hello every one i'm new with this!
here is what i need , i want one form to accept info from users then after been submitted it is redirect to another form can i pass some of the data from the previous data to this form ? if yes help please:(
<?php
if ( $_POST['last_form'] == "" ) {
?>
// show basic form
<input type="hidden" name="last_form" value="1" />
<?php
} elseif ($_POST['last_form'] == 1 {
echo "Your name is $_POST['name']";
. . .
}
?>Return to ChronoForms Questions & Answers
Users browsing this forum: Google [Bot] and 2 guests