Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When a visitor types their email address into the field and submits the form, Magnolia processes the input using . Magnolia uses an 

Javadoc resource link
classNameinfo.magnolia.extforms.services.ExternalFormService
renderTypeasynchronous
 named ibm to process the form data. Magnolia asks the visitor to give consent for storing personal data and how long that consent should be valid.

...

The example uses Magnolia's default data privacy mechanism. The mechanism records the consent in the Visitors app Magnolia and references links to IBM Watson as the external data storage location. The default privacy mechanism comes from magnolia‐privacy‐visitor‐manager which is a submodule of the Privacy module. A custom visitor reference searcher called info.magnolia.extforms.consent.WatsonReferencesSearcher processes the personal data on the form.

...