• It looks like fields shortcodes [email-1],[email-2] are removed from sender (β€œTo:”) field. So, when form tries to send email it sends it to , address.

    I dropped data using

    error_log( $recipient );
    error_log( $subject );
    error_log( $body );
    error_log( $headers );

    from “compose” function of includes/mail.php file.
    error_log( $recipient ); returned “,”

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘CF7 shortcodes do not work in “To:” Mail field’ is closed to new replies.