Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #3673959
contact7
Closed

Comments

  • dk started the conversation

    the filled  fields are not being sent  


    7612128065.png

    i fill out whole form  

    https://mychabadstore.com/supplier/


    but  all that comes thru  is   4 items



    form---->>>

    https://mychabadstore.com/wp-admin/admin.php?page=wpcf7&post=34044&active-tab=0

  •  7,092
    Oliver replied

    The issue you're facing with Contact Form 7 not sending all the form fields is likely due to missing form tag placeholders in the email template. By default, Contact Form 7 only includes certain fields in the email template. You need to explicitly specify the placeholders for the form fields you want to include in the email.

    Make sure your form code is correctly formatted. Here is the updated version with corrected syntax:

    <label> Your name
        [text* your-name autocomplete:name] </label>
    <label> Your biz
        [text* biz autocomplete:organization] </label>
    <label> Your website
        [text* web autocomplete:url] </label>
    <label> Your phone
        [text* phone autocomplete:tel] </label>
    <label> Your email
        [email* your-email autocomplete:email] </label>

    <label> Your web site
        [url url-442 "your web site"] </label>

    <label> Your phone number
        [tel tel-265 "444"] </label>

    What do you sell?<br>
    [checkbox checkbox-370 use_label_element "Jewelry" "Mugs" "Shirts" "Other"]

    <label> Tell us why you are different.
        [textarea your-message] </label>

    [submit "Submit"]


    In the Contact Form 7 admin panel, go to the "Mail" tab of your form settings and ensure the email template includes placeholders for all the fields. Here is an example:

    Subject: New Contact Form Submission

    Your name: [your-name]
    Your biz: [biz]
    Your website: [web]
    Your phone: [phone]
    Your email: [your-email]
    Your web site: [url-442]
    Your phone number: [tel-265]

    What do you sell:
    [checkbox-370]

    Tell us why you are different:
    [your-message]


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • dk replied

    I  tried this....  pasted your code, saved,  went incognto

    same results


    see video

    Attached files:  no.mp4

  • dk replied

    i decided not to use this....     too many  issues  ---- using  jotform instead

  •  7,092
    Oliver replied

    Hi, ok, thank you for letting me know. 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver