Community

I have duplicated an order form , 1) How do i add email notification to customers when they place order using the new form Email notification with order summary is working for original form

Angeline Arul

Mar 5, 2024

Comments (1)

Vipin

Mar 5, 2024

Hi Angeline, You can set up email notifications directly in Neartail. For detailed instructions, please refer to the help articles below. Send confirmation email to customers when they submit their order. https://neartail.com/order-form/send-confirmation-emails-to-customers.html Send notification email to your team for new orders: https://neartail.com/order-form/receive-notification-emails-for-new-orders.html Show order summary You can use one of the formula below in the email to include the order summary. ${response()} formula will show a summary of all the responses. This will display the question title (label), response for fields and product name, quantity for products. ${BILL()} formula will show a summary of the order in the bill format. This will show the product name, quantity, unit price and amount for the products ordered by the user.

Add your comment