• Resolved elduderino

    (@andiemacht)


    Hey there.

    Since I updated to the latest versions of eme and emefs the frontend submit doesnt work. When I fill the form and select “submit event” it reloads the submit-page with the entire informations I filled into the form-fields.

    And the captcha doesnt show either.

    Is it a bug?
    Thanks for help.
    Greetins

    https://www.ads-software.com/plugins/events-made-easy/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Franky

    (@liedekef)

    Weird … indeed something seems wrong, I’ll check this out and correct it this evening … sorry about this.

    Plugin Author Franky

    (@liedekef)

    Ok, found the bug. Change in emefs.php the line

    $validation_result = eme_validate_event ( $event );
    by
    $validation_result = eme_validate_event ( $emefs_event_data_compiled );

    I’ll release a new version asap

    Plugin Author Franky

    (@liedekef)

    btw concerning the captcha: take a look at the extra template example form.php_captcha. The comment on how to use the new captcha has been corrected in the next version too.

    Thread Starter elduderino

    (@andiemacht)

    Hey. Thanks for your quick response!

    I updated emefs, so the changes in emefs.php are made.
    But the frontend-submit still causes the same problem. Still doesnt work.

    Thanks again.

    Plugin Author Franky

    (@liedekef)

    works fine here
    But if you use the captcha, you need to enter the captcha code in the form too

    Thread Starter elduderino

    (@andiemacht)

    ok. that was my fault! I needed to change to the captche template.

    everything works fine now!

    Thanks a lot!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Frontend Submit doesnt work after update’ is closed to new replies.