I’m having an issue with “Select List” member fields in EE 2.5.2
If any of the entries have a single or double quote in them, a validation error will occur on the registration page if you select that entry. Also, if you try to update an existing user and set the field to one with quotes, it will refresh with no entry selected.
It may be related to this bug with the conditionals:
https://support.ellislab.com/bugs/detail/17989
It looks like EE converts the quotes to HTML escape sequences and when this is output into a select tag, the browser resubmits it as the un-encoded version.
I modified a few of the files in the member module to get the registration error to stop occurring but don’t have enough EE knowledge to hack the admin side to get it to display the proper item in the list.
Any ideas/updates/suggestions? Taking the quotes out of the entries seems like an inadequate solution