kylejmktg
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Data for Email Notifications Don’t Pull Through from FormHmm still no luck with this.
The email notification where it shows the approve/reject application buttons work and come through with this form: https://magnascent.com/original-form-test/but not this one: https://magnascent.com/test-form/
and I need it to come through with this url instead “https://magnascent.com/test-form/”.
When comparing code I don’t see a single tag in the form html that has the [userapprovereject] tag, but I see it in the mail html.Here is the html for the form that is pulling data correctly from this url https://magnascent.com/original-form-test/:
FORM HTML:<label>Website URL [url dist-websiteurl placeholder "https://"]</label><label>Enter Email <span class="contact-required">*</span> [email* dist-email id:dist-email]</label><label>Confirm Email <span class="contact-required">*</span> [email* dist-emailconfirm]</label><label for="dist-emailconfirm" generated="true" class="contact-error-message">Please enter the same value again.</label><label>Phone [dist-tel]</label><label>How did you hear about us? [text dist-how_hear]</label><label>Have you sold dietary supplements before? [text dist-sold_before]</label><label>Do you have a website to sell the iodine or a brick and mortar store? [text dist-website_or_brickmortar]</label><label>If not, how do you plan to distribute our product? [text dist-how_distribute]</label>This will only be used for communication with you. We will NOT sell, trade or make public any of this information.
<hr> <h3>Billing Address</h3><label>Street Address [text dist-billing_street]</label><label>Address Line 2 [text dist-billing_street2]</label><label>City [text dist-billing_city]</label><h3>Shipping Address</h3><label>State [text dist-billing_state]</label><label>Zip/Postal Code [text dist-billing_zip]</label><label>Country [select dist-billing_country "United States"]</label>[checkbox dist-shipping_different use_label_element "Shipping address is different than billing address"]
<hr><label>Street Address [text dist-shipping_street]</label><label>Address Line 2 [text dist-shipping_street2]</label><label>City [text dist-shipping_city]</label><label>State [text dist-shipping_state]</label><label>Zip/Postal Code [text dist-shipping_zip]</label><label>Country [select dist-shipping_country "United States"]</label><label>Type of Business [text dist-business_type]</label><label>Resale Tax ID#(TX Wholesalers Only) [text dist-resale_taxid]</label><label>State Registered In [text dist-state_registered]</label><hr><label>Private Label Name (if approved) [text dist-private_label_name]</label><label>First Name [text dist-first_name]</label><label>Last Name [text dist-last_name]</label><label>Enter Password <span class="contact-required">*</span> [text* dist-password id:dist-password minlength:8 maxlength:140]</label><label>Confirm Password <span class="contact-required">*</span> [text* dist-password2 minlength:8 maxlength:140]</label><label for="dist-password2" generated="true" class="contact-error-message">Please enter the same value again.</label><label>Passcode [text dist-passcode]</label>This is a special passcode given out at trade shows
Please correct issues with the email address.Please correct issues with the password.[recaptcha][submit "Submit Application"]Here is the email html for what gets pulled:
<table bgcolor="#e4e4e4" border="0" cellpadding="0" cellspacing="0" id="backgroundTable" st-sortable="header" width="100%"> <tbody> <tr> <td> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" bgcolor="#fff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td bgcolor="#e4e4e4"> </td> </tr> <tr> <td bgcolor="#007acc" height="8"> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table bgcolor="#e4e4e4" border="0" cellpadding="0" cellspacing="0" id="backgroundTable" st-sortable="left-image" width="100%"> <tbody> <tr> <td> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td align="center"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 font1" style="font-family:Arial, Helvetica, sans-serif; font-size: 20px; color: #808080; text-align:left; line-height:18px; padding:27px 0px 20px 0;"><span class="font1" style="font-family:Arial, Helvetica, sans-serif; font-size: 20px; color:#808080; text-align:left; line-height:18px;">Become a Distributor information is below:</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table bgcolor="#e4e4e4" border="0" cellpadding="0" cellspacing="0" id="backgroundTable" st-sortable="left-image" width="100%"> <tbody> <tr> <td> [user_already_vendor] <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Website URL:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-websiteurl]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Phone:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-tel]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Your Email:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-email]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">How did you hear about us?</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-how_hear]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Have you sold dietary supplements before?</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-sold_before]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Do you have a website to sell the iodine or a brick and mortar store?</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-website_or_brickmortar]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">If not, how do you plan to distribute our product?</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-how_distribute]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table bgcolor="#e4e4e4" border="0" cellpadding="0" cellspacing="0" id="backgroundTable" st-sortable="left-image" width="100%"> <tbody> <tr> <td> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td align="center"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 font1" style="font-family:Arial, Helvetica, sans-serif; font-size: 18px; color: #808080; text-align:left; line-height:18px; padding:27px 0px 20px 0;"><span class="font1" style="font-family:Arial, Helvetica, sans-serif; font-size: 18px; color:#808080; text-align:left; line-height:18px;">Billing Address:</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Street Address:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-billing_street]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Address Line2:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-billing_street2]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">City:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-billing_city]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">State / Province / Region:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-billing_state]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">ZIP / Postal Code:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-billing_zip]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Country:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-billing_country]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table bgcolor="#e4e4e4" border="0" cellpadding="0" cellspacing="0" id="backgroundTable" st-sortable="left-image" width="100%"> <tbody> <tr> <td> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td align="center"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 font1" style="font-family:Arial, Helvetica, sans-serif; font-size: 18px; color: #808080; text-align:left; line-height:18px; padding:27px 0px 20px 0;"><span class="font1" style="font-family:Arial, Helvetica, sans-serif; font-size: 18px; color:#808080; text-align:left; line-height:18px;">Shipping Address:</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Street Address:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-shipping_street]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Address Line 2:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-shipping_street2]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">City:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-shipping_city]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">State / Province / Region:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-shipping_state]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">ZIP / Postal Code:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-shipping_zip]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Country:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-shipping_country]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Type of Business:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-business_type]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Resale Tax ID#:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-resale_taxid]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">State Registered In:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-state_registered]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Private Label Name :</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-private_label_name]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table bgcolor="#e4e4e4" border="0" cellpadding="0" cellspacing="0" id="backgroundTable" st-sortable="left-image" width="100%"> <tbody> <tr> <td> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td align="center"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 font1" style="font-family:Arial, Helvetica, sans-serif; font-size: 18px; color: #808080; text-align:left; line-height:18px; padding:27px 0px 20px 0;"><span class="font1" style="font-family:Arial, Helvetica, sans-serif; font-size: 18px; color:#808080; text-align:left; line-height:18px;">User Profile:</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">First Name:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-first_name]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Last Name:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-last_name]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Username:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[username]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Passcode:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-passcode]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> [userapprovereject] </td> </tr> </tbody> </table> <table bgcolor="#e4e4e4" border="0" cellpadding="0" cellspacing="0" id="backgroundTable" st-sortable="left-image" width="100%"> <tbody> <tr> <td> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; font-style:italic; color: #888888; text-align:left; line-height:18px; padding:15px 10px 15px 0;"> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table bgcolor="#e4e4e4" border="0" cellpadding="0" cellspacing="0" id="backgroundTable" st-sortable="header" width="100%"> <tbody> <tr> <td> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" bgcolor="#fff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td bgcolor="#007acc" height="8"> </td> </tr> <tr> <td bgcolor="#e4e4e4"> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table bgcolor="#e4e4e4" border="0" cellpadding="0" cellspacing="0" id="backgroundTable" st-sortable="left-image" width="100%"> <tbody> <tr> <td> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td> <table align="left" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="200"> <tbody> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody>Here is the form that isn’t pulling the reject/approve buttons correctly into email notifications’s code (https://magnascent.com/test-form/):
Form HTML:
<label>First Name<span class="contact-required">*</span>[text dist-first_name]</label><label>Last Name<span class="contact-required">*</span>[text dist-last_name]</label><label>Business Name<span class="contact-required">*</span>[text text-317]</label><label>Type of Business<span class="contact-required">*</span>[text dist-business_type]</label><label>Business Address<span class="contact-required">*</span>[text dist-shipping_street]</label><label>City<span class="contact-required">*</span>[text dist-shipping_city]</label><label>State/Region<span class="contact-required">*</span>[text dist-shipping_state]</label><label>Country/Region<span class="contact-required">*</span>[select dist-shipping_country "United States"]</label><label>Postal Code<span class="contact-required">*</span>[text dist-shipping_zip]</label><label>Business Phone Number<span class="contact-required">*</span></label>[tel dist-tel]<label>Business Email<span class="contact-required">*</span></label>[text text-859]<label>Website URL [url dist-websiteurl placeholder "https://"]</label><label>How did you hear about us?[text dist-how_hear]</label><label>Have you sold dietary supplements before?</label>[radio dist-sold_before default:1 "Yes" "No"][recaptcha][submit "Submit Application"]Here’s the email notification HTML for that:
<table bgcolor="#e4e4e4" border="0" cellpadding="0" cellspacing="0" id="backgroundTable" st-sortable="header" width="100%"> <tbody> <tr> <td> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" bgcolor="#fff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td bgcolor="#e4e4e4"> </td> </tr> <tr> <td bgcolor="#007acc" height="8"> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table bgcolor="#e4e4e4" border="0" cellpadding="0" cellspacing="0" id="backgroundTable" st-sortable="left-image" width="100%"> <tbody> <tr> <td> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td align="center"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 font1" style="font-family:Arial, Helvetica, sans-serif; font-size: 20px; color: #808080; text-align:left; line-height:18px; padding:27px 0px 20px 0;"><span class="font1" style="font-family:Arial, Helvetica, sans-serif; font-size: 20px; color:#808080; text-align:left; line-height:18px;">Become a Distributor information is below:</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table bgcolor="#e4e4e4" border="0" cellpadding="0" cellspacing="0" id="backgroundTable" st-sortable="left-image" width="100%"> <tbody> <tr> <td> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Website URL:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-websiteurl]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Phone:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-tel]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Your Email:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[text-859]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">How did you hear about us?</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-how_hear]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Have you sold dietary supplements before?</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-sold_before]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table bgcolor="#e4e4e4" border="0" cellpadding="0" cellspacing="0" id="backgroundTable" st-sortable="left-image" width="100%"> <tbody> <tr> <td> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td align="center"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 font1" style="font-family:Arial, Helvetica, sans-serif; font-size: 18px; color: #808080; text-align:left; line-height:18px; padding:27px 0px 20px 0;"><span class="font1" style="font-family:Arial, Helvetica, sans-serif; font-size: 18px; color:#808080; text-align:left; line-height:18px;">Billing Address:</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table bgcolor="#e4e4e4" border="0" cellpadding="0" cellspacing="0" id="backgroundTable" st-sortable="left-image" width="100%"> <tbody> <tr> <td> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td align="center"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 font1" style="font-family:Arial, Helvetica, sans-serif; font-size: 18px; color: #808080; text-align:left; line-height:18px; padding:27px 0px 20px 0;"><span class="font1" style="font-family:Arial, Helvetica, sans-serif; font-size: 18px; color:#808080; text-align:left; line-height:18px;">Shipping Address:</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Street Address:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-shipping_street]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">City:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-shipping_city]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">State / Province / Region:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-shipping_state]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">ZIP / Postal Code:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-shipping_zip]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Country:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-shipping_country]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Type of Business:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-business_type]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table bgcolor="#e4e4e4" border="0" cellpadding="0" cellspacing="0" id="backgroundTable" st-sortable="left-image" width="100%"> <tbody> <tr> <td> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td align="center"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 font1" style="font-family:Arial, Helvetica, sans-serif; font-size: 18px; color: #808080; text-align:left; line-height:18px; padding:27px 0px 20px 0;"><span class="font1" style="font-family:Arial, Helvetica, sans-serif; font-size: 18px; color:#808080; text-align:left; line-height:18px;">User Profile:</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">First Name:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-first_name]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center" style="border-bottom:1px solid #e5e5e5"><!-- Start of left column --> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01 restdminwdt" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #9f9d9d; text-align:right; line-height:18px; padding:15px 0px 10px 10px;" width="105"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#9f9d9d; text-align:right; line-height:18px;">Last Name:</span></td> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #4a4848; text-align:left; line-height:18px; padding:15px 0px 10px 10px;" width="467"><span style="font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#4a4848; text-align:left; line-height:18px;">[dist-last_name]</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> [userapprovereject] </td> </tr> </tbody> </table> <table bgcolor="#e4e4e4" border="0" cellpadding="0" cellspacing="0" id="backgroundTable" st-sortable="left-image" width="100%"> <tbody> <tr> <td> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td align="center"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="572"> <tbody> <tr> <td class="pad_01" style="font-family:Arial, Helvetica, sans-serif; font-size: 14px; font-style:italic; color: #888888; text-align:left; line-height:18px; padding:15px 10px 15px 0;"> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table bgcolor="#e4e4e4" border="0" cellpadding="0" cellspacing="0" id="backgroundTable" st-sortable="header" width="100%"> <tbody> <tr> <td> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" bgcolor="#fff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td bgcolor="#007acc" height="8"> </td> </tr> <tr> <td bgcolor="#e4e4e4"> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table bgcolor="#e4e4e4" border="0" cellpadding="0" cellspacing="0" id="backgroundTable" st-sortable="left-image" width="100%"> <tbody> <tr> <td> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td width="100%"> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> <td> <table align="left" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="200"> <tbody> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="620"> <tbody> <tr> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table>Doesn’t make sense on why it’s working on the one but not the other. I have to be missing something. Please help!
Forum: Plugins
In reply to: [Contact Form 7] Data for Email Notifications Don’t Pull Through from Formhttps://maglocaltest.wpengine.com/test-form/ here’s the page.
Forum: Plugins
In reply to: [Contact Form 7] Data for Email Notifications Don’t Pull Through from FormHere is the dev link: https://maglocaltest.wpengine.com/
Forum: Plugins
In reply to: [Contact Form 7] Data for Email Notifications Don’t Pull Through from FormI felt silly that I didn’t try this first, but simply reinstalling the plugin resolved the issue for me.
I’m having the same problem on one of my sites as well. There are no JS errors being reported in the developer console.