Title: Remove Preview Step
Last modified: August 31, 2016

---

# Remove Preview Step

 *  Resolved [e3jimc](https://wordpress.org/support/users/e3jimc/)
 * (@e3jimc)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-preview-step/)
 * Hi Support,
 * I tried to follow the said steps here: [https://wpjobmanager.com/document/remove-the-preview-step/](https://wpjobmanager.com/document/remove-the-preview-step/)
   on how to remove the preview step but it seems that its now working. Need help
   on this problem.
 * [https://wordpress.org/plugins/wp-job-manager/](https://wordpress.org/plugins/wp-job-manager/)

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

 *  Plugin Contributor [Adam Heckler](https://wordpress.org/support/users/adamkheckler/)
 * (@adamkheckler)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-preview-step/#post-7036470)
 * What about it isn’t working? Is there an error? Or does the preview step still
   appear? Where did you add the code?
 * Can you link me to your site so I can take a look? Thanks!
 *  Thread Starter [e3jimc](https://wordpress.org/support/users/e3jimc/)
 * (@e3jimc)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-preview-step/#post-7036482)
 * Hi Adam,
 * The preview button no longer appear but when you click on submint job it still
   goes to preview stage which we do not want after submitting a listing. Does it
   make sense?
 * Thanks
 *  Plugin Contributor [Adam Heckler](https://wordpress.org/support/users/adamkheckler/)
 * (@adamkheckler)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-preview-step/#post-7036496)
 * Hmm, the code in our documentation still seems to work for me. Here’s a video:
 * [http://d.pr/v/1ccde/57s0evwL](http://d.pr/v/1ccde/57s0evwL)
 * Do you have any other plugins installed besides WP Job Manager related ones? 
   What happens if you turn them off and then test it again afterward? Does it work
   then?
 *  Thread Starter [e3jimc](https://wordpress.org/support/users/e3jimc/)
 * (@e3jimc)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-preview-step/#post-7036510)
 * hmm, yeah it seems working at your end… not so sure why its now working at my
   end. I just followed the instruction in your documentation and it still goes 
   to preview page… Now regarding if there is another plugin installed related to
   WPJM, there is no related plugins installed… I haven’t tried turning it off and
   on…
 *  Plugin Contributor [Adam Heckler](https://wordpress.org/support/users/adamkheckler/)
 * (@adamkheckler)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-preview-step/#post-7036516)
 * Are all of your plugins and themes up to date? The latest version of WP Job Manager
   is 1.24.0. Is that what you have?
 * What happens if you disable all of your other plugins, then temporarily switch
   to a default theme like Twenty Sixteen? Does it work then?
 *  Thread Starter [e3jimc](https://wordpress.org/support/users/e3jimc/)
 * (@e3jimc)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-preview-step/#post-7036518)
 * Yes Adam I have the updated WPJM plugin… I tried disabling all plugins and switch
   theme but still the problem is there… Now the form is gone I don’t know why. 
   But when i comment this code below:
 * function custom_submit_job_steps( $steps ) {
    unset( $steps[‘preview’] ); return
   $steps; } add_filter( ‘submit_job_steps’, ‘custom_submit_job_steps’ );
 * The form is back but it still shows the preview page…
 *  Thread Starter [e3jimc](https://wordpress.org/support/users/e3jimc/)
 * (@e3jimc)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-preview-step/#post-7036519)
 * And also Adam, if I uncomment that line it gives me this error:
 * Notice: Undefined index: priority in /wp-content/plugins/wp-job-manager/includes/
   abstracts/abstract-wp-job-manager-form.php on line 171
 *  Plugin Contributor [Adam Heckler](https://wordpress.org/support/users/adamkheckler/)
 * (@adamkheckler)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-preview-step/#post-7036520)
 * Hmm, that’s odd.
 * We were having a few issues with the skip preview code not working in some previous
   releases, but those should be resolved now.
 * Anyway, can you try writing in using this form?
 * [http://wpjobmanager.com/support/](http://wpjobmanager.com/support/)
 * I think we’ll be able to troubleshoot this a bit better over email. We can also
   exchange non-public info that way, which makes things easier sometimes.
 * Thanks!
 *  Thread Starter [e3jimc](https://wordpress.org/support/users/e3jimc/)
 * (@e3jimc)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-preview-step/#post-7036521)
 * Adam,
 * THe plugin is bundled in the Theme my client purchased. [http://themeforest.net/item/listable-a-friendly-directory-wordpress-theme/13398377](http://themeforest.net/item/listable-a-friendly-directory-wordpress-theme/13398377),
   can I still get support from [http://wpjobmanager.com/support/](http://wpjobmanager.com/support/)?
 * Thanks
 *  Plugin Contributor [Adam Heckler](https://wordpress.org/support/users/adamkheckler/)
 * (@adamkheckler)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-preview-step/#post-7036522)
 * > can I still get support from [http://wpjobmanager.com/support/](http://wpjobmanager.com/support/)?
 * Hmm, I guess not.
 * Were there any other plugins bundled in with it? Any of our premium add-ons I
   mean?
 *  Thread Starter [e3jimc](https://wordpress.org/support/users/e3jimc/)
 * (@e3jimc)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-preview-step/#post-7036523)
 * This are the bundled plugins for the said theme:
 *  WP Job Manager (required /free) for General Listing Management
    WooCommerce (
   required / free) for Making Money Customify (free) for Styling and Customizations
   Comments Ratings (free) Category Icon (free) PixTypes (free) JetPack (free) Menu
   Icons (free) Nav Menu Roles (free)
 *  Plugin Author [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-preview-step/#post-7036533)
 * We don’t have access to listable theme -its a paid product we don’t support officially.
   Our code snippet works with a clean install of WPJM on Twenty Twelve theme. What
   may be happening is that theme changing the steps causing this code to not work.
 * If you can test the code on a different theme and confirm it working, you’ll 
   know the conflict is with Listable and not the plugins you’re running themselves.

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

The topic ‘Remove Preview Step’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

 * 12 replies
 * 3 participants
 * Last reply from: [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/remove-preview-step/#post-7036533)
 * Status: resolved