Page 1 of 1

Removing Fields

PostPosted: Fri Sep 24, 2010 5:06 am
by abryenton
Hey,

Fantastic script! I just have a quick question.

How do you remove fields from the registration form?

I would like to remove Firstname, Lastname, Department & Title. I would also like to make the Phone a mandatory field.

Any help would be appreciated!

Thanks,
Aaron

Re: Removing Fields

PostPosted: Mon Sep 27, 2010 5:45 am
by abryenton
I figured it out.

I just needed to add in:

[firstname]
widget:type = hidden

[lastname]
widget:type = hidden

to the fields.ini

Great script!