Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Contact Form 7 not sending #1055430

    Ok, I found the error. It seems that wrapping CF7 with the following code, prevents the form from sending emails.

    <div class="avia_ajax_form av-form-labels-hidden"><!-- CF7 --></div>

    But I want the styling of CF7 to be exactly the same as the integrated form from Enfold.
    Could you please help?

    Here is the full code:

    <div class="avia_ajax_form av-form-labels-hidden">
    
    <p class="first_form form_element_half">[text* vorname placeholder "Vorname*"]</p>
    
    <p class="form_element_half">[text* nachname placeholder "Nachname*"]</p>
    
    <p class="first_form form_element_half">[email* email placeholder "E-Mail*"]</p>
    
    <p class="form_element_half">[text* telefon placeholder "Telefon*"]</p>
    
    [textarea nachricht placeholder "Anmerkungen"]
    
    <p class="first_form form_element_half"><strong>Rezept hochladen:</strong> Machen Sie ein Foto oder scannen Sie Ihr Rezept. Erlaubte Dateiformate sind PDF, JPG und PNG.</p>
    
    <p class="form_element_half">[file your-file filetypes:pdf|jpg|jpeg|png limit:3mb]</p>
    
    [submit "Senden"]
    
    </div>
    • This reply was modified 6 years, 1 month ago by davidspeyer.
    in reply to: Contact Form 7 not sending #1055081

    It also doesn’t work, when I delete the upload field.

    in reply to: Contact Form 7 not sending #1055063

    I just tried that, but didn’t help

Viewing 3 posts - 1 through 3 (of 3 total)