email field don´t update

  • sergio mariz
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 6 months ago #14535 by sergio mariz
email field don´t update was created by sergio mariz
Hello,
I'm having the following problem with the update of the E-MAIL field on the registration form for the events:
- The form is set to registered only.
- The configuration is set to integrate with CommunityBuider.
- The problem is: When the user edits their email in CommunityBuilder, this is not updated in the event registration form.
- This only occurs when the user logs out and make a new login.
Someone else is having the same problem?
Is there any solution to this?
Thank you,
Sergio Mariz

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
13 years 6 months ago #14544 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: email field don´t update
Hi Sergio

Event Booking use $user->get('email'); function to auto-populate email field in Registration Form. This information (from $user object) is stored in session and only change when user logout/logged in again and that's the reason causing the issue .

I agree that this is a bug but it is a really really minor bug and rarely happen in real life, so I think I won't fix it for now. Will get back to it and fix it in version 1.4.6 .

Regards,

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc