How to make values STAY after form submission?

Right now after form submission the values automatically clear. I want to submit the form multiple times with one value remaining constant. Currently I have to enter the same value over and over again. Is there any way to prevent the fields (or a particular field) automatically clearing after form submission?

You’d probably be best to use custom form construction as opposed to the cookie-cutter form component.

I’ve tried that. But it seems like every time a button is clicked to submit the fields the screen gets “refreshed” and all the fields become blank again.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.