• Resolved philwillson

    (@philwillson)


    Hi! I need to change the final ‘submitted’ step in the plugin process flow.

    Rather than it be text stating “Job submitted successfully. Your job listing will be visible once approved.”, I need the last step to direct the user to the page where the job_dashboard shortcode is.

    I’ll be okay with simply changing the text and including a link to the page, but if at all possible, I’d just like to have the process conclude on the job_dashboard page automatically.

    What do you recommend I do?

    Thank you so much!!

    https://www.ads-software.com/plugins/wp-job-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Jolley

    (@mikejolley)

    If you don’t want to get too deep in code, what you *could* do is output a meta redirect in the content of that page (which you know you can edit already).

    <meta http-equiv="refresh" content="0; url=https://example.com/">

    That would be a client-side redirect. There are other ways to do this with the filters and some custom functions but the other would be the simplest solution.

    Thread Starter philwillson

    (@philwillson)

    perfect. exactly the idea i was looking for. i’ll give it a shot, and get back to you if i have trouble. hope you’re enjoying the holidays!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change end of the process flow for submitting jobs’ is closed to new replies.