In our directory when a user logs in to change their info, the form is auto filled with their initial selections saved in our database.
This is accomplished by placing a small tag into each field such as %%url%%
I want to do the same with a drop down menu but this wont work the same way it does for a field.Code:<input type="text" name="url" size="30" value="%%url%%" />
Is there a script out there that would allow me to use our %%tags%% in a drop down menu?
thanks



Reply With Quote

Bookmarks