Urgent: Instructions for application field only available to specific Pack
Hi.
I have 4 packs: 3 payable and 1 free.
I wanted that only the free one could have the "Instructions for application field" (listed-fields) available for application and all the 3 others have this field hidden.
1 - Wich is the file I need to edit and how do i call the specific pack for the If then statment? (ex: If "pack3" then "show" else "print) ?
2 - Afterwards, editing the job offer will make the listed-fields available right?
I'm thinking that it might be easier to warn all users that bought Packs and edit the single-job_listing.php so that for offers from a payed Pack will have listed-fields hidden, to force users to apply directly in the offer.
But how to call the pack to the If then statment???
<?php if ( "something that identifyes the FREE pack offer") {the_listing_files(); } else {echo 'Please hit the button Application bellow!!!';}?>
This is one of the last things i need to do to launch my Job Board.
Can you please help me out?