Another easy question I guess. :?
Now I have made a form with 2 questions and some answers. After the visitor hits the submit button I want the same page to show itself with the right answer added as text. I managed to get the answer text by changing the show thanks message but the questions had disappeared. What do I need to do to display the questions as well as the answer?
Arjan
Now I have made a form with 2 questions and some answers. After the visitor hits the submit button I want the same page to show itself with the right answer added as text. I managed to get the answer text by changing the show thanks message but the questions had disappeared. What do I need to do to display the questions as well as the answer?
Arjan
I like to stay on the same page so it shouldn't reload. Just showing the questions now incuding the answer.....anyone?
Hi Arjan,
It depends on exactly what you need to do but the simplest solution is to add an Event Loop action at the end of the On Submit event. By default that will re-load the On Load action and re-display the form.
Bob
It depends on exactly what you need to do but the simplest solution is to add an Event Loop action at the end of the On Submit event. By default that will re-load the On Load action and re-display the form.
Bob
This topic is locked and no more replies can be posted.