Hello, I try this code but do not work
function modify_autorespondermessage_func($message) {
$new_message = "Gentile".$_POST['Nome']." ".$_POST['Cognome']."<br><br>";
$new_message .= $message;
return $new_message;
}
add_filter(‘avf_form_autorespondermessage’, ‘modify_autorespondermessage_func’, 10, 1);
Hey Stefano,
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,
Victoria