Hello, I've been confused for the past few days. I have an input form, and every time I input data and finish filling it by clicking the button, I want to display a confirmation popup. In this confirmation popup, there should be the data that I filled in the previous input form. If I choose 'yes,' then the data will be submitted. However, if I choose 'no,' it should go back to the input form with the existing data. How do I create the popup and its logic?
Please find attach OML
Hi Julian,
We have a popup widget
Use this and add a Boolean variable which will be false in the default value and then true when you submit button.After this you can create you own function of yes and no that popup.Thanks
Hi nera, thank you so much for your answer,
but in that pop up I also want to do like this, so all the information that we input in that Rekening and Jumlah uang form will shows in that pop up
Store the data in the local variable and in the popup use the expression and put your value there.
thank you so much for your help
Hi Julian,I would recommend storing the form data in a local variable that you can use to display on the confirmation popup. Additionally, you should assign the submit action to the button in the popup block. The popup display would just be controlled by another local variable that would be toggled true/false based on the main form page button click and the cancel button in the popup.
Thank you so much for your help Aalhad
Hi,
Can you check this OML.
Hope this will be helpful.
Regards,
Wasimkhan S
Hi wasim,
Thanks alot for your help and your OML file helps me alot
Is this not a solution?
I think both are the solution.. we can ask him to mark both as solution
Thanks