emencia / emencia-request-form

A simple contact form with some homemade antispam
https://emencia-request-form.readthedocs.io/
MIT License
0 stars 1 forks source link

Reloading captcha #2

Open sveetch opened 9 months ago

sveetch commented 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.

sveetch commented 9 months ago

Partly done in https://github.com/emencia/emencia-request-form/pull/4