Well fullname is not a necessary field, just a legacy bit for backwards compatibility with the original weblogin snippet.
I assume you must already have a bunch of people registered and they already put info in the ’fullname’ column.
You could change your registration form to get rid of fullname and add the first_name and last_name fields and manually add them to the database for your existing user list??? and phase out your ’fullname’ column. When you need to put them together you could just concatenate the placeholders in the page to show the full name.
Is there another reason you are using the ’fullname’ column if what you really need is ’first_name’ and ’last_name’?
Quote from: wshawn at Nov 30, 2007, 08:43 AM
As +user.first_name+ doesn’t exist prior to the registration it would have no value to try and pull off a
<input type="hidden" name="fullname" value="[+user.first_name+] [+user.last_name+]" />
the table column is created as soon as you view a page with the &customFields parameter on it (searches and creates if it doesn’t exist).
-sD-
Dr. Scotty Delicious, DFPA.