How to force users to fillup text field, check box, dropdown option before saving
I have a 2 pages pdf form which includes several required fields (text box, check box, dropdown optoin) and a save button.
I want the following actions to be happened before pressing "save as" button. (They can't save by pressing save button without doing the following actions)
1. Users must have to input data into the text field
2. Users have to select at least an option (if needed more than one) from the check box items
3. Users have to select an item from dropdown option from the list.
Thanks
