• Resolved tonnick0033

    (@tonnick0033)


    Hello
    I set up the permissions to let the user publish himself. But this is not at all user friendly.
    User has to pass first to preview befor publishing. how can we display a button to directly submit after form ?
    thx.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @tonnick0033

    You could customize the forms templates files. Please see the job-submission.php template and remove/rename things that you need.
    https://docs.jobboardwp.com/article/1570-templates-structure

    There is an example:
    2022-06-27_12-59-54

    Maybe you also need to replace JobBoardWP native handler of actions to your own based on this function JB()->frontend()->actions_listener()->actions_listener(). Just add this code to your functions.php in theme remove_action( 'wp_loaded', array( JB()->frontend()->actions_listener(), 'actions_listener' ), 10 ); and add your own with merged logic of preview+submission to directly submission.

    Let me know if you have other questions,
    Best Regards!

    Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @tonnick0033

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. ??

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to auto publish the jobs ?’ is closed to new replies.