15 articles
AppBuilder Sample Scripts
Define tooltip on a 'Textbox' control
Show the user's input text in 'Bold' format when user is typing within a 'Textbox' control
Change background colour of a 'Textbox' control based on its user input
Change background colour of a 'Dropdown' control based on the value selected by user
Change formatting of 'Text-Area' control based on another 'Dropdown' control in same form
Enable 'Textbox' control only based on value selection of other 'Radio' control in same form
Enable 'Dropdown' control only based on value selection of another 'Dropdown' control in same form
Calculate difference in number of days between two dates selected by user
Add days to a date selected by user
Display only specific values in 'Dropdown' control based on value selection in another 'Dropdown' control of same form
Pull values for a 'Dropdown' control from other forms by setting up an API connection
Auto-fill related information from another form based on value selected by user - via API connection
Show multiple responses in single view using 'Repeating Table' control
Launch New Form while viewing an existing Form