• Resolved newlyweb

    (@yusufdmn)


    I have 2 Contact Form 7 on my website. one of them works properly. It displays successful submit message and resets the input fields.

    Another form in the attached page also sends mail successfully but it doesn’t display successful message, it doesn’t reset the input fields either.

    Both WordPress and Contact Form 7 is the in the latest version.

    Here is the code block of Form Tab:

    <label> Name
        [text your-name autocomplete:name] </label>
    
    <label> E-mail
        [email your-email autocomplete:email] </label>
    
    <label> Phone number 
        [tel tel] </label>
    
    <label> Width 
        [number width min:0 max:10000] </label>  
    
    <label> Depth
        [number depth min:0 max:10000] </label>
    
    <label> Leg Model 
        [select* LegModel "Golden X Leg" "X Leg" "U Leg" "Golden U Leg" "Another Leg"] </label>
    
    [submit "Submit"]

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    It doesn’t work correctly because you put the contact form inside another form element (<form class="cart" action="https://www.tinellawood.com/shop/product/" ...>).

Viewing 1 replies (of 1 total)

The topic ‘Success message doesn’t display’ is closed to new replies.