collective / collective.easyform

Forms for Plone
https://pypi.org/project/collective.easyform
13 stars 29 forks source link

allow widget selection for a field #107

Closed tkimnguyen closed 6 years ago

tkimnguyen commented 6 years ago

allow adding of other widgets from z3cform, e.g. equivalent to editing the model schema from <form:widget type="z3c.form.browser.select.CollectionSelectfieldWidget"/> to <form:widget type="z3c.form.browser.radio.RadioFieldWidget"/>

the easyform fields editor needs quick picks for the different widgets, like a drop down select and defining the widgets to allow

jensens commented 6 years ago

I think we already have this in the edit form:

screenshot from 2018-05-07 16 38 51

whats missing?

rnunez80 commented 6 years ago

the choice field does not let you select RadioFieldWidget

jensens commented 6 years ago

Well, here it does (latest master at least). what's the versions of plone and addon your using?

tomgross commented 6 years ago

I can confirm this works.