• Hi team,

    I created a form with many inputs. After filing my form and clicked on the submit button. But it is not delivering to my mail id.

    This is the code which i have used in the form
    <p>First Name (required):
    [text* FirstName placeholder “Enter your first name”] </p>

    <p>Last Name (rrequired):
    [text* LastName placeholder “Enter your last name”]</p>

    <p>Date of birth:
    [date* DateofBirth]</p>

    <p>Age:
    [number* Age min:1 max:100]</p>

    <p>Gender:
    [select* Gender include_blank “M” “N” “Others”]</p>

    <p>City:
    [text City placeholder "Enter City"]</p>

    <p>Phone No (required):
    [tel* Phone placeholder “Enter your Phone Number”]</p>

    <p>Your Email (required):
    [email* Email]</p>

    <p>Date of Travel:
    [date* DateofTravel]</p>

    <p>No. of Guests:
    [number* Noofguests min:1 max:100]</p>

    <p>Special Requests:
    [textarea Specialrequests]</p>

    <p>[submit “Send”]</p>

    and in the mail tab is as follows

    contact@therustik.com

    Help me out with this issue.

The topic ‘Mail is not delivering’ is closed to new replies.