By damic on
Hi,
I'm customizing user registration form. I use taxonomy_term_select to display a select containing terms. I also use the module Hirarchical Select. I would like my select to have the same look than the hirarchical Select.
/* I would like it to be a hierarchical Select like in create content */
$form['business']['location']= _taxonomy_term_select(
'Location',
'location',
'',
$vid,
'Description here if needed',
'',
false
);
Does anyone know how to do that?
Thanks for any help
Comments
solved