Please Log in or Create an account to join the conversation.
edjec wrote: This issue seems to have reared it's head again. We get the message "Could not check this email: Please double-check: Needed for confirmation." on either front or back end registration. In checking for a solution I have disabled Core Fields Ajax, but it will not disable in the front end.
Any ideas?
J2.5.28, CB 1.9.1, CBS 3.0.0
Please Log in or Create an account to join the conversation.
That is just a warning that the specific email address being tested cannot be verified most likely because the email server driving it does not allow email checks to complete.
Please Log in or Create an account to join the conversation.
It's not whether the email is good or not it's whether the recipient mail server responds to MX Record lookup. Google for example rejects all of these so no gmail address will response to these (unless Google decides to change this for whatever reason).Yes, I am aware of that, but there are several issues when this happens; firstly, all email addresses are receiving this warning, even known good addresses.
I think to avoid this we should just return a success message or nothing at all. I do agree the warning is likely off putting to users. Have added a feature ticket for this.Secondly, new registrants are abandoning the registration when they see this message resulting in lost registration sales.
You need to edit the email field within CB > Field Management and disable its ajax validation within Parameters > Validation.Finally, when I disable the Ajax field plugin, it continues to check all addresses on the front end registration form. Should this not ignore the address check when disabled?
Please Log in or Create an account to join the conversation.
I was concerned that the system was not doing the MX lookup. Even known good addresses(my own) are failing here. However, I have done a direct MX lookup on some of the failed addresses and they have returned an error.It's not whether the email is good or not it's whether the recipient mail server responds to MX Record lookup.
Thank you for escalating.Have added a feature ticket for this. forge.joomlapolis.com/issues/5226
I would like to keep the Ajax function because without it registrations continue and do not fail until finalized if there is a hard error in the email address. This causes the registrant to repeat the registration process. Most will not and abandon.You need to edit the email field within CB > Field Management and disable its ajax validation within Parameters > Validation.
Please Log in or Create an account to join the conversation.