I was recently working on a Nintex Automation Cloud (NAC) form that contained a label control containing instructions at the top of the form. I wanted to make this instructions section stand out by adding a background color, but quickly realized that this did not seem possible with the default Label control text editor. After... Continue Reading →
Display Start Form Repeating Section Data on a Workflow Task Form in Nintex Automation Cloud
This blog post will show you how to effectively display repeating section data in a task form in your workflows. One of the many great features in a Nintex Automation Cloud (NAC) form is the Repeating Section control. Form designers have the ability to add a dynamic section of repeating rows to collect input data.... Continue Reading →
Allow Only Numeric Value Input in a Nintex Automation Cloud (NAC) Form
Validating data in a form is a crucial part of data collection in an automation process. You can configure a text field on a form to only accept numeric values as input. This configuration also will not allow text (alphabetic) or special characters to be entered in the form field. This post will show you... Continue Reading →
Allow Only Text Character Input in a Nintex Automation Cloud (NAC) Form
Validating data in a form is a crucial part of data collection in an automation process. You can configure a text field on a form to only accept text (alphabet) characters input. This configuration also will not allow number or special characters to be entered in the form field. This post will show you how... Continue Reading →
Time Range Validation in Nintex Forms (Classic Designer)
In this scenario, we need to ensure that a form user can only select an appointment time during our business hours (for example, between 7:00 AM and 7:00 PM). On the Nintex form, we have a Date/Time control named AppointmentTime. If the user selects an appointment time outside of business hours, then the form will... Continue Reading →
Time Range Validation in Nintex Forms (Responsive Designer)
In this scenario, we need to ensure that a form user can only select an appointment time during our business hours (for example, between 7:00 AM and 7:00 PM). On the Nintex form, we have a Date/Time control named AppointmentTime. If the user selects an appointment time outside of business hours, then the form will... Continue Reading →
Show and Hide Group Controls Using a Choice – Multiple Field in a Nintex Workflow Cloud (NWC) Form
In this video, I show you how to show and hide Group controls using a Choice - Multiple control in a Nintex Workflow Cloud (NWC) form. As part of this solution, I will also show you how to configure Form Rules to accomplish this dynamic functionality. https://www.youtube.com/watch?v=X_5FuUU7Dg4 Show and Hide Group Controls Using a Choice... Continue Reading →
Show and Hide a Group Control Using a Checkbox in a Nintex Workflow Cloud (NWC) Form
In this video, I walk you through you how to show and hide a Group control using a Checkbox control in a Nintex Workflow Cloud (NWC) form. As part of this solution, I will also show you how to configure a Form Rule to accomplish this dynamic functionality. https://youtu.be/w-8YnWdWWRo
How To Restrict Numeric Data Entered to a Certain Number of Digits in a Nintex Workflow Cloud Form (NWC)
You can easily configure a form field to only accept a certain number of digits as input. This configuration also will not allow text or special characters to be entered in the form field. This post will show you how configure this in a Nintex Workflow Cloud form. This solution can be useful to validate... Continue Reading →
Set Up Age Verification on a Date/Time Control in a Nintex Workflow Cloud Form (NWC)
In this scenario, we need to verify that a user is older than a certain age (i.e. 18 or 21) based upon a date of birth entered in a Date/Time form field. This can be accomplished by creating a Submit Rule to validate the date field. Follow these steps to build out this functionality: Add... Continue Reading →