How to reuse inputs that have just been submitted

After users submit a form, they stay on the same page, and I want them to be able to reuse the inputs (for submitting again).

However, I noticed that even though the inputs still appear to contain the previous values, when users click Submit, the inputs are actually empty.

What’s wrong?

I tried to clear the inputs and re-populate them with initial values (previous values inputted by the user) but somehow it doesn’t work too.

does your input a) autobind b) have initial c) default value?

what can help is putting a group around the input and using the workflow action “reset group”

1 Like

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