Email sending text input, not content of email
-
website: tancredilawkc.com
I am trying to post a contact form on a page that is NOT primarily for contact (on the Pricing and Payments page). I’m trying to get the “Contact Form” to send emails and it’s sending but the email contains what is in the Message Body field:From: [your-name] <[your-email]>
Subject: [your-subject][your-message]
—
This email was sent via contact form on the TancrediLawKC website (https://tancredilawkc.com) <— THISThe code in the Forms box is:
<div class="row"> <div class="grid-1-3"> [text* Name placeholder "Name"] </div> <div class="grid-1-3"> [text* E-mail placeholder "E-mail"] </div> <div class="grid-1-3"> [text Phone placeholder "Phone"] </div> <div class="grid-1-1"> [text* Subject placeholder "Subject"] </div> <div class="grid-1-1"> [textarea* Message x6 placeholder "Your message..."] </div> <div style= "text-align: center;">[submit "Send Message →"]</div> </div>
…
How do I get the phone number field to show, as well as get the content of the email, other than what is put in the “Message Body” field on the Contact Form settings page.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Email sending text input, not content of email’ is closed to new replies.