Personalized checkout and custom promotions with Shopify Scripts
Hello
I had made a contact form in the Product details page,
When someone sends me a message I get information about the product as well like product title and reference, I want to receive the product image as well but I couldn't make it work.
<input class="hide" type="text" name="contact[Title]" value="{{product.title}}"> <input class="hide" type="text" name="contact[produc ref]" value="{{ product.metafields.ref_id.product_ref }}"> {% for image in product.images offset:0 limit:1 %} <input class="hide" type="text" name="contact[image]" value="{{ image.src | img_url: 'master' }}"> {% endfor %}
Solved! Go to the solution
This is an accepted solution.
Hi Elka,
Unfortunately Shopify sanitizes text and textarea fields and removes the HTML. One way around this is to POST the form to another server that will allow HTML tags and will send the email.
Regards,
Sam
Hi Elka,
The easiest solution would have been to wrap the image URL in an HTML img tag so it would show you the picture in the email. Since we cannot access the email template and the fact that text input fields are sanitized the only way to see this happen is through an app or enhancement. You should still be able to click the link and view the picture is there a particular reason you want the image displayed in the email body?
Regards,
Sam
Could you please show me how to do it, I tried to add an HTML IMG tag but I didn't receive it the image in my email, the reason why I need it because it helps me to see the picture of the product with the reference, that speeds my workflow.
Thanks~
Elka
This is an accepted solution.
Hi Elka,
Unfortunately Shopify sanitizes text and textarea fields and removes the HTML. One way around this is to POST the form to another server that will allow HTML tags and will send the email.
Regards,
Sam
I get it Than you so much~
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023