Forums

form stays on page after submission

jimdda 05 Mar, 2013
Hi guys,

I've added a form to a page, the same way I have before, but for some reason when I test the form in the website it stays on the page with the info still in the form but shows the thanks message below.

Any ideas?

The events are like this:

On Load
Show html
Load CSS
Load Captcha (10)


On Submit
Load CSS
Show html
Check Captcha
   OnFail
     Show Stopper
     Event Loop
Show Thanks Message
Email
GreyHead 05 Mar, 2013
HI jimdda,

That's probably because of the Show HTML action in the On Submit event - it's showing the Form HTML when you submit the form. You can remove that and probably the Load CSS action with it.

And the Show Stopper isn't needed before the Event Loop action either, the Event Loop effectively does both.

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