Open sveetch opened 9 months ago
Currently, the captcha code can not be reloaded manually.
This would be required for some cases like when user does not succeed to read the code and would want another try.
There is some commented code in form helper for this but we was missing of Javascript code needed to implement the reload button.
Partly done in https://github.com/emencia/emencia-request-form/pull/4
Currently, the captcha code can not be reloaded manually.
This would be required for some cases like when user does not succeed to read the code and would want another try.
There is some commented code in form helper for this but we was missing of Javascript code needed to implement the reload button.