Page 1 of 1

Register Options

PostPosted: Tue Jan 15, 2008 3:37 pm
by zedimus
HI I was woundering how you change the name of the fields when registering ie.. Title to Address.... Department to City..

Its ok if it still stores in the info in title and department. I just want the static name Title Changed to Address.

Thanks

PostPosted: Wed Jan 16, 2008 12:12 pm
by shannah
In the tables/users/fields.ini file you would add entries for the title and department fields:

Code: Select all
[title]
    widget:label=Address

[department]
    widget:label=City

PostPosted: Wed Jan 16, 2008 12:43 pm
by zedimus
That worked Perfect. Thank you so much.
Webauction is a great product, thanks for releasing it and supporting it.