Change select radio from control form

Hi,

  • I created a Control Form
  • Add a select field (radio type) with 4 value (from manual lookup)

Now I want to select a value on page load.

In Onload, I add this line : {MyField} = “2”;

But, no value is selected

Do you have an idea ?

Thanks

Try:

{MyField} == 2;

Thanks, but it didn’t work.
I will change approach and try to build this special form with a normal form.