Making the invite form work
-
I’m having trouble getting the invite form to work. There’s nothing given for the action of the form. So when I click subscribe nothing happens. Shouldn’t there be something as the form action? I pasted this code from the plugin settings and the plugin website. Nothing works.
See line 1: action=””
<form id="jot-subscriber-form-1" action="" method="post"> <input type="hidden" name="jot-group-id" value="1"> <input type="hidden" name="jot_form_id" value="jot-subscriber-form"> <table> <tr><th colspan=2 class="jot-td-c">Please enter your number to get the app!</th></tr><tr><th></th><td><input id="jot-subscribe-name" name="jot-subscribe-name" maxlength="40" size="40" type="hidden" value="No name given"/></td></tr> <tr><th>Enter your phone number :</th><td><input id="jot-subscribe-num" name="jot-subscribe-num" maxlength="40" size="40" type="text"/></td></tr><tr><td><input type="button" id="jot-subscribegroup-1" class="button" value="Subscribe"/></td><td> <div id="jot-subscribemessage"></div></td></tr> </table> </form>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Making the invite form work’ is closed to new replies.