JonWolgamuth
Technical User
I have a form that I wanted to improve for the users by allowing them to double click in a cell and autopopulate today's date (using the on double-click > textfieddate=date() approach).
However, I also don't want this field updated until the user hits an edit button which unlocks the editable fields.
Problem is that a double-click still changes the date even when the text field is "locked".
Is there an "if then" statement I can add to the double click event that will prevent a change if the field is locked? I don't know the code well enough to make it up as I go along.
Many thanks in advance!
Jon
However, I also don't want this field updated until the user hits an edit button which unlocks the editable fields.
Problem is that a double-click still changes the date even when the text field is "locked".
Is there an "if then" statement I can add to the double click event that will prevent a change if the field is locked? I don't know the code well enough to make it up as I go along.
Many thanks in advance!
Jon