Once you have turned the SMS sign up toggle ON and entered your list code(s), you will have additional options in the Code Editor - detailed next.
With the SMS toggle turned on, the SMS required consent snippet will be added to your page by WMC with the “Billing_Phone Number” field.
You can customize this snippet in 2 different ways.
By default, the checkbox is added by WMC. If the checkbox remains part of the snippet, you may move this snippet anywhere in the code editor (anywhere on the page for the customer).
You also have the option to remove the checkbox from the snippet. IF you choose to remove the checkbox, the ‘sms-disclaimer-text’ must remain directly underneath the 'billing_phoneNumber' field in the code editor.
See screenshot below to code your page without a checkbox:
<div>
<label for="sms-signup-consent">Receive updates via text message</label>
<input type="checkbox" id="sms-signup-consent" name="smsSignupConsent">
</div>
<div id='sms-disclaimer-text'>
{Enter your phone number | Check here } to receive automated texts such as {investment alerts | health news | content}, reports and marketing from {LLC name or DBA} even if your number is on a do not call list. Your consent is not required to make any purchase. Max {##} msgs/month. By opt-ing in you agree to our Privacy Policy and SMS Terms (including dispute resolution process). Reply STOP any time to opt out.
</div>
</div>