Map Conditional Result to PDF field
-
Hi, I’m working on building an employment application using your plugin in conjunction with Contact Form 7 – Conditional Fields. I believe my issue is similar to the one posted HERE, with a few differences.
I’d like to be able to map the result of a conditional response to a PDF field.
Specifically, I ask what position the applicant is applying for by allowing them to first select the department from a drop-down list, and then choose from a list of positions within that department.Can I do this directly or is there a workaround to send the conditional response to a hidden field?
Below is the draft form:
<label>Applying for the position of</label> Department: [select menu-departments include_blank "Dredge Personnel" "Equipment Operators" "Tug Boats" "Yard Personnel" "Administrative"] [group group-dredge]Position:[select menu-dredge-personnel include_blank "Dredge Captain" "Deck Captain" "Leverman" "Mate" "Boatman/Dredge Tender Operator" "Deckhand" "Chief Engineer" "Assistant Chief Engineer" "Watch Engineer" "Oiler" "Welder" "Chief Cook" "Cook Helper" "Dump Foreman" "Spill Barge Operator"][/group] [group group-equip]Position:[select menu-operators include_blank "Heavy Equipment Operator" "Crane Operator" "Crane Oiler/Rigger"][/group] [group group-tug]Position:[select menu-tugs include_blank "Tug Boat Captain" "Relief Captain" "Deckhand"][/group] [group group-yard]Position:[select menu-yard include_blank "Port Engineer" "Machinist" "Welder/Fitter" "Purchasing Assistant" "Part Runner"][/group] [group group-admin]Position:[select menu-admin include_blank "Quality Control Manager" "Surveyor/QC Helper" "Site Safety & Health Officer (SSHO)" "Project Manager" "Safety Superintendent" "Dredging Superintendent"][/group]
Conditions:
show [group-dredge] if [menu-departments] equals "Dredge Personnel" show [group-equip] if [menu-departments] equals "Equipment Operators" show [group-tug] if [menu-departments] equals "Tug Boats" show [group-yard] if [menu-departments] equals "Yard Personnel" show [group-admin] if [menu-departments] equals "Administrative"
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Map Conditional Result to PDF field’ is closed to new replies.