Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

getting variables from 'add new member form' and using them


Go to End


2 Posts   1810 Views

Avatar
Paweł Pierzchała

Community Member, 5 Posts

24 January 2009 at 10:01pm

Hi :)
Could You tell how can I use (first how to 'catch' them) variables in 'add member form' in Security, I click 'add user' , then fill firstname, surname etc fields and then click 'save', cms inserts all that fields directly into member table, but i'd like to for example add surname and firstname to other table :)
Generally I always solve ma SS problems, but this time I was looking for that for a few hours (especially Member.php, dosave function, but it is not connected with that form) and did nothing and i'm a bit in hurry :/

Thanks in advance :)

Avatar
Paweł Pierzchała

Community Member, 5 Posts

25 January 2009 at 4:57am

all right, i sorted that thing out :) the right file was MemberTableField.php