I am working about the template: https://kriesi.at/themedemo/?theme=enfold-overview homev7 one page portfolio, where there is a contact form that my cliente approved.
This contact form isn’t work. It doesn´t send it and neither does the message appear that “your message has been sent”
I followed instructions
1. Check if WordPress is able to send e-mails – ok
2. I add the to your theme / child theme functions.php with my domain
add_filter(‘avf_form_from’, ‘avf_form_from_mod’, 10, 3);
function avf_form_from_mod($from, $new_post, $form_params) {
$from = ” (Email address hidden if logged out) “;
return $from;
}
3. I desactive plugins – ok
4. I installed contact form 7 plugin and it works but the appearance isn’t the same that my client has approved.
Would you help me to fix the contact form that appear in the template?
Thanks
Hey 4monos,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.
Best regards,
Basilis