cv required not working
-
Hi all
Am attempting to build a job system using wp job manager and the application add-on. I would use add-on support forum but support links keep leading me here and not sure if this might actually be a core plugin implementation issue.
So main problem is job application form submits and if three of the four required fields are complete with the cv left blank the form still posts , but I get no form completion errors. If I add a cv the form submits and the application is made.
Site is here – https://ippbuild.wpengine.com/join-us/current-opportunities/
Am using a single-job_listing.php template to display the job details and application form , code to display the form is
‘get_job_manager_template( “job-application.php” );
$apply = get_the_job_application_method();’If I use the shortcode [submit_job_form] ( using do_shortcode() ) , I get nothing.
Again hoping this is my implementation that is causing some kind of conflict , or something obvious missing.
Any help appreciated
- The topic ‘cv required not working’ is closed to new replies.