• Resolved 2020media

    (@2020media)


    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)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    It’s working fine for me.

    no data comes through for the select box entries

    how are you trying to access your data?

    Thread Starter 2020media

    (@2020media)

    I was using one of the CF7 -> DB plugins. I don’t get the emails as I’m working for a client.
    It could be the CF7 -> DB plugin then – I’ll check into that. thankyou.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    CF7DB plugin is not compatible with the Smart Grid repetitive fields.

    If you need to save your submissions, then use the Post My CF7 Form plugin which is fully compatible with the Smart Grid.

    Post My CF7 Form saves submissions to post or custom posts, allowing you to access the stored data using WP core functionality. CF7DB uses custom tables which limits its compatibility with other plugins.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Repeating Row, Select fields not shown’ is closed to new replies.