• Resolved aplourde

    (@aplourde)


    When trying to apply on a job, nothing happens when clicking the Submit button. No logs in console nor network request happening.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter aplourde

    (@aplourde)

    For some reason I needed to add this:

    if (element.length == 0) {
    continue;
    }

    At line 228 of file simple-job-board-public.js to prevent form not being able to submit. The email was marked as valid, but the loop kept going for one more empty element. (probably because I have another email field in my page. A newsletter subscription field in the footer.

    Plugin Author PressTigers

    (@presstigers)

    Hello @aplourde,

    Can you please let us know things are working fine at your end now so we can further help you.

    Thanks for reaching us out.

    Best Regards,

    Thread Starter aplourde

    (@aplourde)

    Can you just transfer the information to developers so they can fix this in the code.
    Everything is working fine now that I have modified the code, but because of this, I won’t be able to benefit from plugin updates as I will need to redo the fix in the code at every updates.

    Plugin Author PressTigers

    (@presstigers)

    Hello @aplourde,

    Thank you for your valuable suggestion. We will definitely send this to our technical team and they will surely review this and add this if it would work generically.

    Regards,

    • This reply was modified 5 years, 9 months ago by PressTigers.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Application not submitting’ is closed to new replies.