Forum Replies Created
- AuthorPosts
Perb Pappertini
ParticipantYou’re the bomb! Thank you!
Perb Pappertini
ParticipantIt has the same ID as the regular menu item. See screen shot I attached. 🙂
Attachments:
You must be logged in to view attached files.Perb Pappertini
ParticipantThanks for your help! It was my theme that was causing the issue. The H4 tag. So I dropped padding and margin on top and everything is good now. Thank you!
Ally – You should carry a revolver… Because you’re a problem solver.
Perb Pappertini
ParticipantThanks, Ally – Yes the theme has a different menu for mobile devices. The site is:
August 20, 2021 at 3:38 pm in reply to: How do I create a QuForm pop-up in WP Bakery Call-to-action button? #33303Perb Pappertini
ParticipantYou QuForm support peeps are the bomb. You got an answer for everything!
The button itself is part of the call-to-action as you hinted. I followed your directions and everything is working like a little QuForm dream! Thank you! 🙂
Perb Pappertini
ParticipantThe steps you linked to up above work great for me… except when I’m on a mobile device with a mobile menu. Can you help with that? 🙂
Attachments:
You must be logged in to view attached files.Perb Pappertini
ParticipantPERFECT! Thank you!
August 19, 2021 at 5:12 pm in reply to: How do I create a QuForm pop-up in WP Bakery Call-to-action button? #33289Perb Pappertini
ParticipantHi – My call-to-action doesn’t have an option for “Advanced on click action”. See the image I attached. 🙂
Attachments:
You must be logged in to view attached files.Perb Pappertini
ParticipantI attached an image inspecting the element. Can you help based on this?
Attachments:
You must be logged in to view attached files.Perb Pappertini
ParticipantI’m mixed up – Help me a bit more and be patient with me? Here’s what I need:
– I need my submit button on form 2 to cause form 4 to pop-up.Here’s what I put in Custom Javascript:
jQuery(function ($) {
$(‘.quform-form-2’).on(‘quform:successStart’, function () {
$.fancybox({
href: ‘#form-submit-popup’
});
});
});Here’s what I put in an HTML field on form 4:
<div style=”display: none;”>
<div id=”form-submit-popup”>Content</div>
</div>How should I set the Confirmation on form 2? Nothing’s working. Please help! 🙂
August 17, 2021 at 8:14 pm in reply to: How do I create a QuForm pop-up in WP Bakery Call-to-action button? #33264Perb Pappertini
ParticipantAlso, and perhaps this is a better solution, how do I cause QuForm to pop-up on a certain page load?
Perb Pappertini
ParticipantHi Ally – I’d like to submit the form then show a pop-up. I followed the link you indicated and found this code:
jQuery(function ($) {
$(‘.quform-form-1’).on(‘quform:successStart’, function (e, form, confirmation) {
// Custom code
});
});But where do I insert that code in order to have my pop-up come up only on one particular form?
- AuthorPosts