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

    (@mikejolley)

    Thread Starter Amito

    (@andrewsegawa)

    Thank you so much Mike

    I have seen the link you have posted. It has these words at the beginning

    “Editing job submission fields is possible via the submit_job_form_fields filter. “

    Now, where can i find the “submit_job_form_fields filter”

    Thank you

    Thread Starter Amito

    (@andrewsegawa)

    Oh sorry, my be i had checked another link

    I have just checked the Link for Editing Job Submission forms

    To be specific, I would like to remove the following Fields from the form
    GOOGLE+ USERNAME
    LINKEDIN USERNAME
    TWITTER USERNAME
    LOGO

    However, I cant find the option to remove them from the functions.php file

    Where can i find them?

    Thank you so much for your support

    Plugin Author Mike Jolley

    (@mikejolley)

    Same snippet can be used. These ones are added by jobify theme so check that for the names. Likely _twitter, _linkedin_ _googleplus for the names.

    Also, you’ll need a later priority, so:

    add_filter( 'submit_job_form_fields', 'custom_submit_job_form_fields' );

    becomes:

    add_filter( 'submit_job_form_fields', 'custom_submit_job_form_fields', 20 );
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing Fields from Submission Form’ is closed to new replies.