I am using a GF to edit details pulled from the database. I would like to replace the Submit button with an Update Button. I don't want the values to be written to the GF database, seeing that this form will actually be editing values.
I can use the gform_pre_submission function to do the update, but can I stop it from writing to the database?
Alternatively... Can I hide the Submit button and just add another button?