{"id":47950,"date":"2013-08-15T13:07:00","date_gmt":"2013-08-15T13:07:00","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-job-manager-gravityforms-apply\/"},"modified":"2014-03-28T05:04:55","modified_gmt":"2014-03-28T05:04:55","slug":"wp-job-manager-gravityforms-apply","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wp-job-manager-gravityforms-apply\/","author":9293345,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.3.1","stable_tag":"1.3.1","tested":"3.7.41","requires":"3.5","requires_php":"","requires_plugins":"","header_name":"WP Job Manager - Apply With Gravity Forms","header_author":"Astoundify","header_description":"","assets_banners_color":"4091d3","last_updated":"2014-03-28 05:04:55","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_xclick&business=contact@appthemer.com&item_name=Donation+for+Astoundify WP Job Manager Gravity Forms","header_plugin_uri":"https:\/\/github.com\/Astoundify\/wp-job-manager-gravityforms-apply\/","header_author_uri":"http:\/\/astoundify.com","rating":3.3,"author_block_rating":0,"active_installs":20,"downloads":9618,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"3","2":0,"3":0,"4":0,"5":"4"},"assets_icons":[],"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":"773636","resolution":"1544x500","location":"assets"},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"773636","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1","1.1.1","1.2.0","1.3.0","1.3.1"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[1655,8109,69439,4534,14639],"plugin_category":[],"plugin_contributors":[78296],"plugin_business_model":[],"class_list":["post-47950","plugin","type-plugin","status-closed","hentry","plugin_tags-gravity-forms","plugin_tags-job","plugin_tags-job-apply","plugin_tags-job-listing","plugin_tags-wp-job-manager","plugin_contributors-spencerfinnell","plugin_committers-adampickering"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-job-manager-gravityforms-apply_4091d3.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Allow themes using the WP Job Manager plugin to apply via a defined Gravity Form.<\/p>\n\n<h4>Where can I use this?<\/h4>\n\n<p>Astoundify has released the first fully integrated WP Job Manager theme. Check out <a href=\"http:\/\/themeforest.net\/item\/jobify-job-board-wordpress-theme\/5247604?ref=Astoundify\">\"Jobify\"<\/a><\/p>\n\n<h4>Tutorial Video<\/h4>\n\n<p>https:\/\/vimeo.com\/85469722<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Install and Activate<\/li>\n<li>Go to \"Job Listings &gt; Settings\" and choose the forms you would like to use.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Nothing happens when I set the Gravity Form ID?<\/dt>\n<dd><p>It is up to the theme to respect your choice to use this plugin (as there is no way to automatically insert the form). The theme you are using must add:<\/p>\n\n<pre><code>if ( class_exists( 'Astoundify_Job_Manager_Apply' ) ) :\n    echo do_shortcode( '[gravityform id=\"' . get_option( 'job_manager_gravity_form' ) . '\" title=\"false\" ajax=\"true\"]' );\n<\/code><\/pre>\n\n<p>Make sure you have created a hidden field in your form. Under the \"Advanced\" tab check \"Allow field to be dynamically populated\" field and add a value of <code>application_email<\/code><\/p><\/dd>\n<dt>I do not receive an email<\/dt>\n<dd><p>You <strong>must<\/strong> create a <em>hidden<\/em> field with the following specific settings:<\/p>\n\n<ul>\n<li><strong>Label:<\/strong> Application Email<\/li>\n<li><strong>Allow field to be dynamically populated:<\/strong> <code>application_email<\/code><\/li>\n<\/ul>\n\n<p><a href=\"https:\/\/i.cloudup.com\/XfRsp5B1VH.png\">View an image of the settings<\/a><\/p>\n\n<p>The Job\/Resume listing must also have an email address associated with it, not a URL to a website.<\/p><\/dd>\n<dt>I am using Jobify and it's not working<\/dt>\n<dd><\/dd>\n<dt>Please make sure you have the latest version of Jobify from ThemeForest<\/dt>\n<dd><p>If you have purchased Jobify and still have questions, please post on our dedicated support forum: http:\/\/support.astoundify.com<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.3.1: March 19, 2014<\/h4>\n\n<ul>\n<li>Fix: Don't try to run if Gravity Forms is not active.<\/li>\n<\/ul>\n\n<h4>1.3.0: March 18, 2014<\/h4>\n\n<ul>\n<li>New: Load a list of forms in a dropdown list, instead of inserting a form ID.<\/li>\n<li>Fix: Update setting name to work with the latest version of Jobify (you need to resave your options).<\/li>\n<\/ul>\n\n<h4>1.2.1: February 14, 2014<\/h4>\n\n<ul>\n<li>Fix: Check the entire form to find where the field for the email is. We cannot count on it being last since Gravity Forms puts empty fields at the end.<\/li>\n<\/ul>\n\n<h4>1.2.0: February 4, 2014<\/h4>\n\n<ul>\n<li>New: Make sure you have created a hidden field in your form. Under the \"Advanced\" tab check \"Allow field to be dynamically populated\" field and add a value of <code>application_email<\/code><\/li>\n<\/ul>\n\n<h4>1.1.2: February 1, 2014<\/h4>\n\n<ul>\n<li>Fix: Properly return variable on filter.<\/li>\n<li>Fix: Typo fix for sending job emails.<\/li>\n<\/ul>\n\n<h4>1.1.1: January 26, 2014<\/h4>\n\n<ul>\n<li>Fix: Make sure resume contact submissions are going to the correct place.<\/li>\n<li>Fix: Avoid conflict with Gravity Forms when submitting a resume.<\/li>\n<\/ul>\n\n<h4>1.1: January 20, 2014<\/h4>\n\n<ul>\n<li>New: Add support for a Resume Contact form when using Resume Manager<\/li>\n<\/ul>\n\n<h4>1.0: August 14, 2013<\/h4>\n\n<ul>\n<li>First official release!<\/li>\n<\/ul>","raw_excerpt":"Allow themes using the WP Job Manager plugin to apply via a defined Gravity Form.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/47950","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=47950"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/adampickering"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=47950"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=47950"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=47950"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=47950"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=47950"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=47950"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}