-
campuszoneAnswered on September 10, 2012 06:46 AM
for me its not getting,
i redirected my page to https://pres.herokuapp.com/test1.php
my form id http://form.jotform.me/form/22531837069457
print_r($_POST);
$firstname = $_POST[fullname][0];
$surname = $_POST[fullname][1];
print "
";
print " Thankyou $firstname $surname for signing up!";
?>
it is only shownig
Thankyou for signing up
in my editor also " Thankyou $firstname $surname for signing up!"; is showing in same colour means colour is not changing for $firstname and $surname
-
idarktechAnswered on September 10, 2012 08:09 AM
Hi,
Please replace your [fullname] to [fullname10] that should work. [fullname10] is actually the name of your fullname field. You can view it on the result. Example:
Array ( [submission_id] => 213087863874118571 [formID] => 22533657838463 [ip] => 121.54.47.8 [fullname10] => Array ( [0] => JotForm [1] => Builder ) )
Hope this helps. Thanks!
-
campuszoneAnswered on September 10, 2012 03:18 PM
no it is comig as Thankyou Array for signing up!
-
khrisellAnswered on July 04, 2013 07:35 PMGreetings!We are happy to announce that we have released Jotform Webhooks, this feature would replace Send Post Data + Custom URL Thank You Page workaround in order to help you transfer forms data to your own database using your own script codes.