• Resolved daveyc

    (@daveyc)


    Hello!

    I’ve set up an event category where only registered users can fill in bookings.

    I want to make it so they can enter different email addresses and names from the one they use. I’ve already made changes to the em-bookings.php file that says to show different form fields if logged in and I can see those when logged in, but the bookings list still shows the username and email of the logged in user and not what was inputted in the form

    How can I make it so it ignores the logged in person’s username and email address and takes the manually inputted one?

    http://wordpress.org/plugins/events-manager/

Viewing 1 replies (of 1 total)
  • Hiya,

    The booking data will always retrieve the information from the currently logged in user, if there is one so this is unavoidable.

    Furthermore, it’s very unwise to modify the plugin files – your changes are going to disappear when the plugin is next updated.

    Are you doing this because you want each user to be able to register multiple users? If so, you should use Attendee Forms (Events > Forms Editor > Attendee Forms)

    Thanks,
    Phil

Viewing 1 replies (of 1 total)
  • The topic ‘Want to ignore logged in name and email on booking forms’ is closed to new replies.