Filter examples

You will need to purchase the form to see the filtered values in your email inbox :). Fields can have as many filters as you need on them.

White space removed from the start and end.

Strips all HTML tags excluding any you want to allow.

Removes all characters that are not digits.

Removes all characters that are not alphanumeric.

Removes all characters that are not alphabetic.

Removes all characters matching the given regular expression pattern, in this example the pattern is /[\d+]/ which will strip any digits.