You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that Condition-Tree logic is in place, add ability to include HTML
conditionally, so a section of a form appears or not based on a form data field
value.
Original issue reported on code.google.com by [email protected] on 18 Apr 2012 at 5:09
The text was updated successfully, but these errors were encountered:
May just want to annotate a page with begin/end IF conditions.
Would like a way to tie in variable sections to also be DISPLAY/HIDDEN or make
visible/invisible based on another value.
IN particular, this would be useful if, for example, a checkbox, radio-button
or select/dropdown has a given value to make the forms change dynamically.
This may be done in multiple steps, but the initial first step for this type of
advanced programming is to allow Java code to be added to the HTML pages, and
combined with JavaScript, it should be easy to have sections appear/disappear
automatically as well as have sections that are optional to appear on the page.
This can be done now using JSP syntax for the conditional sections. See
http://code.google.com/p/openesignforms/wiki/ProgrammingGuide#Advanced_programmi
ng_of_a_document
Original issue reported on code.google.com by
[email protected]
on 18 Apr 2012 at 5:09The text was updated successfully, but these errors were encountered: