• I am sending emails to two addresses, one is a gmail account and one is the tld for the site.

    The gmail account is receiving all of the fields, the tld account is not. The tld is hosted at GoDaddy.

    I installed a mail handler but that’s really not the issue as I am receiving mail at both accounts.

    The trouble is that I am not receiving checkbox, dropdown and tel field information on submit but only for the tld email jerry@bluehawaiianpoolsofmichigan.com

    Here is what I have in the MAIL tab:

    From:
    [your-name]<[your-email]>

    Subject:
    [your-subject]

    Customer Phone:
    [customer-phone]

    Message Body:

    [your-message]

    Checked Areas of Interest:

    [pool-options]

    Installation Goal:

    [install-goal]
    —-
    ‘<hr>’
    ‘<h4>END OF EMAIL CONTACT</h4>’

    Sent From Page:
    [_post_url]

    This e-mail was sent from a contact form on Blue Hawaiian Inground Pools of Michigan (http://bluehawaiianpoolsofmichigan.com)

    AND THIS is my FORM Tab:
    ‘<div class=”row”>
    <div class=”col-sm-12″>[text* your-name placeholder “Name”]</div>
    <hr>
    <div class=”col-sm-12″>[email* your-email placeholder “Email”]</div>
    <hr>
    <div class=”col-sm-12″>[text your-subject placeholder "Subject"]</div>
    <hr>
    </div>
    <h2 style=”text-center”>(248) 525-9503</h3>
    <hr>
    <div class=”col-xs-12 text-left”>

    <h2>Check Areas of Interest</h2>

    [checkbox pool-options class:pool-options “Fiberglass swimming pool” “Gunite swimming pool” “Vinyl liner swimming pool” “Electrical hookups (up to 40′ from meter to equipment pad must have 4 empty breakers)” “Gas fired heater Gas Line hookups (up to 40′ from meter)” “3 foot acrylic water slide” “7 foot acrylic water slide ” “Diving board” “Automatic pool vacuum” “LED thru wall light” “Electronic water purifier” “Perimeter tile at water line” “Lockable mesh safety cover” “Key operated safety cover” “Automation with Remote Door alarm” “Cascades 18 Cascades 24" Cascades 356"” “Gemstone Pool Finish Extreme Quartz Finish” “3′ concrete apron” “4′ concrete apron” “5′ concrete apron ” “6′ concrete apron” “Decorative aluminum fence”]

    <h2>Install Goal:</h2>
    [select install-goal “Choose One” “Immediately” “1 Month” “3 Months” “6 Months” “Next Year”]

    <h2>Phone Number</h2>
    [tel* customer-phone]

    [textarea your-message placeholder “Message”]

    <div class=”g-recaptcha” data-sitekey=”6LclEQ0TAAAAAOoxcW3OpQrrpfu3iVQoXrjLnM9h”></div>
    <hr>
    <div class=”btn btn-primary”>[submit “Send Email”]</div>

    <hr><h2 style=”text-center”>(248) 525-9503</h3><hr>

    </div>’

  • The topic ‘Checkboxes and Others Not Sending With Email’ is closed to new replies.