PDA

View Full Version : Add a list/menu item to user registration


mousework50137
07-12-2009, 12:19 PM
Hello,
I have added a column to my sql database called 'Businesstype'
I want to put a list/menu on the users_Profile.php page so I can collect what type of business my registrants are running.
Only a few items, 5 in totsl, in the list.

my questions are:

How can I do this?
Do I need to use another webassist extension to do this? I have most of them.

Cheers
mark

Ray Borduin
07-13-2009, 09:31 AM
Just use DW. Drag and drop a list into the form. Add a recordset to your page for the values and use the dynamic button in the list properties inspector to set the values from the recordset. Then update the server behavior on the page and set the value for the column in your database.