1505 Posts in 474 Topics by 460 members
Form Questions
SilverStripe Forums » Form Questions » Subscribe Form
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba
|
Page:
1
|
Go to End | |
| Author | Topic: | 769 Views |
-
Subscribe Form

25 January 2009 at 9:34am Last edited: 25 January 2009 11:13am
The subscribe form works well and does just about everything I want. I've added a couple of fields to the form which works and the data is saved. My problem is that there is no easy way to edit these extra fields from admin.
I probably need to edit the code for the subscription form & add the fields to the admin page for subscribe form but can't find it anywhere. Or is there another way to edit user info?
Further to this. I've added the following function to the _config.php file
MemberTableField::addMembershipFields( array(
"Nickname" => "Nickname",
"job title" => "job title"
));It adds the fields to the form in the admin section but they don't appear in the lightbox editor and they also haven't been added to the Member table.
(Yes I have done a db/build)
| 769 Views | ||
|
Page:
1
|
Go to Top |

