Contact Form 7 Integration
-
I am putting the short code of a contact 7 form in the pop up editor ([contact-form-7 id=”2872″ title=”Newsletter Sign Up – Pop Up”])but when the pop up is triggered does not open the form but shows only the short code. What I am doing wrong? Thank you.
-
@gulliver-greece – Hmm at first thought sounds like CF7 isn’t activated, but I’m assuming that’s not the case.
Let me grab the latest version of CF7 and see if they have made changes we need to compensate for.
OK Thanks. i wait for your reply. (CF7 activated and running several forms)
HI, Danieliser, I have the same problem. I have forms running in the page but when i try to insert in Popup maker don’t work only show the shortcode [contact-form-7 id=…….”]
But in another great plugin. I hope to find a solution for buy a extensions that look likes cool.
@dan5ko – I am working to get this resolved. It appears CF7 made some changes that require me to compensate for them in our plugin for full compatibility. Should have a patch out as soon as I get it worked out.
I, thanks for the fast reply, yesterday night I got it to work. I update all plugins and delete cache several times and Popup work fine.
Only say that in previous mode show the shorcode not the form but work fine in the frontend.Thank you very much.
@dan5ko – Ahh yes I should add that we can’t make their shortcodes work in admin previews unfortunately. This is because they don’t load their shortcode processing in the admin. It should work fine on front end popups.
@gulliver-greece – Can you confirm that is the case for you as well?
Hi danieliser. I was testing before the pop up with the preview button. Now I tried it after I logged off as admin and I found out that it does not work at all! I put the pop up at my home page http://www.omnigen.gr. I tried to put it in other pages as well but no luck. Something in my Theme (Soulmedic: http://themeforest.net/item/soulmedic-flat-responsive-medical-health-theme/6282832) or an other plugin must interfere with pop up maker because I used it in an other site (www.gulliver.gr) and works fine. The problem is that gulliver.gr does not use contact 7 to test it. I am still trying to figure out why it does not trigger on omnigen.gr. Any thoughts?
[In the inspector I can see the div tag of pop up but it does not show]@gulliver-greece – Your using an outdated version of RevSlider. This causes JS errors. Please update it to v4.6.5+
I have RevSlider v4.6. i wait the last version to install and I will get back to you. Thanks.
Everything is OK. I updated the RevSlider to the last version 4.6.9 and everything is fine. It works even if I am logged as admin. Amazing plugin. I will work with it a little more and I will make sure I give it the best rate. Thanks.
Hello,
I’m having an issue with Contact Form 7 but it’s a little different. I’m adding the popup shortcode inside a form of Contact Form 7. It is in a text information about the upload file as you can see here: http://www.awesomescreenshot.com/image/379486/15b337710626593f47060d729d251000
Outside the form, adding the shortcode on a page, works fine.
WordPress version: 4.2.2
Popup maker version: 1.2.2
Contact form version: 4.2.1Thank you!
@obscomunicacao – Their text where that code is placed must be run through the do_shortcode() function to render the codes contents, Likely it isn’t run through that function. Best bet is to contact CF7 and see how you can possibly add that functionality.
I’m stuck in this plugin too..
My live website is
wnma.media/job/cercasi-social-media-manager-per-milano
And I want to open a CF/ in popup for submitting a Curriculum.
But the popup, which displays correctly… doesn’t work.
The button go to nowhere.This is my code, which uses venobox for the popup.
Thanks for any help
<?php if ( $apply = get_the_job_application_method() ) : ?> <?php wp_enqueue_script( 'wp-job-manager-job-application' ); ?> <div class="job_application application"> <?php do_action( 'job_application_start', $apply ); ?> <input type="button" class="venobox" data-type="inline" href="#submit" value="<?php _e( 'Apply for job', 'wp-job-manager' ); ?>" /> <div class="application_details" id="submit" style="display: none; text-align: center;"> <?php echo do_shortcode( '[contact-form-7 id="1037" title="Assunzioni"]' ); ?> </div> <?php do_action( 'job_application_end', $apply ); ?> </div> <?php endif; ?>@dennysdionigi – I am not seeing a popup. Did you find another solution?
The topic ‘Contact Form 7 Integration’ is closed to new replies.