Closed
Solved
Checkbox for paragraph
Hi,
My requirement is I need to add the the check box for the for terms and condition and need to set the validtion if its not accepted.
Please let me know how to add.
***Edited by Moderator: Pooja to update platform capability tag***
To see attachments, please log in.
Hi, Use a boolean property for the checkbox. 1.Create a validation rule and check the boolean property value. Add the error message you want. Call the validation rule on the Validation tab of your flow action. 2. Use pxAddMessageToPage function if you are using Data transform 3.Page-Set Messages Method if you are using Activity