I'm following collective.examples.userdata to add some custom fields on the register form.
One field is the "accept terms", which the c.e.userdata also has and documents, and as said on the package description (or at least I understood that way) the special "Accept Terms" field should only be shown on the registration form but not on the @@personal-information view.
I also tried adding c.e.userdata on my buildout with a fresh new Plone site and it's also shown on @@personal-information, so I'm wondering if it's a misunderstood from me or that there's a bug there.
Anyone knows how to show a field on the @@register form but hide it on @@personal-information?