I created a quote form which is has multiple buttons on it. The buttons perform numerous actions such as adding/removing rows, adding/removing columns, etc. There is a 'Finalize' button at the bottom of the form that locks all text fields and hides all buttons so that they cannot be edited by the customer when the quote is sent to them.
The problem occurs when the form is finalized, saved, then re-opened. All of the buttons become visible again and text fields become editable when the PDF is reopened. Is there a way to keep buttons hidden and text fields as read-only?
Thanks.