HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › Editable PDF not working with specialized name attributes › Reply To: Editable PDF not working with specialized name attributes
September 25, 2019 at 19:54
#33700
The issue is going to be fixed with today’s nightly build.
Please note: As names like “$Test” are invalid from HTML spec perspective, they are internally substituted with something like “invalid-name”. So even “$Test” and “$Test1” are different, internally they named identically and may cause unexpected radio button grouping in some contexts.