CF7 Conditional Fields Wildcard for input
-
In the page linked, I’m trying to make it such that the fields asking for options for the KW email and KW website pop up a warning message (conditional group) if they contain any form of “realtor” or “realty” as those are prohibited words
I have the following conditions in place, but apparently the asterisk isn’t the wildcard character, if there is a wildcard character.
if [KWEmailAddress] equals "*realty" then show [prohibitedemail] if [KWWebsiteAddress] equals "*realty" then show [prohibitedwebsite] if [KWEmailAddress] equals "realty*" then show [prohibitedemail] if [KWWebsiteAddress] equals "realty*" then show [prohibitedwebsite] if [KWEmailAddress] equals "*realtor" then show [prohibitedemail] if [KWWebsiteAddress] equals "*realtor" then show [prohibitedwebsite] if [KWEmailAddress] equals "realtor*" then show [prohibitedemail] if [KWWebsiteAddress] equals "realtor*" then show [prohibitedwebsite]So I guess my question is two parts:
1. Does Conditional Fields for CF7 support wildcard characters?
2. If so, what is the wildcard?I did find this previous topic from nearly 2 years ago, so if that is still the case, let me know:
https://ww.wp.xz.cn/support/topic/show-conditional-group-is-input-field-contains-any-value/
The page I need help with: [log in to see the link]
The topic ‘CF7 Conditional Fields Wildcard for input’ is closed to new replies.