Hello, i have been looking for this everywhere and tried a lot of suggested fixes but nothing has been working.
I have a form that has a hidden field at the end that is the registration number. How can I put that number in the confirmation page so that it would look like this when the form is completed:
Thank you for submitting, your registration number is ___. Keep that number because it will be needed later.
update: I also have a team name field that I need to be added so it would be like:
Thank you for submitting team _____, your registration number is ___. Keep that number because it will be needed later.
This is the last thing I need and my project is done. Please help if you can. I am going crazy!
Comments
Comment #1
quicksketchThis isn't currently possible without custom coding (though it can be done with PHP code). I'd suggest following #712060: Allow tokens in the redirect URL field, which would solve this problem.