How to refresh a multistep form inside a reusable popup?

Hi there,

I have a reusable popup that is a multistep form and I’m using it on my dashboard page. When I complete all the steps in this form and hide it the values don’t reset. I have used all the necessary reset group and reset input actions in the submit button workflow.

Thanks

Assuming the original datasource is empty, then using a Reset Data action should do it.

If that’s not working, then my guess would be that the popup may have a default data source, in which case Reset Data is just resetting it back to that.

But without seeing it it’s impossible to say.

Check the debugger to see where the values are coming from.

Thank you for your reply, but I fixed it by setting custom state to it’s default value when popup is closed.

This topic was automatically closed after 70 days. New replies are no longer allowed.