$w.onReady(function () { $w("#textInput1").onInput(() => { if ($w("#textInput1").value.length > 0) { $w("#myButton").enable(); } else { $w("#myButton").disable(); } }); });
top of page
!
Widget Didn’t Load
Check your internet and refresh this page.
If that doesn’t work, contact us.
bottom of page