Form not submitting from page but works fine in form preview

Issue -
When people go to the website and click on apply the form pops up but people are unable to submit. The submit button changes colour but nothing happens and the application is not sent.

Action -
Job application form is not submitting from page but works fine in form preview. Have tried turning off plugins to find a conflict there with no success, so I’m kind of stumped & wondered if the community could point me in the right direction.

Thanks in advance.
PS: I’m still new to this stuff.

https://joii.org/jobs/brickies-labourer/

Hey,
When I submit the form, lots of errors appear on the browser console.

Please enable the WordPress debug log. This will allow us to see if any PHP errors are being produced.

  1. Edit wp-config.php and insert the following lines:
define( 'WP_DEBUG', true);
define( 'WP_DEBUG_LOG', true);
define( 'WP_DEBUG_DISPLAY', false);
  1. Reproduce the issue.
  2. Locate the debug log in: /wp-content/debug.log
  3. Paste the latest lines here. No need to paste the entire log file. Just 20 lines or so will do. Please censor any sensitive information.

https://codex.wordpress.org/Debugging_in_WordPress

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.