I am automating a business process that records data inputted using a transmittal form.
In one transaction, there are several instances of data input. First instance, you input data and click on the "add" button to save the data to the database. Before I input another data, I want to clear these fields (where data is inputted) in the Laserfiche Form.
The "Edit" button allows users to make revisions in the inputted fields. These inputted fields are "looked up" in the database and displayed back in the Form as editable fields.
The "delete" button will delete an entire instance in the database.
-----
How do I code these buttons add, edit, and delete in Laserfiche Forms?
Thank you