• Hi, I am new to WP and trying to setup my store. It is not yet live. I am testing the contact form and sent it to myself so that I can see how it looks like. The contact form came through fine to my inbox but two things are missing (1) the subject drop-down is not showing the selection (2) the attachment is not coming through.

    The contact form looks fine on my test site and I am able to make a dropdown selection and attach a document. Any help will be appreciated.

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

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

    Subject (required)
    [select* subject-dropdown “1. Before Sales Inquiry” “2. After Sales Inquiry” “3. Feedback or Comments” “4. General Inquiries”]

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

    [file file-attachment]

    [submit “Send”]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lifefourbeings

    (@lifefourbeings)

    I took time to do more reading and found out where my mistake was. Thanks for a great product. Below worked for me.

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

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

    <label> Subject (required)
    [select* your-subject “1. Before Sales Inquiry” “2. After Sales Inquiry” “3. Feedback or Comments” “4. General Inquiries”] </label>

    <label> Your Message (required)
    [textarea* your-message] </label>

    <label> Your Attachment (Optional) Max 10MB
    [file your-file filetypes:jpg|jpeg|png|gif|pdf|doc|docx|ppt|pptx|avi|ogg|m4a|mov|mp3|mp4|mpg|wav|wmv limit:10mb] </label>

    [submit “Send”]

    Where did you read to get the information that helped you solve this?

    Any assistance will be greatly appreciated.

    Thank you . . .

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[SOLVED] Issues with Subject and Attachment’ is closed to new replies.