Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mg_scr

    (@mgelly)

    Ok thank you for the response. I’ll see if I can find the time to do so.
    From what I saw, the only script which will need a migration is “la-sentinelle-frontend.js”.
    And jQuery is mostly used for DOM parsing (which can be easily replaced by querySelector / querySelectorAll), a few ajax requests (replaced with fetch()) and on() calls (a little more tricky).

    Thread Starter mg_scr

    (@mgelly)

    Indeed I made some tests and this amount is generated each time.
    I was just surprised by the amount of inputs and the duplicates (at least 2 inputs for the same value, each time).

    But ok, I will mark the issue as resolved, thank you.

    Thread Starter mg_scr

    (@mgelly)

    Hi, thank you for the changes.

    About the hidden fields / text field not displayed, we had the issue on some websites with another technology (custom CMS / Symfony). And we saw that some automatic bots were clever enough to ignore type=hidden fields, after changing the system with text field (not displayed for users comfort), we had more success.

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