Ooops sorry, I just learned what a backtick is.. :)
But now I get this error:
Warning: Cannot use a scalar value as an array in /home/formppp/public_html/machform/hooks/custom_hooks.php on line 61
Warning: Cannot use a scalar value as an array in /home/formppp/public_html/machform/hooks/custom_hooks.php on line 62
Warning: Cannot use a scalar value as an array in /home/formppp/public_html/machform/hooks/custom_hooks.php on line 63
Warning: Cannot modify header information - headers already sent by (output started at /home/formppp/public_html/machform/hooks/custom_hooks.php:61) in /home/formppp/public_html/machform/embed.php on line 33
-----
my line 61,62,63 is:
$result['body'] = $email_content;
$result['target_email'] = $user_input['element_11'];
$result['subject'] = $email_subject;
-----
