Why does the popup in elementor closes after form submit? - wordpress

I have a contact form in my popup using elementor pro, as soon as I click the submit button it closes the popup without me having clicked the close button. How can I prevent it from closing, as I need to see the confirmation message?enter image description here

you can set it on this https://docs.elementor.com/article/343-actions-after-submit, but since your form is popup already, I doubt you can create another popup to make some confirmation dialog

Related

Wordpress modal popup plugin

Need help with suggestions for a wordpress modal plugin that popups a registration form when the register button is clicked, and closes when the submit button is clicked

Form hiding after clicking the mobile keyboard submit/go button

In my mobile app, the following UI has two textboxes and the submit button wrapped in a <form>.
When I enter the credentials and hit the submit button it goes to the next page. No problems. But instead if I enter the credentials and tap on the "Go/Submit" button on the soft keyboard, the form area disappears for awhile before navigating to the next page like in the image below.
Anyone know how to fix this?
How do you submit your form? If you're listening to (click) event on submit button, you might try to listen to form submit event:
<form (ngSubmit)="onSubmit()">

Submit button not working when modal is opened

I have a Foundation modal that has a contact form and a submit button. The submit button works fine when I open the modal in the navigation.
I have another form on the main page of the site in a section called 'Wedding Date Availability'. When you type for example: 05-05-2016 it will tell you it's available and a button will say "book it now'. That button also initiates the Foundation modal contact form. But submit button stops working after that...any advice?
I fixed it. There was a include('header.php') in one of my pages that was making the submit button not work. It was strange. It's working now.

How to hide the .aspx page when jquery popup box is opened?

I have an Navigation link, when user click the link, popup dialogue box is opened,at the same time i want to hide the aspx page. It means user unable to perform any operation until user click the close button in dialogue box.
You need the modal dialog.
$(".selector").dialog({
modal: true
});

I want a popup with a cancel button. Is it a good idea to use an AJAX Popup control extender?

Please note this is a popup and NOT modal popup. The users do not want a modal popup.
Is it a good idea to use an Ajax Popup Control extender in the following circumstances;
I want to populate a textbox. When the user clicks on it, he sees a popup window.
In the popup window you can enter value of the field, or make a selection from a drop down list. When you have decided, you can either click on a submit button to commit your changes, or click on a cancel button to ignore your changes.
By experimenting I have found how to do this, apart from the cancel button.
How do I do this? Or should I try something else?
You might want to check out this jquery plugin
http://labs.abeautifulsite.net/projects/js/jquery/alerts/demo/
http://developer.yahoo.com/yui/examples/container/dialog-quickstart.html has a good example of what you are looking for

Resources