I have a form intended for data entry. People who are using it will fill out the form and then, hopefully, fill it out again and again. Is there a way to show the confirmation AND the form again, too?
Of note, I found gravity whiz already, but $59 - $299 a year seems like a lot of money to just display the form again under the confirmation.
funny story, if I put a different form’s short-code in the confirmations, it presents the form. However, if I use the short-code for the same form, it responds “Oops! We could not locate your form.”
For the benefit of anyone who stumbles across this thread, I got around this issue with a touch of jquery that does an ajax load of the page, and only returns the form. Vis:
That effectively replaces the error mentioned above when trying to call the same form in through the confirmation. the _12 part is the form ID number of my particular form.