• When submitting the form, a message showing "Error sending notification message, but dont worry, We saved Your data securelly. Thank you." and cannot receive the email.
    
    But the application can be received at the "Job entry"
    Is there some way to fix it or at least remove the error message?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • I’ve got the same problem to which a bit of digging seems to be related to the use of deprecated code in the script.js file:

    /wp-content/plugins/job-postings/js/script.js

    The JSON parse is generating the error but so far I’ve not been able to fully determine why or fix.

    It is using an old deprecated pre jquery 3 JSON parsing command, $.parseJSON which has been replaced with the native javascript JSON.parse

    Have tried updating the code to use JSON.parse but the parsing still fails. Even trying to set data values manually to be passed in to the json parse so far I’m unable to get it to work (my javascript/jquery knowledge/experience is limited)

    Suspicion is that there is one or more data field that the parser requires/expects to process in order to return a success status as I’ve customised the job “Apply form” to only a small number of fields.

    It’s fairly clear from the code that more recent plugin maintenance/updates were minimal and updates/fixes are now seemingly non-existent.

Viewing 1 replies (of 1 total)
  • The topic ‘Error sending notification message’ is closed to new replies.