• Resolved checkabout

    (@checkabout)


    Hello.
    Im having trouble with the contact form. The email that comes when sent from the form is:

    From: [Name] <[E-mail]>
    Subject: [Subject]

    Message Body:
    testing p[ewfk[ewfkf[ekk[pwfkew[fkw


    This e-mail was sent from a contact form on [ATMT Equipment] ([https://atmtequipment.com/])

    The mail tag for the message body looks fine but the rest come empty.

    This is the form:

    <div class="form-row row-gutter-sm">
       <div class="form-group col mb-3">
          [text* text-45 id:name class:form-control placeholder "First Name"]
        </div>
    </div>
    <div class="form-row row-gutter-sm">
        <div class="form-group col mb-3">
          [email* email-252 id:email class:form-control placeholder "E-mail Address"]
         </div>
    </div>
    <div class="form-row">
        <div class="form-group col mb-3">
    [textarea* textarea-307 id:message class:form-control placeholder "Message"]
        </div>
    </div>
    <div class="form-row">
      <div class="form-group col mb-0">
        <div class="vc_btn3-container  custom-btn-arrow mb-0 vc_btn3-inline">
    	<button class="vc_btn3 vc_btn3-shape-rounded vc_btn3-icon-right font-weight-bold btn btn-md btn-primary font-size-md py-3 px-5">SUBMIT<i class="vc_btn3-icon fas fa-long-arrow-alt-right"></i></button>
    	</div>
       </div>
    </div>

    Thank you very much.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Jainil Nagar

    (@jainilnagar)

    Hello @checkabout

    You have incorrect tags in the mail setting. It should be like below:

    From: [text-45] <[email-252]>
    
    Message Body:
    [textarea-307]
    
    -- 
    This e-mail was sent from a contact form on [_site_title] ([_site_url])
    Thread Starter checkabout

    (@checkabout)

    Hello,
    Thank you for the reply.
    Can you also send me the tag for the subject please?

    Thank you

    Thread Starter checkabout

    (@checkabout)

    Sorry and for phone.

    Thread Starter checkabout

    (@checkabout)

    I sorted out the issue.
    Thank you very much.

    Thread Starter checkabout

    (@checkabout)

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Contact Form Mail – tags’ is closed to new replies.