Form Tags Reference
Complete reference for Formcertify HTML data attributes
Overview
Formcertify uses HTML data attributes to capture important consent information like who is the consenter and the disclosure they are consenting to.
HTML Data Tags
Form elements must use the data-fc-type
attribute with one of the following values:
Input field for collecting the user’s full name
Input field for collecting the user’s phone number
Input field for collecting the user’s email address
Container element displaying the consent disclosure langauge shown to the user
Checkbox input associated with the consent disclosure for explicit opt-in
Element containing the name of the entity receiving consent
The form’s submit button
Can be added to the form element itself for explicit form identification
Complete Example
Here’s a complete example showing all required tags in context: