Difference between revisions of "Logic Management"
From All n One's bxp software Wixi
Philip Lacey (talk | contribs) |
Philip Lacey (talk | contribs) |
||
| Line 1: | Line 1: | ||
| + | A form in bxp software (bxp) has numerous useful capabilities. Amongst the most effective of these tools is logic. | ||
| + | |||
| + | |||
Logic management is the process of adding "logic" to a script. | Logic management is the process of adding "logic" to a script. | ||
| Line 5: | Line 8: | ||
| − | Logic | + | Logic can be implemented in a Form using one of two methods. |
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | # bxp since Release 8 has an inbuilt logic management creation engine. Click here to learn how to use this engine [[Form_Self_Generating_Logic]] | |
| + | # Custom logic management can be implemented through the programming language JavaScript. | ||
[[Category:Module Specific:Form Management]] | [[Category:Module Specific:Form Management]] | ||
Revision as of 11:09, 19 November 2014
A form in bxp software (bxp) has numerous useful capabilities. Amongst the most effective of these tools is logic.
Logic management is the process of adding "logic" to a script.
If a user has a yes / no box. If yes, then we want to ask question 2. If no, then we want to ask question 3. This is "logic" in a script.
Logic can be implemented in a Form using one of two methods.
- bxp since Release 8 has an inbuilt logic management creation engine. Click here to learn how to use this engine Form_Self_Generating_Logic
- Custom logic management can be implemented through the programming language JavaScript.