MartinLev Posted September 30, 2010 Posted September 30, 2010 Hi! My dropDown menu are working fine (using PHP Assistant), except for one detail the list contain values from a List Value (first name, last name). There is a space between the first and last name. When I choose a person, only it's first name is entered in the database. Lets say my value list is John Doe Susan Whatever Martin Familyname All the values display fine in the web browser. When user choose "Susan Whatever", only "Susan" is entered in the database. Any clue? Seems like everything after the sapce is not passed to the database. Martin
almedajohnson Posted October 21, 2010 Posted October 21, 2010 why don't you make two different fields? One for first name and other for last name rather than single name field. It will also make your queries simple.
Recommended Posts
This topic is 5415 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now