Hi! i am trying to add a checkout page onmy website and publish on netlify. On my checkout page, i have an order details summary and customer info. Can netlify detect the order details( product images, product name, cost of each item, and total cost of all products) and send me emails in netlify’s dashboard as well as customers info?
@promisevinci Netlify doesn’t inherently have the kind of capability that you’ve mentioned, the forms system will only receive whatever you submit to it.
You could achieve it, but would need to code it yourself.