• Resolved rgreenstreet

    (@rgreenstreet)


    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]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    will be available in CF pro

    Thread Starter rgreenstreet

    (@rgreenstreet)

    Great, thank you!

    Is there a timeframe for that? I did go ahead and sign up to be notified once it’s released 🙂

    Plugin Author Jules Colle

    (@jules-colle)

    it’s been in the final stages for quite a while, but didn’t get around releasing it yet. Hope to do it real soon.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CF7 Conditional Fields Wildcard for input’ is closed to new replies.