For a certain (webform) content type I want to restrict the available webform components. I.e what is found under "admin/config/content/webform" but not sitewide.

Is this possible?

Comments

DanChadwick’s picture

Status: Active » Fixed

No, it isn't out-of-the-box. However, you (or your developer) can easily use hook_FORMID_alter to modify the form used to generate the options list for new components. I'm pretty sure there isn't an alter for the components list (and it might not provide the node if there is one), but you can look in the API file.

Leiph’s picture

OK, thanks for the rapid reply. /Leiph

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.