post form submission events

st studiocardo 10 Dec, 2014
Hi Guys

On my site, I created a very simple CF form module (on the sidebar) that allows users to submit quick feedback when they are taking an online quiz. Right now, when a user submits the feedback via the CF module, all the selections on the current page of the quiz are wiped. Not something a quiz taker likes to see. So:

1. Is there a way to allow CF module to submit the information but not refresh the answers?
2. upon submission, I would like to display a brief message acknowledging the submission AND still display the form as usual.

Any help is much appreciated as always!

SH
BN BNDragon 12 Dec, 2014
Hi SH,

When you submit set a event loop, and I think it will load the filled.

BN
Gr GreyHead 13 Dec, 2014
Hi SH,

I haven't used it myself but I think that submitting using Ajax should solve this as it should submit the form data without re-setting the current page at all. It's the AJAX Submit setting in the HTML (Render Form) action.

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