Issue with my form

Issue with my form

Comments

  • Hi,

    I am running into an issue on one of my forms. I have two number boxes that are marked as required. However, while trying to run the form only one is coming up as required.
    Also, when I have entered all required fields into the form it is not moving to the next step.

    Can I please have someone assist as soon as possible ?

    Thank you.

  • Hello,
    As requested, here are some notes I made about the items :
    SummaryReviewed the data flow and validation flow created in Form validation and equations ReviewIn the Data Flow: ForEach step loops and goes through a list, one item in a list at a time.
    The variable called Item is the current item that the ForEach is on, while Item Index lists the current index in the list it is.Item Index = 0 is the first item in a list. From the Validation FlowThe subflow inside of this flow reuses the dataflow to recalculate total charges.When it hits the rule, it checks to see if the newly calculated total charges matches the value listed in the form.If it matches, then there will be no validation issues. If it does not match, then a variable with a FormValidationIssue type is created. After using Build Data on this type, the following values should be edited: Break Level - determines what occurs when there is a validation error (e.g. Fatal prevents the user from leaving the form and continuing the flow). Message - This is the message that appears when hovering over the component with the validation issue. Data Name - This needs to equal the data name of the component on the form you want the validation error to occur on. In this particular form, I believe it is Total Charges.

Sign In or Register to comment.