Hi, is it possible to make a form where one field is generated out of the registered users (or a group) list and rendered as a dropdownmenu? The thing is: I have a dental technician who wants to let the group of associated dentists fill in an orderform where they can select one their patients...
Thanks for any feedback :-)
Thanks for any feedback :-)
Hi dustdog,
Yes, you can do that. You need a little bit of PHP in the form html to look up the user list, then a for each loop to run through it creating options for a select box. There was a fairly recent posting on a lits of US states that did the second part.
Bob
Yes, you can do that. You need a little bit of PHP in the form html to look up the user list, then a for each loop to run through it creating options for a select box. There was a fairly recent posting on a lits of US states that did the second part.
Bob
This topic is locked and no more replies can be posted.