Hi, i have a CONTROL APP with a field type checkbox (Values Y and N), i created a button type javascript i need in this button to assign to a variable the value of the field.
I am doing it this way:
var v_acepta = $(‘sc_dan_acpto’).value;
But I getting the value: UNDEFINED
How can i get the value?