ColdTrick / profile_manager

Manage profile fields for users and groups in Elgg
https://elgg.org/plugins/385114
30 stars 32 forks source link

Registration validation not working for multiselect #89

Closed beck24 closed 8 years ago

beck24 commented 8 years ago

This appears to be due to a hidden input with the same name preceding the multiselect. The js finds a null value for the hidden input and counts it as an error even if there are values assigned in the multiselect.

jdalsem commented 8 years ago

Can you retest with the latest master? I have made some changes to the multiselect and currently can not reproduce your issue.

jdalsem commented 8 years ago

Please let me know if the latest master still has the issue...