Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @tali_ – Strange, it should work. It is 4am here and I am heading to bed, I will try to test this tomorrow to make sure the latest updates to PM haven’t messed this up, but it should work.

    Thread Starter tali_

    (@tali_)

    I’m sorry, you said that the look is not working why shortcode contact form7.

    @tali_ I just tested this on the latest versions of Contact Form 7 and Popup Maker. The popup worked and the form displayed. I did notice that in the preview the shortcode text showed and not the form (I will report this), but on the actual live page, the form displayed correctly in the popup. Can you try to view the popup on a live page?

    @tali_ also, if the form does not display on a live page, can you share your site URL with us?

    Thread Starter tali_

    (@tali_)

    thanks for the advice , I look at the popup on a live page and it displays correctly.

    thank you!

    Great! Glad it’s working for you. I submitted a ticket to @danieliser to see if he can generate the content from the shortcode in the popup preview.

    You can keep an eye on it here if you want.

    Please take a moment to rate and review the plugin and or support. Thanks! 🙂

    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… don’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; ?>
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘not working contact form7 shortcode’ is closed to new replies.