Message 1 of 4
iLogic checkbox in global form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am busy making a global form. In this form several values can be entered. After clicking "OK" an external rule will be executed.
Is it possible to add a checkbox in this global form? This checkbox will influence the iLogic rule which is started after clicking "OK".
Normally, with a local form, I will add a true/false parameter to the file which contains the form and the rule.
But with a global form and external rule I actually would like to solve it without extra parameters within the file.
Is this possible?
Maybe a same kind of question, but is it possbile to use some kind of global variables or temporarily variables in a form, which will be used in the rule after closing the form?