Form data persist across pages

Posted by Community Admin on 04-Aug-2018 02:32

Form data persist across pages

All Replies

Posted by Community Admin on 14-Jul-2016 00:00

If I do a form submission and need to have the form data to persist across pages, how do I go about doing it?

Posted by Community Admin on 19-Jul-2016 00:00

Hello Jason,

You can subscribe to the IFormEntryCreatedEvent:
http://docs.sitefinity.com/for-developers-forms-events#iformentrycreatedevent, where you will have the data of the submitted entry and you can manage it as per your needs.

Regards,
Svetoslav Manchev
Telerik by Progress

 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

Posted by Community Admin on 28-Jul-2016 00:00



Hi Svetoslav,

I have developed a page with two Mvc widgets, form widget and response widget (Custom widget).

The form field values are not persisting on submitting the form.

The workflow is:

Fill the form and submit.
In Form Action () call response widget Action ().
Process the input and display the result on page.
Now the form data is not persisting.

Can you please point me the document where I can get information regarding persisting the data?

I have gone through the link which you have provided but didn’t get much info how to implement in my form widget.

For better understand the issue uploaded the video at below URL.

drive.google.com/.../view

Thanks,
Balu

This thread is closed