Can Pass-Thru HTML be used for input on a Notes form? I can get the input fields to display, but values do not save. I am doing the for checkbox formatting issues.
Thanks
David
Can Pass-Thru HTML be used for input on a Notes form? I can get the input fields to display, but values do not save. I am doing the for checkbox formatting issues.
Thanks
David
Subject: There is a trick to it
If you create the field on the form, then put type=hidden into the HTML properties, that version of the field will not appear, so the version you add in passthru HTML will, but since the field exists on the form, the value will be saved.
Subject: Can Pass-Thru HTML be used for input on a Notes form?
No, and they can’t on the web either without a corresponding Designer field widget.
Subject: RE: Can Pass-Thru HTML be used for input on a Notes form?
drats, thanks