Currently I have a plain HTML form on my site which does a simple POST request to an external site.
I would like to add a captcha to this form to stop possible robots abusing it. That means that the captcha validation must be done on my end before the form is submitted to the external site. So I have changed the form method to point to a route on my site which handles the validation and captures all the values from the original form. However, once the validation has passed, I am not sure how to then issue the original POST request to the external site as well as redirecting the user along with the request. Is there a way I can do this? Thank you, Stuart -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
