1

Topic: dynamic custom fields

Hi,

I have a question for you all!

well my vldpersonals website will be used in France.

But for custom fields, i'd like that when member registers and choos france as country, only french states field display

I assume it could be something like that but i don't know how to get custom fields values

<!-- IF country= "france" -->
{dropdownlist:departement,registration_type_id}
< endif>

I also want to add age and description fields for couple. For example description of man and women on the same page depending on gender selected

Thank you

2

Re: dynamic custom fields

by the way, how can i use svalue from custom fields?

when i use {profile_field_dep_value} it displays complete value but {profile_field_dep_svalue} doesn't work