Featured Wordpress Themes

little problem with body message in email
  • Everything works, but I would like to understand the body of the message that arrives in email, the one inside CF7, what should I put my uploads because the NAME of the room selection and time format to date?
    Now I have imported this way:
    ["CF7_GET key = 'roomname'"]
    ["CF7_GET key = 'from'"]
    ["CF7_GET key = 'to'"]
    -
    From: [your-name] <[your-email]>

    Name: [your-name]
    Name: [your-surname]
    E-mail: [your-email]
    Address: [your-address]
    Phone: [your-phone]
    Fax: [your-fax]
    City: [your-city]
    Province: [your-state]
    Postal code: [your-zip]
    Country: [your-coutry]

    Message Body:
    [your-options]

    in emails I receive quite correct, except the first part of the head, which is what the name of the room and date of arrival and departure.

    I show how I get in email:

    ["CF7_GET key = 'roomname'"]
    ["CF7_GET key = 'from'"]
    ["CF7_GET key = 'to'"]
    -
    From: emi

    Name: emi
    Name: sian
    E-mail: iaja@juj.com
    Address: facts
    Phone: 7465465
    Fax: 645645
    City: Salt
    Province: tutut
    Zip code: 84744

    What's wrong? What should I put in CF7 message body because I properly delivered in email?

    For faster issue resolution please provide:
    URL to your website: www.pagliette.it
    Browser version: mozilla
    Theme version: 1.6
  • 4 Comments sorted by
  • i need of replay speed....if possible!!
    Thanks!
  • if possible have a replay in question ??? please!
  • Hi, sorry for the later response, but as I said more times, every this message to urgent from you moves your question to the top of all questions and I always answer to questions from later to newest. Without your urgent messages you might get an answer earlier.

    So to you problem, if you have used Dynamic text extension for Contact form 7 plugin, you can use something like this:
    Room: [dynamictext-17]
    Date From: [dynamictext-45]
    Date To: [dynamictext-491]

    use shortcodes [dynamictext-XX] according to shortcodes used in the code of your form.
    For example code of contact form:
    <strong>Arrival date:</strong>
    <p>[dynamictext dynamictext-45 uneditable "CF7_GET key='from'"]</p>
    <strong>Departure date:</strong>
    <p>[dynamictext dynamictext-491 uneditable "CF7_GET key='to'"]</p>

    So for code for email you need to arrival date: [dynamictext-45] and for departure day: [dynamictext-491]

    Hope it helps.
    Regards, Ivan.
    AIT-Themes.com
    ivo@ait-themes.com
    Use please email above if your Admin or FTP credentials are required by me. Always paste url of conversation into mail.
    interesting links: how to update theme ? | How to modify css? | Shortcodes