Page 1 of 1

Custom fields: 2 connected selects taking datas from db

PostPosted: January 16th, 2012, 12:09 pm
by nemoprincess
Hello there, I need to know town and state of my users, so I have to selects.

First of all I would like to take my datas from database but most of all I would like to avoid that users can select a town that it' s not in the right choosen state.

How can achieve this?

Thanks a lot

Re: Custom fields: 2 connected selects taking datas from db

PostPosted: January 18th, 2012, 10:30 pm
by Raam Dev
Hello,

Unfortunately Custom Fields do not work dynamically between them, so you won't be able to achieve that type of coordination between select boxes.

For the custom fields, you can find them under the wp_usermeta table. Do a search for meta_key's starting with wp_s2member and then look for the field you need.