Quote:
Originally Posted by chatbum
how far out of my way would i have to go to add a profile field too?
|
You would have to do that yourself. Just look at register.php and copy the output to the quick regsiter template.
Here's a sample from my register.php for location...
Code:
<input type="text" class="bginput" name="userfield[field2]" id="ctb_field2" value="" size="25" maxlength="20" />
So not very hard.