• Resolved ca2450

    (@ca2450)


    Hi,

    Here is my code:

    <div style="float: left; width: 50%;">
    <input type="text" name="first" placeholder="First Name" />
    </div>
    <div style="float: right; width: 50%;">
    <input type="text" name="last" placeholder="Last Name" />
    </div>
    <div style="float: left; width: 50%;">
    <input type="email" name="email" placeholder="Email" />
    </div>
    <div style="float: right; width: 50%;">
    <input type="text" pattern="[0-9]" name="telephone" placeholder="Phone Number" />
    </div>
    ?<textarea id="txtarea" rows="5" cols="50" name="message" placeholder="Message"></textarea>
    
    [recaptcha]
    <b></b>
    <p>[submit "Send"]

    What would my correct mail settings be? I currently have:
    To: [email protected]
    From: [your-name] <[email protected]>
    Subject: Thanks for contacting Artillio Designs!
    Additional Headers: Reply-To: [your-email]
    Message Body: `<b>You have a new message via:</b> https://www.ArtillioDesigns.com/

    <b>From:</b> [your-name]

    <b>Email:</b> [your-email]

    <b>Telephone:</b> [your-telephone]

    <b>Subject:</b> [subject]

    <b>Message Body:</b> [your-message]`

    Thanks!

    https://www.ads-software.com/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
  • Thread Starter ca2450

    (@ca2450)

    Figured this out.
    Incase anyone needs a sweet CF7:

    CSS:

    .wpcf7-form input:focus, textarea:focus
    {outline: none; background-color: #E6AE48;}
    
    .wpcf7-form input, .wpcf7-form textarea {
    border-color: #808080 ;
    border-style: solid;
    border-width: 2px;
    font-size: 14px;
    border-radius: .2;
    box-shadow: 0 4px 10px -7px black;}

    Use this code in your form:

    <div style="float: left; width: 50%;">
    <p>[text* your-name1 placeholder "First Name"] </p>
    </div>
    <div style="float: right; width: 50%;">
    <p>[text* your-name2 placeholder "Last Name"] </p>
    </div>
    <div style="float: left; width: 50%;">
    <p>[text* your-number placeholder "Phone Number"] </p>
    </div>
    <div style="float: right; width: 50%;">
    <p>[email* your-email placeholder "Email Address"] </p>
    </div>
    ?<p>[textarea your-message 50x5 placeholder "Message"]</p>
    [submit "Send"]

    <b>You have a new message via:</b> https://www.ArtillioDesigns.com/

    And your mail settings should be:
    To : [email protected]
    From : [email protected]
    Subject : Thanks for contacting Artillio Designs!
    Additional Headers : Reply-To: [your-email]
    Message Body

    <b>From:</b> [your-name1][your-name2]

    <b>Email:</b> [your-email]

    <b>Telephone:</b> [your-number]

    <b>Subject:</b> Thanks for contacting Artillio Designs!

    <b>Message Body:</b> [your-message]


    This e-mail was sent from a contact form on Artillio Designs | Website Design and Development (https://artilliodesigns.com)

    CHEERS!

Viewing 1 replies (of 1 total)
  • The topic ‘What would my mail settings be?’ is closed to new replies.