Hi
Sorry For bothering you. But I was some other issue actually I was passing some incorrect value to captcha short code. And that’s why it was displayed as a plain text. So basically it was not My shortcode’s error.
Thanks for the help
Hii Desertsnowman
I created my custom form using MY Shortcodes plugin my custom form code was written inside admin pannel of plugin now I wanted to insert a captcha inside the code of my custom form I found an another plugin which was an another short code I inserted that like
<p><label>First name</label><input type="text"/></p>
<p><label>Captcha</label>[shortcode_for_captcha]</p>
<p><label></label><input type="submit"></p>
but instead of getting the captcha working it displayed [shortcode_for_captcha] as a simple text.
I apologize if the Question is to basic but I am PHP developer and a beginner in wordpress