Hi,
I have implemented HTML2PDF in my website and it is working fine except for HTML radio button.
I am not able to display checked radio button in PDF (unchecked radio button appears in PDF) although if i directly display the HTML form, i am able to see selected radio button.
I am using radio button like:
<input type="radio" value="Yes" name="question1" checked='checked' />
Is there anything wrong?
Please help me.....