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]