Community
I added a discount code to my order form. It is a fixed discount amount that they will be given out to staff by their management as a stipend to use towards ordering food/drinks through my form. If a staff decides to only get a snack that costs less than the stipend (discount), how can I get the Net Amount to be zero dollars and not appear as a negative amount.
Comments (1)
May 16
You can use the MAX function to set the total amount to zero when the ordered snacks cost less than the stipend. Login to Neartail > click Forms > click on the form to open it > Edit page will be displayed > In the Edit page, click on the Total Amount field to select it > click on the settings gear icon > Question settings page will be displayed > click Answer > enter MAX(NETTOTAL(), 0) in the Calculate option and click Save.
Add your comment
Add photo