Hello everyone. I have custom embed form in Shopify and I use <div class="klaviyo-form-FORMID"></div> to render this form on my Shopify page.
I need to change confirmation message. I tryd how it worked prevyusly for old legacy forms:
<script type="text/javascript" src="//www.klaviyo.com/media/js/public/klaviyo_subscribe.js"></script>
<script type="text/javascript">
KlaviyoSubscribe.attachToForms('#k_id_embedded_subscription_form', {
hide_form_on_success: true,
custom_success_message: true,
success_message: "Thank you for inqury!"
});
</script>
The success message wasn’t changed. How it can be done in the new version of embed forms? Thanks