Advertisement
shumilica

register sendy using ajax

Aug 27th, 2014
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.92 KB | None | 0 0
  1. <script type="text/javascript" src="http://url.to.your.js.file" ></script>
  2. <style>.for-you{display:none;}</style>
  3. <div id="form-div"><form action="http://the.link.to.signup.php" method="POST" name="form-id" id="form-id">
  4. <table style="width: 300px;" align="center" border="1" cellpadding="0" cellspacing="0">
  5. <tbody>
  6. <tr>
  7. <td colspan="2"><b>Înscriere newsletter</b></td>
  8. </tr>
  9. <tr>
  10. <td valign="top"><input id="name" name="name" size="25" type="text" placeholder="Name" style="font-style:italic;" /><input name="url2" type="text" id="url2" class="for-you" autocomplete="off" /><input type="hidden" name="list" id="list" value="YOUR LIST ID" /></td>
  11. </tr>
  12. <tr>
  13. <td valign="top"><input id="email" name="email" size="25" type="text" placeholder="Email" style="font-style:italic;" /><input value="Signup" type="submit" id="submit-btn-form" name="submit" /></td>
  14. </tr>
  15. </tbody>
  16. </table>
  17. </form></div>
  18. <div id="status"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement