Issue with nested conditional formatting group in CF7 form
-
Hello! I have a form with nested conditional formatting groups. One group is working great and the other one will not pull up the nested conditional formatting section. I am not sure what is going on: code below:
[group split-payments]
Does client need to split the final payment?
[select* split-payments first_as_label “Select Option” “No, charge total to original payment method” “Yes, send client new payment links”]
[group split-payments-details]
Please explain how the client would like to split their final payment, including how many payments and the amount of each.
[textarea* split-payment-details]
[/group]
[/group]
[group financing]
Your client paid up front! Great Job!
[select* refund first_as_label “Is Client Owed a Refund?” “Yes” “No”]
[group refund-amount-financing]
[text* refund-amount placeholder “Refund Amount”]
Full Days Off: $1,650 | Half Days Off: $750
[/group]
[/group]
————————————-
The section with financing is working great but the section pertaining to split payments is not working. Basically when somebody selects “<span style=”font-size: inherit;”>Yes, send client new payment lin</span>ks”, the next field split-payment-info should appear, and it is not. I was able to get this field to appear when I tested it by attaching it to the conditional formatting for the financing section, but not for the split payments. Below is the list of CF rules I have right now:
show [split-payments] if [payment-method] equals “Self-Pay”
show [split-payments-details] if [split-payments] equals “Yes, send client new payment links”
show [financing] if [payment-method] equals “Financing”
show [refund-amount-financing] if [refund] equals “Yes”
show [split-payments-details] if [split-payments] function “Yes, send client new payment links”Your help is appreciated!
The page I need help with: [log in to see the link]
- The topic ‘Issue with nested conditional formatting group in CF7 form’ is closed to new replies.