Adding a subject line to mail address in ReCaptcha Mailhide
- by bongman1612
I'm not sure if this can be done. I was looking to for a way to add a subject line to an email address hidden via reCaptcha Mailhide.
Usually we have a mailto tag which include a subject like so:-
<a href="mailto:[email protected]">The text of your link</a>
However when we use recaptcha mailhide, we encrypt the email address and the reCaptcha decrypts it for us on completion of the captcha (sort of)
So nowhere am I actually setting the subject of the email. Is there a workaround for this?