Posted: October 24, 2023 at 7:46 am
Hi, For my event, delegates can register multiple people, but the “additional delegate” information not stored in registrations, instead the “primary delegate” information is duplicated. If I select “personal information” questions for additional delegates the email field does not accept any value and prevents delegates moving on to the payment page. I think there’s probably some custom code breaking things, but don’t know how to fix. ** REMOVED ** Thank you very much. |
|
Hi there, These forums are public so I’ve removed your login credentials and I will not use those to log in. Please reset the password on that account asap and use this form to submit them: |
|
Ah yes, thanks for that. I have changed the password, and sent it via the form. |
|
Hi there, There’s a lot of custom code running on the checkout page and the from what I can tell the issue is from custom code removing fields from the personal information group which then means validation fails because EE has no value for those when the form is submitted. This isn’t something we can troubleshoot for you, the developer who created that customization needs to fix this.
That’s removing fields from the page based on the selections made previously. So when I try to register and inputa valid email the form is rejected because 2 fields are missing: |
|
Thanks very much for your pointer. I have tweaked the js to fix the issue. The way I did it was to make the job title and Company fields optional in settings, but for the delegates who I needed this info for, I added this to the file (question 17 is job title, and 18 is company):
All fixed, as long as they complete the field. If the validation error is triggered it seems to never validate, but it’s good enough for now, and at least the delegate name and email are stored correctly in the registrations. |
|
Awesome, I’m glad you found a fix 🙂 |
|
The support post ‘"additional delegate" information not stored in registrations’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.