π ΏοΈProgressive text fields
Create an interface to show progressively open texts
Steps
Open the Javascript editor
Copy the initial template to enable the Survey Library
Enable the configuration for Progressive Text Fields by importing its Survey Library URL
// Insert the Library URLs enclosed by quotes and separated by commas
let scripts = [
"https://survey-library.azurewebsites.net/progressive_text_fields.js"
];
/* The rest of code... */
Last updated
Was this helpful?