Forum Replies Created
- AuthorPosts
- November 18, 2020 at 10:09 am in reply to: Multi-page forms not redirecting to the second page on elementor page #32237
thewebmachine
ParticipantFixed. It was random condition 🙂
November 18, 2020 at 10:04 am in reply to: Multi-page forms not redirecting to the second page on elementor page #32236thewebmachine
ParticipantI tried importing the step example for which works so it seems like my next button in my form is not redirecting to the next page but I can find the problem.
thewebmachine
ParticipantResolved thank you
thewebmachine
ParticipantHi, Ally it was an issue with my theme. If I use the Quforms widget then it is effected by padding on the footer. I fixed with some CSS.
Thank you.
thewebmachine
ParticipantHi, Ally, my apologies for that. I have disabled the coming soon page and sent you login details.
thewebmachine
ParticipantHi, Ally, thank you so much for your help but I tried the revised code and still no popup.
The link is http://edge-dev4.co.za.dedi66.cpt3.host-h.net/
The button is in the main menu left top called enquire
thewebmachine
ParticipantHi Ally, I hope you are well and thank you for the support. I tried to use your method but I am getting no results.
I did the following:
My menu id: #mega-menu-item-1482 created as a custom link
My code in a custom plugin
<?php
/*
* Plugin Name: Quform Custom Code
* Description: Custom code for Quform.
* Version: 1.0
*/add_action(‘wp_footer’, function () {
if (!class_exists(‘Quform’)) {
return;
}echo do_shortcode(‘[quform_popup id="3"]‘); ?>
<script>
jQuery(function ($) {
$(‘#mega-menu-item-1482’).click(function () { $(‘.quform-popup-link-3’).click(); return false;
});
});
</script>
<?phpthewebmachine
ParticipantHi, Ally thank you I will give it a try.
- AuthorPosts