How to show same page including answer after submit

display a form with submitted answers on the same page.

Overview

The form page reloads after submission, causing the questions to disappear.
Add an Event Loop action at the end of the On Submit event to reload the form with the answers included.

Answered
ar arjanr 06 Feb, 2014
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
ar arjanr 10 Feb, 2014
I like to stay on the same page so it shouldn't reload. Just showing the questions now incuding the answer.....anyone?
Gr GreyHead 10 Feb, 2014
Answer
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
ar arjanr 10 Feb, 2014
Great, thx. That will do it. It's a new world:-)
This topic is locked and no more replies can be posted.