I'm trying to figure out a way to nest Laserfiche controls (e.g. a Laserfiche checkbox) within custom HTML in a form. So far, I've been able to create an HTML checkbox in a block of custom HTML code, and have that also trigger a Laserfiche checkbox that's hidden at the end of the form. Is it possible to put the Laserfiche checkbox directly within the custom HTML?
Question
Question
Checkbox within custom HTML
asked on July 23, 2020
0
0
Replies
replied on July 23, 2020
There is no way because how would the variable be tracked, or if you don't need a variable, what is the difference between using a LF field and your own field?
In order to use data in the process designer you must reference the variable associated with the field, which is why each field is a separate object.
Anytime you need to use the data supplied in the process designer you will want a field/variable object.
Anything you put in custom HTML will be "variable-less". If a "variable-less" object needs to update a variable for later use in the process, simply update a hidden field on the form like your doing.
2
0
You are not allowed to follow up in this post.