SS newbie question. I’ve created a script which verifies a user has entered data into some transaction fields prior to the record being created via the beforeSubmit function. When certain fields are blank I throw an error to the user to correct the fields. When they click the back button on the page the form is sadly reset to the defaults/blank. 1) Is this an acceptable approach to make sure data is entered? (In this case I can’t make the field mandatory due to other integrations that create transactions). 2) Is there another way to have the form retain the data when back is clicked or is there another approach?