I have a congrats page after submit, the form saves the data to a mysql DB and I want to be able to have a php script on my congrats page that gets the person info from the form.
example
congrats (FIRST NAME) we have 100 in (CITY) .
I understand mysql and php but I do not know how to code, is there like a template I can follow ? can someone point me in the right direction , thank you.
example
congrats (FIRST NAME) we have 100 in (CITY) .
I understand mysql and php but I do not know how to code, is there like a template I can follow ? can someone point me in the right direction , thank you.
Hi wttgl,
you need this in the onsubmit code after email:
you need to replace the city_field_name_in_the_form with the real name of the city field in your form!
Max
you need this in the onsubmit code after email:
congrats {first_name_field_name_in_the_form} we have 100 in {city_field_name_in_the_form}you need to replace the city_field_name_in_the_form with the real name of the city field in your form!
Max
This topic is locked and no more replies can be posted.
