posted 13 years ago
the problem is with radio buttons on my PDF form and some hidden fields tied to it with javascript in PDF(acro javascript) eg .
radio buttons - name "bo" choices are -> BO_TRUST, BO_CORP,BO_PART
if use selects any radio button, javascript sets the value of some hidden field to 1(one hidden field for each choice ) and it
gets value either 0 or 1
This hiddenfields (all of them) are columns are Db and persist.
To modify form, and prepopulate with user-entered values, how do i reverse code this.
Reading hidden fields (any has value 1) ,then radiobutton to that is selected.?How to find radiobutton in Text with choice.