The Script Logic element enables you to write and execute custom JavaScript code within your form flows. It provides powerful programmatic control over form behavior, data manipulation, and complex business logic.
Key features:
- Write JavaScript code that runs client-side or server-side
- Access and modify form variables
- Perform complex calculations and data transformations
- Integrate with external systems and APIs
- Debug with logging capabilities
This element is particularly useful for:
- Complex validation rules
- Dynamic data manipulation
- Custom calculations
- Integration with external services
- Conditional logic
- Data formatting and transformation
- Implementing business rules
The script element provides full programmatic control while integrating seamlessly with other form elements and variables. Code can be run either on the client browser or server-side depending on requirements.