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. Panel |
---|
panelIconId | 1f4cc |
---|
panelIcon | :pushpin: |
---|
panelIconText | 📌 |
---|
bgColor | #FFF0B3 |
---|
| This snippet is commented out by default. You will need to remove the comment around this snippet and customize your “sms-disclaimer-text” before saving and publishing the order page. |
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 snippet must remain directly underneath the billing_phoneNumber field in the code editor. WMC will throw an error and not allow you to save if the checkbox is removed and the snippet has been moved away from the billing phone number field on the page.
Panel |
---|
panelIconId | 2734 |
---|
panelIcon | :eight_pointed_black_star: |
---|
panelIconText | ✴️ |
---|
bgColor | #FFBDAD |
---|
| If you have any trouble finding the code on your order page, please reach out to Sarah Smiley to investigate. Here is the code snippet incase you need to manually add it: |
Code Block |
---|
<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> |
|