Repeating Row, Select fields not shown
-
I’ve got a repeating row with a text entry and then two Select drop downs.
<div class="container cf7-sg-table" data-button="Add Another Subject" id="cf7-sg-table-1543922826401"> <div class="row cf7-sg-table"> <div class="columns two-thirds"> <div class="field"><label>Subject</label>[text subject-title] <p class="info-tip"></p> </div> </div> <div class="columns two"> <div class="field"><label>Qualification</label>[select qualification include_blank "GCSE" "IGCSE" "AS Level" "A Level" "Functional Skills"] <p class="info-tip">Please choose the qualification</p> </div> </div> <div class="columns two"> <div class="field"><label>Exam Board</label>[select examboard include_blank "Edexcel" "AQA"] <p class="info-tip">Choose Examining Board</p> </div> </div> </div> </div>
When a user submits the form, no data comes through for the select box entries, only the text field.
Can’t figure out why.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Repeating Row, Select fields not shown’ is closed to new replies.