I installed the webform module and this is what I am trying to do:
Have a form where there is a select drop down box. Depending on which value the user selects in the drop down, the webform will send an email to that group. I know the contact for does something like this but I want to do it using the webform.
I am sure there is a way to add in some custom php into the webform to get it to work.
Does anyone know how to have a radio button to select to show either buddylist, private or all when you create new content? if you select buddylist then only people on your buddylist can see that content. if all then all people can see the content.
I have seen mention of this on different posts from the past, but no current solution that I could find. I read that someone created a buddylist module with privileges for drupal 4.6, but does that work with the current buddylist? is there a different way with drupal 5.1?
How can I find value from personal profile field - select box?
I have profile filed - select box - sex with options man and woman.
It's name is profile_pohlavie
I want to write in a block for current user his details, but
check_plain($user->profile_pohlavie) or $user->profile_pohlavie does not return any value.
So, how can i find value from select box? it is some array or something?
Thanks