cancel
Showing results for 
Search instead for 
Did you mean: 

Card holder name validation

Am I able to pass the card holders entire name into the "x_first_name" field? For example "John F Smith Jr"

 

Currently I have users entering information into seperate fields, and the often don't supply all the information. It would be 10x easier if I could say "Enter the name exactly as it appears on the card" and pass that value in one field for validation.

mrb398
Member
1 REPLY 1

I assume you are using DPM? The best solution is to just have a piece of Javascript that runs on form submit, validates the form input as best you can up front, and pops up an error message and blocks submission if they forgot to fill something out.

TJPride
Expert