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]>
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]