Simple Machines Community Forum

SMF Support => Server Performance and Configuration => Topic started by: eric3 on February 05, 2010, 01:38:05 AM

Title: I want users to give more information when registering
Post by: eric3 on February 05, 2010, 01:38:05 AM
How can I add fields to the reg form or require the profile to be filled out?

Thanks
Eric
Title: Re: I want users to give more information when registering
Post by: Arantor on February 05, 2010, 03:47:21 AM
So... what version of SMF? What information?
Title: Re: I want users to give more information when registering
Post by: eric3 on February 05, 2010, 10:16:13 AM
SMF 1.1.11 , the free version from go daddy.

For my particular application, I'd like them to have to fill out their name and address.

Thanks
Title: Re: I want users to give more information when registering
Post by: Arantor on February 05, 2010, 11:38:13 AM
I think you should be able to do that by way of the Custom Profile Fields mod available from the mod site.
Title: Re: I want users to give more information when registering
Post by: eric3 on February 05, 2010, 11:42:15 AM
Ok, I'll take a look at that.  I ignored it at first since the profile is filled out after registration is approved and I want the info during registration to help me decide on approval.

Thanks
Eric
Title: Re: I want users to give more information when registering
Post by: eric3 on February 06, 2010, 12:03:19 PM
Custom Profile Mod was EXACTLY what I needed.

Thanks for the tip
Title: Re: I want users to give more information when registering
Post by: curlin on February 08, 2010, 12:00:08 PM
     Hello

  Have tried unsuccessfully so far to add an email confirmation box on the registration page like there is for the password. Any know how for 2.0 rc2?

                                                 Thanks
Title: Re: I want users to give more information when registering
Post by: Arantor on February 08, 2010, 03:13:35 PM
curlin: What *exactly* are you trying to do? Enter the email twice?
Title: Re: I want users to give more information when registering
Post by: curlin on February 08, 2010, 03:19:00 PM
   Hey There

  I don't want the new member to make a mistake entering their email so i want a confirmation box (enter email twice) like there is for the password.
Title: Re: I want users to give more information when registering
Post by: Arantor on February 08, 2010, 03:27:43 PM
Hmm, that's quite a bit of new code (not only to add the box, but also to add to the validation and also to actually check it behind the scenes)

Would be worth asking as a mod (because it's not a couple of lines)
Title: Re: I want users to give more information when registering
Post by: curlin on February 08, 2010, 04:05:00 PM
Quote from: Arantor on February 08, 2010, 03:27:43 PM
Hmm, that's quite a bit of new code (not only to add the box, but also to add to the validation and also to actually check it behind the scenes)

Would be worth asking as a mod (because it's not a couple of lines)

    I went into manage registrations and registration .php and duplicated what was there for the password confirm but it didn't work and actually created errors during the registration process  :o
Title: Re: I want users to give more information when registering
Post by: Arantor on February 08, 2010, 04:46:36 PM
Yeah, because it's complex code in about 4 different files that needs to be changed. Just copying/pasting won't do it (and even if it did, it would be doing the same thing twice)

Really, you would be best advised to make a mod request because this is a BIG change.
Title: Re: I want users to give more information when registering
Post by: curlin on February 08, 2010, 05:07:45 PM
    There is some info here but it is from 2004  :o and i'm on 2.0 rc2. Ok, thanks for your help.