• My Contact Form 7 is not sending all Fields data. It’s sending only subject and message field’s data. It’s not sending Name Field, Phone Field, Email Field, Checkin Date, Checkout Date. I created the form by following manner. How can i fix this?

    <label> Your Name (required)
    [text* your-name] </label>

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

    <label> Your Email (required)
    [email* your-email] </label>

    <label> Your Phone(required)
    [tel* tel-227 id:contel class:contel]
    </label>

    <label> Checkin Date
    [date checkin id:checkin]
    </label>

    <label> Checkout Date
    [date checkout id:checkout]
    </label>

    <label> Room Type
    [select* roomtype id:roomtype class:roomtype include_blank “EXECUTIVE SINGLE” “EXECUTIVE SUIT”]
    </label>

    <label> Number Persons
    [number* personumber id:personumber class:personumber]
    </label>

    <label> Total Rooms
    [number* roomnumber id:roomnumber class:roomnumber]
    </label>

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

    [submit “Send”]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Contact Form 7 is not sending all fields data.’ is closed to new replies.