Reading The Page from a Widget

Hi,

Is there any way to read the fields in a page in a widget?

I’ve got a next button widget that’s not able to submit the fields. I got around this by using a page event trigger to save each field as you go through the page but if you fill in a field, don’t tab out and press the next button it doesn’t save the last field, so I’m looking to scrape the page and make sure everything is saved before moving to the next page.

If not is there a way to make sure the submit routine runs.

Thanks

I’m sure there’s a reason, but why can’t the ‘Next’ button submit the form? Usual practice would be to have a submit button that then redirects to the next page, is there a reason that’s not practical in your scenario?