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.
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.
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)
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)
This topic is locked and no more replies can be posted.