I check code for the above in Firefox by doing Crt+u it source code, which for text area is :- <textarea class="attribsTextarea" name="id[txt_7]" rows="6" cols="40" onkeydown="characterCount(this.form['id[txt_7]'],this.form.remainingtxt_7,500);" onkeyup="characterCount(this.form['id[txt_7]'],this.form.remainingtxt_7,500);" id="attrib-7-0" ></textarea>
So it name is id[txt_7]
And for Radio button name is name="id[3]".
For file upload name are, <input type="file" name="id[txt_4]" id="attrib-4-0" />
But all these are not working fine. Means not passing value ,
Please if any one know about the exact name of all these name.
Thanks




