Events Made Easy Forums Generic JS error leads incomplete registration and time outs

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #55252
    Anonymous
    Inactive

    we have serious problems when users submit the registration form to an event.

    We vonden een JavaScript error waarbij het lijkt alsof het formulier de naam wil controleren.
    Dit gaat niet helemaal goed,

    De JS foutmelding die ik zie is: “Uncaught TypeError: Cannot read property ‘length’ of null”

    Lijkt te maken te hebben met dit stukje code en “autocomplete”

    function eme_registrations_autocomplete () {
    // for autocomplete to work, the element needs to exist, otherwise JS errors occur
    // we check for that using length
    if (jQuery(“input[name=lastname]”).length) {
    jQuery(“input[name=lastname]”).autocomplete({
    source: function(request, response) {
    jQuery.ajax({ url: self.location.href,
    data: { q: request.term,
    eme_admin_action: ‘autocomplete_people’,
    event_id: jQuery(“input[name=eme_event_id]”).val()

    Hierdoor komen sinds 8 januari geen goede formulieren/betalingen meer bij ons binnen.

    #55253
    Franky
    Keymaster

    The last released version is from 19/12/2015, do you mean that you only updated on 8/1/2016 ?
    Also: if lastname is not present in the form, nothing should work … can you give a form url example?

    #55401
    Franky
    Keymaster

    no reply, closing

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Generic’ is closed to new topics and replies.
Scroll to Top