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~
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024