RESOLVED: All checkboxes default to YES
-
All of the checkboxes in my form were checked, by default.
According to the documentation, specifying a default of ‘no’ (without the quotes) should turn them off, but that solution doesn’t work.When the default value was unspecified or specified as ‘no’, ‘No’, or ‘NO’, the checkbox was always checked, by default.
The solution appears to be a compound action:
1. Specify ‘Yes, No’ in the VALUES field (without the quotes)
2. Specify either ‘Yes’ or ‘No’ (without the quotes) in the DEFAULT field.To date, that is the only thing I’ve found that works.
Conclusion: Documentation on checkboxes needs to be updated.The page I need help with: [log in to see the link]
- The topic ‘RESOLVED: All checkboxes default to YES’ is closed to new replies.