How do I ensure that a single-line or multi-line text form element matches a specified format?
Use the Validation attribute on Single-Line Text and Multi-Line Text elements to specify that additional requirements be met.
^(\d){3}-(\d){3}-(\d){4}$
^([A-Za-z0-9\.-]+@wku.edu)|([A-Za-z0-9\.-]+@topper.wku.edu)$
^(800|801)+(\d){6}$
^(\d){9}$
^([0-9]|0[0-9]|1[0-2])\/(0[0-9]|[1-2][0-9]|3[0-1])\/[0-9]{4}$