xprofile fields issue
-
i ve add a new “City” field as a dropdown select box to the user profile. But for 300 cities it is ridiculous to add 300 options or even more. So i defined js function which takes cities from table and creates dropdown menu of cities on the fly. Everything works fine except when i enter the profile and try to change city to another city, i get an error (because these cities is not located in the xprofile_fields table but created on the fly by js fucntion). So what i should do in that case?
- You must be logged in to reply to this topic.