I made a Field Picker script to allow the user to select field names which are then used in another script for more processing with update and insert cursors.
Is it possible to prevent them from adding their own field with the Add Field
button?
If this button cannot be removed, is there a better way to get user input where they can select Field names and I can pass those as strings to another script?
1 Answer 1
You cannot remove that button. Just accept it is there and provide decent parameter help through it's item description to guide the user.
Explore related questions
See similar questions with these tags.