WordPress : 3.6.1<br>
MySQL : 5.5.23<br>
PHP : 5.2.17<br>
Plugins<br>
Event Organiser : 2.3.1<br>
Event Organiser Pro : 1.4<br>
<br>
Settings:<br>
Allow Logged-out Users to place bookings : Yes but do not register an account
<br><br>
I have tried multiple settings and events but still receive the login form within the event booking, which allows users to login:<br>
Already Registered?<br>
Username/Email<br>
Password<br>
Remember Me<br>
Log In<br>
<br>
With the new version users cannot create an account, which is great! :o) <br><br>
Q. However, how do I correctly/safely remove the login option (eo-booking-login-form), as I don’t want the end user to see or use the login form at all etc…?
<br><br>
Regards
Jason

jasonb
Hi Jason,
This was an oversight on my part. Regardless of whether you allow users to register an account when they book, they can still log-in if they have an existing account. In the next update I’ll hide the log-in form if you select “Yes but do not register an account”.
However you can simply copy eo-booking-form.php
into your theme and remove all calls to eo_login_form()
.

Stephen Harris
Hi Stpehen,
Thanks for the update. Yes, that seems to have resolved the problem.
Regards
J

jasonb