You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
'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.
The text was updated successfully, but these errors were encountered:
'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.
The text was updated successfully, but these errors were encountered: