Skip to main content

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:
string
Input field for collecting the user’s full name
string
Input field for collecting the user’s phone number
string
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
string
Element containing the name of the entity receiving consent
string
The form’s submit button
string
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: