• Resolved pixartmx

    (@pixartmx)


    I need to have an email validation in the form, is possible to compare to fields like

    if [email] equals [emailconformation] then show [send]

    • This topic was modified 7 years, 11 months ago by pixartmx.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    I’m currently working on a pro version of the plugin where you will be able to use regular expressions, but for the moment it is not possible, and it will not be possible in the free plugin.

    If you would like to try the beta version of conditional fields pro, send me an email and I can send you a copy. (email address in the plugin’s readme.txt file)

    Thread Starter pixartmx

    (@pixartmx)

    Hi Jules

    isn’t working for me or I’m doing something wrong

    I need to compare to fields and if they are the same then shows the next part

    IF [email] equal [emailconfirmation] show next

    Also I need to create some like

    if [email] equal [email protected] and [code] equal QAZ23S shows send

    if [email] equal [email protected] or [email protected] or [email protected] shows code

    they will be like 60 different codes and 100 different emails

    regards

    jaime

    Thread Starter pixartmx

    (@pixartmx)

    also i found that in mobile doesnt show the hide group

    this is the CF7 form
    <p>Email: * [email* email]</p>
    <p>[group Code]</p>
    <p>Code: * [text* code minlength:6 maxlength:6 ]</p>
    <p>[group entrar]</p>
    [submit “Continue”]
    <p>[/group]</p>
    <p>[/group]</p>

    and this are the conditions:

    if [code] equals "A00Z12" then show [entrar]
    if [email] equals "[email protected]" then show [Code]

    the url is https://www.tastebeyondimagination.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘field compare with other field’ is closed to new replies.