error radio field

error radio field

Hello , about a week you can not handle Loading form values to be assigned to the radio field .

example :

Form TEST

Field:
RadioField - possible values :

             test1 (initial value)
             test2


NumberField - initial value = 0

in load TEST form


  1. if input.NumberField = 1
    {
         input.RadioField = " test2 " ;
    }
    alert input.RadioField ;



Using the link " #Form :TEST ? NumberField= 1 " , the form is loaded correctly and the alert message is " test2 ", but then the RadioField value  is null .

Why?

It happens in every form with these settings .


Greetings.

David