Automattic / WP-Job-Manager

Manage job listings from the WordPress admin panel, and allow users to post jobs directly to your site.
https://wpjobmanager.com
GNU General Public License v3.0
893 stars 366 forks source link

Warning: Undefined array key "_form_id" Warning issue during job application submission #2826

Open jhouedanou opened 1 month ago

jhouedanou commented 1 month ago

Bug A user encountered an error while attempting to submit a job application. The error message "Undefined array key '_form_id'" appears when the user clicks on the "Apply" button. This issue prevents the user from successfully submitting their application. However the application is registered on the backend Using WP Job Manager Application 2.3.0

To Reproduce Steps to reproduce the behavior:

  1. Navigate to the job application page. 2 . Fill in the necessary details in the application form.
  2. Click on the "Apply" button.
  3. See error ( ! ) Warning: Undefined array key "_form_id" in D:\wamp64\www\bralico\wp-content\plugins\wp-job-manager-applications\includes\wp-job-manager-applications-functions.php on line 104

Screenshots

image image Expected behavior I expect the process to go through Isolating the problem (mark completed items with an [x]):

WordPress Environment