I have some computed checkboxes (I want users to see what options are being used, but not change them). These work great in Notes, but don’t transfer to the web.
I have the Javascript option set on the database as well as the PassThru and Generate field html options set on the form. All I get on my web page is the value of the checkbox, not an <input type=“checkbox” … tag like I’d expect.
Is there another checkbox that I need to check or do I need to make the two verions of this field (the Notes version and the computed text version for the web)?
Thanks in advance