new blank form for submitting another record "on submit"

pkjoshi 27 Oct, 2011
Hi,
I have successfully created the form and able to submit and populate the database as needed.
only thing I need is that the new blank form is shown again for submitting of another record.

At present on submit I am being taken to a page where I am getting only "powered by chronoforms"

Thanks.
Uclabruins 29 Oct, 2011
What happens if you drag "show HTML" to the on submit after your database functions? Another way to do it would be to add an event loop at the end of the on submit where the target event is the load event.

There are several other ways to do it as well such as using the show form function in utilities. I'm far from an expert so maybe someone else could tell you the "best way". It also may depend on what else you want to do with the form. Honestly, the quickest way to find the answer to most questions about form functions is to just try different things and see what happens. (just create a new form for testing so nothing gets screwed up)
GreyHead 29 Oct, 2011
Hi pkjoshi,

The Event Loop will work but I'd just add a ReDirect User action and put the form URL in it.

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