Checkbox not saving value.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2015 05:01 PM
What would prohibit a checkbox field value from not returning true after being clicked.
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2015 06:09 AM
Hi Michael, could it be that you have another script which is always unchecking it (setting it to false) after it was checked? Perhaps an onLoad or an onChange script doing this?
btw... are you saving the record?
Thanks,
Berny
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2015 06:54 AM
Hi Michael,
How does that script look with which you are checking if the box is checked? Or as Berny Alvarado has mentioned, are there any other scripts?