Form Builder Field

Component ID

1706828

Component name

Form Builder Field

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

4860

Component created

Component changed

Component body

The Form Builder Field uses the Form Builder module for the ability to build forms on a entity basis. The form submission does nothing out of the box. It implements hook_form_builder_field_action hook for the form to do something. There is a module included call form_builder_field_email that adds a form builder email field that integrates with form builder field to send emails.

Requirements

This will not replace webforms out of the box. Submissions are not stored, emails are not sent (without the form builder emails submodule). It's more about the API!