I need to do 3 actions when consumers submit an order on my webpage
When they click the button, it adds to their cart, then alert box appears, then entry data cleared
Why do I want it like this? My cart is designed differently and this method will help make it work much better with less confusion
Here's an example of my code
what can i add to make it happen?)
<INPUT TYPE="SUBMIT" VALUE="Add">
When they click the button, it adds to their cart, then alert box appears, then entry data cleared
Why do I want it like this? My cart is designed differently and this method will help make it work much better with less confusion
Here's an example of my code

<INPUT TYPE="SUBMIT" VALUE="Add">