• Hi

    In the template of my “Thank you” page, I’d like to prefill a SendinBlue form with the customer email. Something like this:

    <?php echo do_shortcode("[sibwp_form id=1 email='". $order->get_billing_email() ."']"); ?>

    Is this possible ?
    thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Brevo

    (@neeraj_slit)

    Hi,

    Thank you for reaching out to us.

    You can use short-code with do_shortcode() function

    <?php echo do_shortcode('[sibwp_form id=1]'); ?>

    Please let us know if you have any further questions.

    Regards,

    Sendinblue Team

Viewing 1 replies (of 1 total)
  • The topic ‘Prefill sendinblue form with customer email’ is closed to new replies.