Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1158515

    I have a random issue with the enfold build-in contact form: sometimes no customer email address is submitted (it’s a mandatory field in the form with email validation) – but I’m not able to reproduce the issue. Are there any logfiles / traces of the contact form usage? Or can I debug this in any other way?

    I’m running Enfold 4.6

    #1158723

    Hey aboderc,

    First off, could you try updating the theme to the latest version (4.6.3.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If not then please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #1164033

    Hi support, the issue happened again – it’s a sporadic issue and I can’t reproduce it, but it happens. Enfold version is 4.6.

    Login credentials in private content.

    Thanks

    #1164288

    Hi,

    Thanks for the update. I see that you are still not running the latest version of the theme (4.6.3.1), could you try to update to that first of all please?

    Best regards,
    Rikard

    #1164367

    Hi,

    the latest Enfold version is uploaded – what would you suggest how to troubleshoot this issue?

    Thanks

    #1164771

    Hi,

    Thank you for the update.

    We can’t send the form without filling in the email field. Could you give us a screenshot of the messages without the email address? Do the messages look spammy? Try to include the email field value in the message subject/heading.

    
    function avf_form_subject_mod($subject, $new_post, $form_params) {
       $subject .= ' ' . urldecode($new_post['2_1']);
       return $subject;
    }
    add_filter('avf_form_subject','avf_form_subject_mod', 10, 3);
    

    Best regards,
    Ismael

    #1164849

    Hi Ismael,

    the email is legit and according to the customer has been submitted via the kontakt form. Now I also can’t submit the form without email, and I guess neither can the customer – so I think it might get “lost” somewhere during transmission? Are submitted forms stored in the db?

    Thanks

    #1165154

    Hi,

    The messages are not kept in the database. Could you send the screenshot again? You forgot to post the URL.

    Thank you for following up.

    Best regards,
    Ismael

    #1165184

    link to screenshot in private content.

    thanks

    #1165430

    Hi,

    Thank you for the update.

    We are not really sure why the email is being omitted from the message. Have you tried using the filter above? It will include the email address or the value of the second field in the Subject/Betreff info.

    Best regards,
    Ismael

    #1165447

    Hi Ismael,

    If implemented the suggested code and see what happens.

    Thanks

    #1165770

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.