Testing campaignmonitor form code


/ Published in: HTML
Save to your folder(s)

testing campaignmonitor form code


Copy this code and paste it in your HTML
  1. <form action="http://lalalalal1.createsend.com/t/i/s/dlwdd/" method="post" id="subForm">
  2. <p>
  3. <label for="fieldName">Name</label><br />
  4. <input id="fieldName" name="cm-name" type="text" />
  5. </p>
  6. <p>
  7. <label for="fieldEmail">Email</label><br />
  8. <input id="fieldEmail" name="cm-dlwdd-dlwdd" type="email" required />
  9. </p>
  10. <p>
  11. <button type="submit">Subscribe</button>
  12. </p>
  13. </form>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.