zupo
zupo

Reputation: 1556

Adding a custom field to Plone groups

Using Plone 4.2, how can I add a field/property to Plone groups? Beside default ones (name, title, description, email) I'd like to have one more.

Upvotes: 0

Views: 384

Answers (1)

Asko Soukka
Asko Soukka

Reputation: 1793

You could try your luck with

http://localhost:8080/Plone/portal_groupdata/manage_propertiesForm

and report the results :) At least Site Setup's group edit form seems to be generic enough to support arbitrary number of fields (of all types).

Upvotes: 2

Related Questions