Repetitive fields – submit to webhook
-
Hello, I am trying to post form to API using webhook and I ran into problem with repetitive tabbed fileds. I can see on page, that input fields have different names (text-400, text-400_tab-1, text-400_tab-2, …), but in API, the post value is just text-400 and I can’t see other.
<div class="container"> <div class="row"> <div class="columns full cf7-sg-tabs"> <ul class="cf7-sg-tabs-list"> <li><a href="#cf7-sg-tab-1603101572897" class="cf7-sg-hidden">Repetitive</a></li> </ul> <div class="container cf7-sg-tabs-panel" id="cf7-sg-tab-1603101572897"> <div class="row"> <div class="columns full"> <div class="field"><label>Field<em>*</em></label>[text* text-400] <p class="info-tip"></p> </div> </div> </div> </div> </div> </div> </div> <div class="container"> <div class="row"> <div class="columns two offset-ten"> <div class="field"><label></label>[submit] <p class="info-tip"></p> </div> </div> </div> </div>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Repetitive fields – submit to webhook’ is closed to new replies.