• Resolved giannuzzo500

    (@giannuzzo500)


    Good evening
    I’m contacting you because I have some problems in setting your plugin.
    In particular on the field “data-field”, for example:
    I have to create a form that based on the selected data it has to change the result. If I set on conditional field the sentence “If date greater than or equal to 26/04/2023” the result is correct but if I change the parameters the result is always the same.
    How can I solve this problem?

    Best regards
    Giovanni

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Hello…I have a simple issue with a 3rd tier data field not appearing (I’ve got tier 1 and 2 before it working fine as you can see below). Please let me know if better to post as a new post.

    FORM HERE — https://vref.com/aircraft-sales-report-form-2

    FORM TEST — Choose TYPE: “PISTON” then MAKE: “AERONCA” then MODEL: “…OTHER” (you should see an “Other” text field appear below it)

    For instance, if you choose instead MAKE: “…OTHER”, you’ll see 2 text fields appear. So it works there just fine there.

    What am I missing? Can anyone help?

    Thanks in advance!!!

    
    <label> Aircraft Type *
        [select* make-type include_blank "PISTON" "TURBINE"] </label>
    
    [group make-type-piston]
        <label> Piston Aircraft Make *
        [select* make-type-piston2 include_blank "AERONCA" "AEROSTAR" "AEROTREK" "AMD" "AMERICAN CHAMPION" "AMERICAN LEGEND" "AVIAT" "AYERS" "BEECHCRAFT" "BELLANCA" "BRM AERO" "CESSNA" "CIRRUS" "COMMANDER" "CUBCRAFTERS" "CZECH SPORT" "DIAMOND" "ELIXIR" "ERCOUPE" "EVEKTOR" "FLIGHT DESIGN" "FOUND AIRCRAFT/PACIFIC AEROSPACE EXPEDITION" "GABRIEL" "GAMEBIRD" "GIPPSAERO" "GOBOSH" "GRUMMAN/AMERICAN GENERAL" "ICON" "JABIRU" "JMB" "KITFOX" "LAKE" "LIBERTY" "LUSCOMBE" "MAULE" "MEYERS" "MOONEY" "NAVION" "NORTH AMERICAN" "PARADISE" "PIPER" "PIPISTREL" "REMOS" "SOCATA" "STINSON" "SYMPHONY" "TAF" "TECNAM" "TIGER" "TWIN COMMANDER" "VANS AIRCRAFT" "VARGA" "VULCANAIR" "WACO AIRCRAFT" "XTREMEAIR" "...OTHER"] </label>
    [/group]
    
        [group make-type-piston-other]
        <label> – Other Piston Aircraft Make
        [text make-type-piston-other]</label>
        <label> – Other Piston Aircraft Model
        [text model-piston-other]</label>
        [/group]
    
    ----
    
        [group model-piston-aeronca]
        <label> Piston Aircraft Model *
        [select* model-piston-aeronca include_blank "CHAMP 7AC/CC/DC" "CHIEF 11AC" "SEDAN 15AC" "...OTHER"] </label>
        [/group]
    
        [group model-piston-other]
        <label> – Other Piston Aircraft Model
        [text model-piston-other]</label>
        [/group]
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Contact Form 7 conditional Data-field not working’ is closed to new replies.