Hi there, I would like to create a form on a product page where customers can write his name, recepient email and recepient name for sending this product in email to the recepient as a hint for a gift.
I want to do this with minimal approach, without additional server or something.
The only one way which I just found out - is to use Shopify Forms App:
- Add a form to PDP with described above fields.
- It creates a new customer with metafield - name.
- I can send email using Shopify Flow.
But there’s a problem - I can’t attach product info form the PDP to this form automatically. Of course I can ask the customer to paste a link to the product but I would like to automize it somehow.
So any ideas how it can be implemented?