Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Extra Fields in registration form

Asked Modified Viewed 3,286 times
R
rvr84
R
rvr84 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Posted in wrong place originally!

Hi,

I am looking to add First Name & Last Name to the registration form. (so that when i approve access to a user i know who it is)

Is there an infusion or can anyone help with adding this as im new to php fustion and trying to find my way round!

Thanks
Rebecca.
0 replies

3 posts

R
Reflectoman
R
------------------------------------------------
Adnan Ahmed Online
File Hosting | Image Hosting | Free SMS
  • Member, joined since
  • Contributed 176 posts on the community forums.
  • Started 9 threads in the forums
answered
Member

F
fetloser
F
  • Senior Member, joined since
  • Contributed 275 posts on the community forums.
  • Started 2 threads in the forums
answered
Senior Member

lol, i linked to your site in a previous thread :D weee :)
0 replies
— 2 years later —
H
HangJebat
H
~ the truth is out there ...
  • Junior Member, joined since
  • Contributed 34 posts on the community forums.
  • Started 8 threads in the forums
answered
Junior Member

i'm confused ...

from the 2nd link you gave
where to put this line exactly?

next we add after line 90, the following
$interests = isset($_POST['user_interests']) ? stripinput(trim($_POST['user_interests'])) : "";

just before this line?
$user_location = isset($_POST['user_location']) ? stripinput(trim($_POST['user_location'])) : "";

or ... after this line
if ($_POST['user_month'] != 0 && $_POST['user_day'] != 0 && $_POST['user_year'] != 0) {

please clarify, thank you very much

p/s:
new member registered, e-mail verified, must be approved by admin, but not in the list when the admin viewed memberlist to activate
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 4 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet