I created one user_form class that extends the zend form, it has 4 usernames, a password, a hash for csrf, and finally a submit button.
Creating a user_form object displays all of these four elements.
After checking the controllerβs entry into the action, I check for failure attempts, and after a number of bug fixes, I want to add a zend captch in front of the submit button.
I added the captcha element and added it after the submit button.
How to add a zend element to a specific position? Or how can I add it before sending?
Also let me know that the way I'm doing is the right one? Waiting for your reply. Thanks...
Rajan rawal
source share