Hi there,
just wondering whether there is a simple way to avoid a full postback/page reload with out-of-the-box Umbraco Forms (currently version 11.0.2)
I believe in ASP.net there used to be a feature of partial page reload.
We would like to create a form at the bottom of an existing page, using multiple pages. The page reload is ugly, and moves to the top of the page again.
Documentation only refers to an API for a do-it-yourself solution, which i feel is a bit beyond my needs.
Avoid Postback/Page Reload with Umbraco Forms
Hi there, just wondering whether there is a simple way to avoid a full postback/page reload with out-of-the-box Umbraco Forms (currently version 11.0.2)
I believe in ASP.net there used to be a feature of partial page reload.
We would like to create a form at the bottom of an existing page, using multiple pages. The page reload is ugly, and moves to the top of the page again.
Documentation only refers to an API for a do-it-yourself solution, which i feel is a bit beyond my needs.
Thanks for any hints! Cheers, Christian
you could use a javascript to do an ajax post rather then letting the form submit by itself, that way you should be able to do a partial update.
Thanks Huw! Is there an easy way to achieve this? Any boilerplate code from umbraco forms? Kind Regards
I've not used umbraco forms myself, but something like this should work
is working on a reply...