Hi,
You can close it thank you!
Best,
Philippe
I found what I wanted, thank you very much!
Hi!
Ok this is what I’m looking for! Can you detail how to choose what appears and what the code does exactly please?
add_filter(‘avf_form_subject’,’avia_change_mail_subject’, 10, 3);
function avia_change_mail_subject($subject, $new_post, $form_params) {
$subject = urldecode($new_post[‘3_1’]);
return $subject;
}
Thank you!