I was having trouble with WP because I was generating extra white-space and when I inspected theme and plugin, I found the problem in the plugin.
In the file plugin-sweet-alert-cf7.php I removed on line 187 the final code “?>” And the problem was solved.
]]>Notice both h4 tags in the setting page display “Success Alert”. Whereas the second one should likely say “Error Alert” (or something to that effect).
<h4>Success Alert</h4>
<p>Timer (default is 3000) <input type="text" name="swal_cf7_duration_success" value="<?php echo get_option('swal_cf7_duration_success'); ?>"/> ms</p>
<p>Title (default none) : <input type="text" name="swal_cf7_title_success" value="<?php echo get_option('swal_cf7_title_success'); ?>"/></p>
<hr />
<h4>Success Alert</h4>
<p>Timer (default is 3000) <input type="text" name="swal_cf7_duration_error" value="<?php echo get_option('swal_cf7_duration_error'); ?>"/> ms</p>
<p>Title (default none) : <input type="text" name="swal_cf7_title_error" value="<?php echo get_option('swal_cf7_title_error'); ?>"/></p>
]]>
Hello. After installing the plugin “Sweet Alert add-on for CF7”, defult messages from “contact form 7” are intercepted, but alert not work.
p.s. sorry for my awful english
]]>Hello, thanks for this great plugin. I just installed it and it was very easy. I would like to ask if instead of closing the dialog box after a number of seconds, it would be possible to have a button that the user should click on to close the dialogbox.
I know there are more possibilities with the sweet alerts script but I don’t know where to find them or how to modify them with this plugin.
Thanks a lot!
]]>I have a form with paypal submit and regular submit buttons.
If the paypal submit is clicked, the error message fire but are display:none, so I cant see them, and the modal never shows. But if after that I press the regular submit, the model shows, and thereafter it shows no matter which of the buttons I press.
]]>Guys, I want to thank for this project I found very interesting and it’s a hand in the wheel.
I added the site of a client of mine, but instead of generating a popup is writing what would be the div on the page, can you help us?
]]>Hello! What a fantastic plugin. I have two contact form 7 on my frontpage.
The first one is only for letting visitor send their phone number.
The second is a normal contact page at bottom of page.
The second form works perfectly, but in the first one, if visitor for example types letters instead of numbers the form will not be accepted. After the message “please try again” pops up and disappear again the field is locked. Visitor cannot type or send again unless they reload (F5) webpage.
Any ideas?
]]>