Probably. Could you recreate the problem in the form tester https://conditional-fields-cf7.bdwm.be/form-tester/ and share the link here?
Thanks for the quick reply.
I’ve put the mail code in the form here:
http://conditional-fields-cf7.bdwm.be/form-tester/?hash=3dcd5f11628c9c7238b884ee43a0b410
The issue is that with the tags I’ve created in the mail form with that syntax, they don’t show up as options in the conditional tab.
On the actual input form, the [group name]…[/group] syntax works fine.
Let me know if you need more info.
I’m a bit confused by your example.. You didn’t create a working form. Could you complete the form so there’s something I can test?
Jules,
Full form is available here: http://conditional-fields-cf7.bdwm.be/form-tester/?hash=2294436cd51890aaa714b2ce59fa8ffc
My issue is with only with the mail code – if I use the non-text mode to try to create conditions on the “conditional fields” tab, the groups aren’t recognized and I can’t choose them in the drop down menu. If I try to use them in text mode, they don’t get saved. I’m fairly sure the syntax is correct so I’m stumped.
Does that make sense?
You can only reference groups in the email message that are also present in the form.
So if in your e-mail code you write something like: [group-a] ... [/group-a]
this only makes sense if in your form you have [group group-a] ... [/group]
In order to make you example work, you might want to create all the groups in your form as well. But I’m not completely sure what you are trying to achieve.
Understood. I appreciate you looking into it.
I wanted to make a condition that if something that if a field in the form equals zero, it won’t show in the email at all. So I was trying to give each output a different group in the mail form and set those conditions.