Once you have created your Gravity form, you must integrate with the HIPAA Forms Plugin.  The plugin does that by requiring CSS classes to be added for first name, last name and email.  Phone and Location are optional.  If you do not add these CSS Classes, you will see this error under Settings/Form Setting:


No field with hipaa_forms_first_name class

No field with hipaa_forms_last_name class

No field with hipaa_forms_email class



If you have already had a form integrated and a field is deleted from the form or the CSS class is removed, you would see this error at the top of your plugin:


Required Fields have been removed from the form ID ### and has been disabled.



This is the classes that are required:

  1. First Name: Must have a text input
    Gravity: Must have the class "hipaa_forms_first_name" (If Using Gravity Advanced Name Field: Must have the class "hipaa_forms_name" with first name enabled)

  2. Last Name: Must have a text input
    Gravity: Must have the class "hipaa_forms_last_name" (If Using Gravity Advanced Name Field: Must have the class "hipaa_forms_name" with last name enabled)

  3. Email: Must have a text or email input
    Gravity: Must have the class "hipaa_forms_email"


As an example, here is how to add the email class for Gravity V2.5+:

Select the email field and select Appearance 

Then field the Custom CSS Class field and enter hipaa_forms_email.