Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    can you inspect your JavaScript console to see if you have any errors?

    Thread Starter 2020media

    (@2020media)

    No errors in Javascript console in Firefox or Chrome. I’ve installed it on a plain vanilla WordPress site with no other plugins or themes to try and figure this one out.

    Here’s the complete form

    <div class="container" id="bsNHLc">
      <div class="row">
        <div class="columns full">
          <div class="container cf7-sg-table" id="cf7-sg-table-1543318910568" data-button="Add New Row">
            <div class="row cf7-sg-table">
              <div class="columns one-half">
                <div class="field"><label>test</label>[text text-105]
                  <p class="info-tip"></p>
                </div>
              </div>
              <div class="columns one-half">
                <div class="field"><label>test</label>[text text-106]
                  <p class="info-tip"></p>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="container">
      <div class="row">
        <div class="columns full">
          <div class="field"><label></label>[submit "Submit"]
            <p class="info-tip"></p>
          </div>
        </div>
      </div>
    </div>

    and the page where this is demoed is https://wordpressdemo.2020test.net/sample-page/

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Oooops, that’s a bug alright!

    fixed in v2.5.4!

    NOTE: you’ll need to resave your form to get the table to work properly. The table was not being identified and saved properly in the DB.

    Thread Starter 2020media

    (@2020media)

    OK fantastic you have found it and it was not me doing something silly!

    Plugin Author Aurovrata Venet

    (@aurovrata)

    indeed, and I appreciate your patience in getting to the bottom of it!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add Rows no button’ is closed to new replies.