RE: Add new member fields
Posted Wednesday, December 16, 2009 at {ts '2010-09-08 11:55:00'}
Re-reading this maybe I wasn't clear. I wanted to add 2 fields to the registration form. These fields would be for first name and last name. I added the 2 fields to the users table in the database as VarChar. I then added the form inputs and called them fname and lname. I found the query to insert new members in the users.cfc file and changed that to insert the two new columns. What I found was that the values of the 2 new form fields (lname, fname) are not being carried through as form.lname or form.fname. I set up arguments for them and cfparam's. What is going on here, any ideas? How can I add these form fields to my registration form?
|