This topic is locked

sweetalert pre-confirm before submit

5/28/2022 1:37:55 PM
PHPRunner General questions
I
IKA9 author

hi everyone , i have a form lets say

  1. cutomer
  2. product
  3. price

usualy after submit i get the sweetalert as thank you ur order is submitted ( as example )
is there a way i could use sweetalert on befor record add to show the 3 prevouse input ( customer - product - price ) with button to confirm or back to edit ?
any hint would appreciat .

thank you

Admin 5/28/2022
I
IKA9 author 5/28/2022

yes i did and searched all forum befor post it , unfortunatly i get no idea .

the example in manual return confirm true or false.

what i want :

When user will click on submit button, it will display all data that he/she entered in form and able to confirm values before submitting the form.
example bellow could it be done through sweetalert ?

img alt

D
DealerModulesDevClub member 5/31/2022

Hi IKA9,

Corrie in one of his videos, "Live Stream", https://www.youtube.com/watch?v=9xo1MipjfYI shows how to show a confirmation of the data around the 22:22 time mark.
This is shown without using the Sweet Alert but maybe you can convert.

Paul

I
IKA9 author 5/31/2022

@DealerModules

Thank you for sharing , however this before save confirmation admin already suggested it . the result is just confirm yes or cancel

i was hoping to get what i keyes in from my input to show like (as view page )

with butons confirm or edit it or cancel

Reagrds