can you inspect your JavaScript console to see if you have any errors?
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 http://wordpressdemo.2020test.net/sample-page/
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.
OK fantastic you have found it and it was not me doing something silly!
indeed, and I appreciate your patience in getting to the bottom of it!