How to get a form to post to itself

JeffP 10 Sep, 2012
I am sure this is simple, but my brain doesn't get it.
The form I have needs to post to itself, redisplay the form and then execute some code to display other content depending on what was entered in the form.
For example, the form has a drop down to select a word.
When submitted it needs to redisplay the form with the selection, but then also display the word in multiple colours elsewhere on the form.
I just need to know how to have the form post to itself and redisplay the form populated with anything entered in the form initially.
All help appreciated.
GreyHead 10 Sep, 2012
Hi JeffP,

Either the Event Loop or the Show Form actions will let you redisplay the form. Drag one of them in as the last action in the On Submit event.

I think that the RePublisher code in the Show HTML action will automatically re-show any form data. If it doesn't post here again and I'll give you another solution for that part.

Bob
This topic is locked and no more replies can be posted.