Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Unable to use custom_regex validation on form fields #93

Closed
erosiec opened this issue Oct 27, 2020 · 0 comments · Fixed by #94
Closed

Unable to use custom_regex validation on form fields #93

erosiec opened this issue Oct 27, 2020 · 0 comments · Fixed by #94

Comments

@erosiec
Copy link

erosiec commented Oct 27, 2020

'FormField' currently accepts a maximum of 10 arguments, resulting in an inability to pass in the 'validation_custom_regex' parameter for requests with 'custom_regex' set as the validation type.

Attempting to pass in 'validation_custom_regex' as an additional parameter through 'client.AdditionalParameters.Add()' throws an invalid parameter exception.

This blocks the ability to use 'custom_regex' validation type for form fields, since 'validation_custom_regex' is required to specify the regular expression.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant