---
title: Registration form modifications
description: Configure your HTML Form Adapter to validate the registration form data before allowing users to continue to the identity verification process.
component: pingone
page_id: pingone:pingone_verify_integration_kit:pf_p1_verify_ik_registration_form_modifications
canonical_url: https://docs.pingidentity.com/integrations/pingone/pingone_verify_integration_kit/pf_p1_verify_ik_registration_form_modifications.html
revdate: June 20, 2024
section_ids:
  name-fields: Name fields
  field-validation: Field validation
---

# Registration form modifications

Configure your HTML Form Adapter to validate the registration form data before allowing users to continue to the identity verification process.

The template path is: `<pf_install>/pingfederate/server/default/conf/template/local.identity.registration.html`. Learn more about modifying templates in [Customizable user-facing pages](https://docs.pingidentity.com/pingfederate/latest/administrators_reference_guide/pf_custom_user_facing_pages.html) in the PingFederate documentation.

## Name fields

Near the name fields, modify the template to tell users to "Enter the name as shown on your ID card". Users can only register with their verified name.

## Field validation

If your datastore has length or character requirements for passwords, for example, add validation to the password field that checks against the same criteria.

You can add form validation by modifying the HTML Form Adapter registration template with custom JavaScript.

Learn more about form validation JavaScript in [JavaScript Form Validation](https://www.w3schools.com/js/js_validation.asp) on w3schools.com.
