S
|
Steve Seymour 10/11/2022 |
This is the code that I use to get the user confirm that they want to send an Invoice to the customer... swal("Create Invoice and Send to Customer ?", { case "proceed": default: |
![]() |
Pete K author 10/12/2022 |
Thank you. That works. Now I see how the logic works. You always return false to prevent the flow from continuing until you want it to, then you force it by using submit(). It makes perfect sense to me now. Appreciate the help. —Pete |