Hi, I have a question regarding confirmation message after form submission. I want to show auto-generated form submission id with success message. I tried to find that how to get that id but I am not able to find that id from ajax response. can you guide me on how to get auto-generated form submission id on form submission with success message?
eg. right now it displays like “Your data submitted successfully.”
but i want to displays “Your data submitted successfully. Your id is XXXXXX.” where “XXXXXX” is form submitted id which we will generate after form submission.
This topic was modified 7 years, 3 months ago by gruber.