• Dear sir,
    I have added some custom form field but it’s not forwarding the mail that I have added it’s only mailing the built in field i.e Your Name, Your email, subject and massage.
    The code is given below: <p>Your Name (required)
    [text* your-name] </p>

    <p>Your Email (required)
    [email* your-email] </p>
    <p>Your Date (required)
    [date Yourdate] </p>
    <p>Booking Time(required)
    <select name=”time” style=”width:170px;” required=”time”/>
    <option value=””> </option>
    echo ‘<field
    name=”time”
    type=”list”
    required=”true”
    label=”Time”
    description=”Time”
    class=”input-medium validate-time”>
    <option value=”12:00 PM”>12:00 PM</option>
    <option value=”1:00 PM”>1:00 PM</option>
    <option value=”2:00 PM”>2:00 PM</option>
    <option value=”3:00 PM”>3:00 PM</option>
    <option value=”4:00 PM”>4:00 PM</option>
    <option value=”5:00 PM”>5:00 PM</option>
    <option value=”6:00 PM”>6:00 PM</option>
    <option value=”7:00 PM”>7:00 PM</option>
    <option value=”8:00 PM”>8:00 PM</option>
    <option value=”9:00 PM”>9:00 PM</option>
    <option value=”10:00 PM”>10:00 PM</option>
    <option value=”11:00 PM”>11:00 PM</option>
    <option value=”12:00 AM”>12:00 AM</option>
    <option value=”1:00 AM”>1:00 AM</option>
    <option value=”2:00 AM”>2:00 AM</option>
    <option value=”3:00 AM”>3:00 AM</option>
    <option value=”4:00 AM”>4:00 AM</option>
    <option value=”5:00 AM”>5:00 AM</option>
    <option value=”6:00 AM”>6:00 AM</option>
    <option value=”7:00 AM”>7:00 AM</option>
    <option value=”8:00 AM”>8:00 AM</option>
    <option value=”9:00 AM”>9:00 AM</option>
    <option value=”10:00 AM”>10:00 AM</option>
    <option value=”11:00 AM”>11:00 AM</option>

    </field></select></p>

    <p>Subject
    [text your-subject] </p>

    <p>Your Message
    [textarea your-message] </p>

    <p>[submit “Send”]</p>
    As shown in given form field, your date and your time field value is not mailing.
    Thank you very much in advance.

    https://wordpress.org/plugins/contact-form-7/

Viewing 5 replies - 1 through 5 (of 5 total)
  • To make a form field content appear in your email, you must add its name tag in the mail section of your contact form 7 form.

    For example- form tag: [date Yourdate] has a name Yourdate so you would put [Yourdate] in the mail section of your form.

    see getting started with CF7 and CF7 tags​​

    Thread Starter thakurintl9

    (@thakurintl9)

    Thank you very much for your quick response.
    Please visit the screen shot link: https://www.dropbox.com/s/1yr93f9azc7co2u/Screenshot%202015-09-28%2013.23.55.png?dl=0
    Also given url: http://leckerwelt.de/city/bremen/listing/restaurant-badshah/
    As shown in given link there are two extra field that I have added that is Booking date and booking time.
    these two extra field that I have added these value are not forwarding to mail when I send the massage.
    I would like to send these two new value added to in the mail.
    Thank you hope you got the point.
    Regards,
    Thakurintl

    @davmerit: Since the CF7 release which moved the mail template in an own tab, there seem to be quite some issues which are based on the fact that added fields are not inserted in mail template at all. People use the default html form, add fields there, but don’t see/forget the mail template…

    @thakurintl9 As I have explained in my earlier reply. You need to add the name tags in the mail tab of CF7 settings.

    Kindly add these two tags in the mail tab of CF7 settings page. Specically the Message Body text area and test your form again. ​​[Yourdate] [time]

    If this does not work for you, Kindly supply me with all the tags you have used in the mail tab​​ of your CF7 settings.

    @ov3rfly that seem to be the case. OPs should know that even though CF7 works out of the box, any additional choices must be configured 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘The extra added field for form is not forwarding to mail’ is closed to new replies.