Tagged: x
-
AuthorPosts
-
December 1, 2016 at 2:10 am #1277151
Elke HParticipantHi,
I use x-Theme and activated convert plug. I added an application form (FormidablePro) to a website of a language school. There is a checkbox were customers have to click on:
x Yes, I read your terms and conditions…I created a modal pop up (convertPlug) that appears by clicking on the checkbox (by adding a certain Class to the checkbox). Clicking on the checkbox now opens the popup. That is fine. But it does not check the checkbox any longer. Each time you click on it you open the popup again. But to check the checkbox is mandatory to go on in the form…
-> Is it possible to open the pop up and check the checkbox with one click? and what code would I need for that.
-> Or would it be possible to show the modal only once and after closing it, it wont appear a second time so the customer can check the checkbox then…?Thanks for your help,
ElkeDecember 1, 2016 at 2:21 am #1277156
Rue NelModeratorHello There,
Thanks for writing in! To assist you better with this issue, would you mind providing us the url of your site with login credentials, if necessary, so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password (only if necessary)Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
December 1, 2016 at 2:41 am #1277165
Elke HParticipantThis reply has been marked as private.December 1, 2016 at 1:43 pm #1277792
RadModeratorHi there,
It’s not a conflict, but default behavior when ConvertPlug attaches its method to elements event. It prevents default action and propagation. Unfortunately, there is no solution fix since event attachment is not editable unless you’ll re-create the javascript and it’s big. You should use simple lightbox instead since its purpose is just a modal pop up.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1277151 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
