I am new to domino designer and creating applications. At the moment I have a form that populates three fields based upon a user inputing and ID number.
The script is executed on a button that populates the fields. How do I change the status of a field’s edit ability based upon what button is clicked.
For example if they enter in the id number and click validate the fields are populated by the script at which point i do not want them to be editable fields. However if the click the button that says I don’t have my ID number I want them to be able to enter information in those fields. Is this possible