<form id='form1'>
    <div class='textfield__container'>
        <label for='' class='textfield__label'>Sign up to our newsletter</label>
        <input type='text' id='' class='textfield__input' placeholder='Email' name=''>
    </div>
    <div class='checkbox__container'>
        <input id='' type='checkbox' class='checkbox__input' name='' value=''>
        <label for='' class='checkbox__label'>marketing opt-in message</label>
    </div>
    <button class='primary-cta' type='submit' form='form1' value='Submit'>Submit</button>
</form>
<form id='form1'>
  <div class='textfield__container'>
    <label for='' class='textfield__label'>{{label}}</label>
    <input type='text' id='' class='textfield__input' placeholder='{{placeholder}}' name=''>
  </div>
  <div class='checkbox__container'>
    <input id='' type='checkbox' class='checkbox__input' name='' value=''>
    <label for='' class='checkbox__label'>{{checkboxLabel}}</label>
  </div>
  <button class='primary-cta' type='submit' form='form1' value='Submit'>{{text}}</button>
</form>
{
  "theme": "default",
  "firstInstance": true,
  "label": "Sign up to our newsletter",
  "placeholder": "Email",
  "checkboxLabel": "marketing opt-in message",
  "text": "Submit"
}

No notes defined.