• Resolved kayapati

    (@kayapati)


    Can we customize “Post Job” form so that I can use it to my Modelling Job career sites?

    What I mean is, adding extra custom fields, naming labels etc.

    • This topic was modified 4 years, 2 months ago by kayapati.
Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @kayapati

    You could customize Post Job form via theme templates, there is a doc about that
    https://docs.jobboardwp.com/article/1570-templates-structure

    There is $sections variable where all form fields and their data are stored.

    Let me know if you have other questions,
    Thanks!

    Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @kayapati

    I mean job-submission.php template file for the Post Job form.

    Best Regards

    Thread Starter kayapati

    (@kayapati)

    Thank you, I will look at this.

    How easy it is to add a start date to the job board?

    Also how do i change the black Find Jobs button on the search page to a blue button?

    Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @madridpand

    You could edit the job-submission template https://www.screencast.com/t/ePn727Sz4G
    Also there are hooks in submission listener:

    do_action( 'jb-job-submission-validation', $posting_form, $user_id ); – for validation

    $job_data = apply_filters( 'jb_job_submitted_data', $job_data, $posting_form ); – for extending the job data

    Best Regards

    Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @madridpand

    You could edit the job-submission template https://www.screencast.com/t/ePn727Sz4G
    Also there are hooks in submission listener:

    do_action( 'jb-job-submission-validation', $posting_form, $user_id ); – for validation

    $job_data = apply_filters( 'jb_job_submitted_data', $job_data, $posting_form ); – for extending the job data

    Best Regards

    Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @madridpand

    You could edit the job-submission template https://www.screencast.com/t/ePn727Sz4G
    Also there are hooks in submission listener:

    do_action( ‘jb-job-submission-validation’, $posting_form, $user_id ); – for validation

    $job_data = apply_filters( ‘jb_job_submitted_data’, $job_data, $posting_form ); – for extending the job data

    Best Regards

    Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @madridpand

    You could edit the job-submission template https://www.screencast.com/t/ePn727Sz4G
    Also there are hooks in submission listener:

    do_action( 'jb-job-submission-validation', $posting_form, $user_id ); – for validation

    $job_data = apply_filters( 'jb_job_submitted_data', $job_data, $posting_form ); – for extending the job data

    Best Regards

    Hi, we have followed this fully but the job post won’t save when submitting on the front end (the custom fields show up fine in the frontend form after editing job_submission.php). Can you please explain in more detail what you mean by this and give examples?:

    Also there are hooks in submission listener:
    
    do_action( 'jb-job-submission-validation', $posting_form, $user_id ); – for validation
    
    $job_data = apply_filters( 'jb_job_submitted_data', $job_data, $posting_form ); – for extending the job data
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Customising Post Job Form?’ is closed to new replies.