Zend Captcha generates 3 elements together are captcha image, hidden input element, input text box for captcha code respectively and places them side by side without any separator. I want to decorate captcha image tag only in captcha element being generated by zend form captcha. And leave input elements intact. I don't want to create custom decorator class for it.
Is there any way to do this?
I delve into zend decorator where I see $_separator variable. Can it be helpful?
Please help.