Scoring three options
This example looks at script to keep track of scores. CDownload: Assure Dynamics Scoring three options
Read moreShowing and hiding pages with a loop
Our previous example used a dropdown to control which page was visible. In this example we show how you can set up a loop in a function to hide all of the pages and then allow the remainder of the script to show the target page. This may be useful where you have a lot [...]
Read moreTracking interaction
This example tracks when the user ticks checkboxes on different pages of the form. Download: Assure Dynamics Tracking checkboxes on different pages
Read moreUsing a function to change visual appearance
A previous example showed how you can use script to change the visual appearance of an object. This example extends that principle and shows how you can set up a function, which can control the visual appearance of all objects. This makes it easier to maintain the form and make your script more reusable. Download: [...]
Read moreUsing hash keys to lock objects
This solution is based on Dimosthenis Theodoridis’s article on Generating and working with hashes in dynamic PDF forms. Once a user clicks the unlock button and enters a valid password, specific fields become available. The user can then enter information into these fields. To re-lock the fields, the user clicks the button again, but this time [...]
Read more