Home › Forums › General › How to override existing variables or creating custom variables › Reply To: How to override existing variables or creating custom variables
Hi Marco
In our send email class we have this filter:
$email_to = apply_filters('wsf_action_email_to', $email_to, $form, $submit);
$email_to is an array of email addresses. You could use the wsf_action_email_to filter to change the recipient email address from the admin email address.
$email_to
wsf_action_email_to
For official support, please use our support page: https://wsform.com/support/
Thanks
Mark