Login | Forgot password | Register
What is OpenID?
OpenID is an Internet-wide identity system that allows you to sign in to many websites with a single account.
With OpenID, your ID becomes a URL (e.g. http://username.myopenid.com/). You can get a free OpenID for example from myopenid.com.
For more information visit the official OpenID site.
Form Questions
SilverStripe Forums » Form Questions » Subscribe Form
|
Page:
1
|
Go to End | |
| Author | Topic: Subscribe Form | 262 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)
| 262 Views | ||
|
Page:
1
|
Go to Top |

