Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    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.

Viewing 2 replies - 1 through 2 (of 2 total)