Login | Forgot password | Register

X

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.

Jump to:

765 Posts in 246 Topics by 252 members

Form Questions

SilverStripe Forums » Form Questions » Subscribe Form

Page: 1
Go to End
Author Topic: Subscribe Form 262 Views
  • gingercat
    avatar
    Community Member
    7 posts

    Subscribe Form Link to this post

    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

Currently Online: cardinale, ikhwanb, holy noli, steeeo, Thomas B. Nielsen

Welcome to our latest member: holy noli

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.