Kintivo Forms Anywhere for SharePoint Online now has enhanced form logic. You can now auto-set the value of a form field based on a user’s answers.
Value Logic:
Auto-populate form fields with pre-determined values based on the user’s answers.
Example: In this sample job application form, if the user selects “Finance” from the drop-down, we auto-populate the “Salary” field with a value of “$50,000”. However, if the user selects “Information Technology” from the drop-down, we auto-populate the “Salary” field with a value of “$60,000”.
Example: In this sample job application form, if the user selects “Finance” from the drop-down, we auto-populate the “Salary” field with a value of “$50,000”. However, if the user selects “Information Technology” from the drop-down, we auto-populate the “Salary” field with a value of “$60,000”.
Display Logic:
Show or Hide form fields and widgets based on the user’s answers.
Example: In this sample job application form, if the user selects “Finance” from the drop-down, we display the “Finance Positions” check-boxes. However, if the user selects “Information Technology” from the drop-down, we display the “IT Positions” check-boxes.