Hi there fellow enfolders, is that the final solution to this problem? Is there any hint what could have happend that without any reason it changed from “teilen” to “del”? If not i´ll try the loco translate solution? Best regards
Hey Islamel
thanks for you answer.
Yes I mean the autoresponder email. I tried the code from the link:
add_filter('avf_form_autoresponder_from', 'avia_change_autoresponder_from', 10, 3);
function avia_change_autoresponder_from($from, $new_post, $form_params){
$from = " (Email address hidden if logged out) ";
return $from;
}
But it didn´t work. Is there an option to change the “$from” part, that the contact form send the autoresponder mail to the users address instead of the unified “from” address from the admin?
Looking forward to hear from you.