• Hello,

    I have installed and configured your plugin (ver 1.1.1) and it is working fine with default fields (Name & Email). But not able to capture the Custom field’s data.

    Let me know if any additional configuration is required.

    Below is my code for WPCF7
    [tssendy listID “448”][hidden ts_sendy_hidden “true”]
    <label class=”use-floating-validation-tip”>[email* ts_Email placeholder “Email”]<i class=”fa fa-envelope-o border” aria-hidden=”true”></i></label>
    <label class=”use-floating-validation-tip”>[text* ts_Mobile placeholder “Mobile” ]<i class=”fa fa-mobile border” aria-hidden=”true”></i></label>
    <label class=btn-go>[submit “Go!”]</label>

    Below is my Sendy Form’s Code
    <form action=”https://<sendyURL>/subscribe&#8221; method=”POST” accept-charset=”utf-8″>
    <label for=”name”>Name</label><br/>
    <input type=”text” name=”name” id=”name”/>
    <br/>
    <label for=”email”>Email</label><br/>
    <input type=”email” name=”email” id=”email”/>
    <br/>
    <label for=”Mobile”>Mobile</label><br/>
    <input type=”text” name=”Mobile” id=”Mobile”/>
    <br/>
    <input type=”hidden” name=”list” value=”sPo9moTXL2oCnNlGg5evtA”/>
    <input type=”submit” name=”submit” id=”submit”/>
    </form>

    Thanks in advance.

    • This topic was modified 7 years, 10 months ago by Dhiren SHAH. Reason: URL modified
  • The topic ‘Not working with Custom fields’ is closed to new replies.