Hi everybody,
I'm new with dolphin
Please can someone can tell me if it's possible to create dropdownlist (and not dropdown box) field in the profile form AND initialize specific VALUE for each string.
In other word, If I create a dropdownlist field for French region, is it possible to have name of the region in the dropdownlist and initialize value like this :
<option value=”01”>(75) Paris</option>
with integer parameter to optimize the query and not send too many parameter and special parameter like “(“ in the GET param.
Thanks a lot for all information who can help me to do this.