i have implemented the frontend form, which enables UNREGISTERED users to post on my site.
Everything in working perfectly, the only problem I have is with the implementation of the captcha.
All of the captcha solutions I found needs to put some outer file in the form action. But my form has this syntax:
<form action="">
I do not know what to do? If I put the file in the action field, I cannot add the post anymore. How would I put the verification code for the captcha in the same file as the form is? Or any better solution?
EDIT: How can I modify the form, that it would do the same thing (add post) as it does it now, but that I could include some file in the form action:
<form action="some.php">