Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    I second this question. My form isn’t appearing..

    -Alex

    It doesn’t help that the FAQ code is out of date based on a review of the code. The following code addresses the correct class name and option name:

    if ( class_exists( 'Astoundify_Job_Manager_Apply_GF' ) ) :
    	echo do_shortcode( '[gravityform id="' . get_option( 'job_manager_job_apply' ) . '" title="false" ajax="true"]' );

    Transom, where do we enter this code?

    You have to enter it in your theme’s template file that outputs the job listing post.

    The thing to do is copy ‘single.php’ and add a new file called ‘single-job_listing.php’ in your theme and paste the above code from transom wherever you want the form to appear.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Insertion of code in FAQ’ is closed to new replies.