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