We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to the documentation the following statement should work:
$builder->add('captcha', CaptchaType::class, array( 'charset' => '23456789', ));
But it has no effect.
The 'ignore_all_effects' => true option is also ignored. Maybe there are other options affected too.
'ignore_all_effects' => true
The text was updated successfully, but these errors were encountered:
The issue only occurs while using the as_url-option.
Try to add the missing options in this array: https://github.com/Gregwar/CaptchaBundle/blob/master/Type/CaptchaType.php#L114 works for charset and ignore_all_effects for me.
Don't have the routine to provide PRs, feel free to do so ;).
Sorry, something went wrong.
Added PR for this issue, see #231 @middlebrain @Gregwar
Successfully merging a pull request may close this issue.
According to the documentation the following statement should work:
But it has no effect.
The
'ignore_all_effects' => true
option is also ignored. Maybe there are other options affected too.The text was updated successfully, but these errors were encountered: