• Resolved wpexpert.zahid

    (@wpexpertzahid)


    Hello Support Team,

    Thanks a lot for such a nice plugin. Please tell me how I can hide following fields on the front end form.
    Listing Region
    Application email
    Listing Category
    Website (optional)
    Video (optional)

    I tried following code but did not get success please tell me exact field name or give me code which I will paste on function.php
    Thanks a lot

    add_filter( 'submit_job_form_fields', 'custom_submit_job_form_fields' );
    function custom_submit_job_form_fields( $fields ) {
        unset( $fields['job']['company_website'] );
        return $fields;
    }

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

Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Want to Hide Some Field on Submit Form (Front End)’ is closed to new replies.