Map Silverstripe UDF submissions to specific data objects
Provides a way to map the information from a user defined form submission
to a custom data object type.
composer require nyeholt/silverstripe-udf-objects:~1.0
The module adds a "Submissions" section to the CMS. In here,
create a new Form Submission list, which is where submissions are stored.
First create a submission list, then navigate in the site tree
to find the user defined form you want to submit to this list; a
new dropdown is available on the Submissions tab.
Once this association is created, you can update the form submission list
to specify the data object being saved into, and then choose the field
mapping.
Next, apply the FormResponseExtension
to the data object
being used to capture submissions.
Note that if you have a multivaluefield on the target object, you can
choose multiple fields to be mapped to it; each source field name
will appear as a key in that target field.
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem