Community
        
        
            
                
                    I have set up my form to email customers with a copy of their responses once they hit submit, but I would like it to generate an actual receipt like the order summary that they can have for their records since they will pick up their products at a later date.  Is it possible to customize the email response with that information?
                    
                 
                
             
         
     
    
        
        
     
Comments (1)
Mar 21, 2024
Hi Ann, You can customize the message to include payment details, delivery instructions etc and use either of these formulas in the email message to show an order summary. ${BILL()} - This will show a summary of the products ordered in the bill format. It will include the product name, quantity, unit price and amount ${response()} - This will show a summary of all the answers in the form (products ordered along with the quantity details + other fields in the form such as contact details, address etc) 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
Add your comment
Add photo