Hello, I am a newbie and I would like you to help me with a simple problem.
I want an item to be displayed by selecting a specific option from the dropdown.
export function formPago_change(event) {
let select = $w("#selectDiario").value;
$w('#Cuotas2').show()
}
Thanks