Please give me step by step procedures or JS code to meet this target!
Thank you
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Please give me step by step procedures or JS code to meet this target!
Thank you
Hello!
I am sorry, but custom app logic and custom JS are outside the scope of our support http://devcenter.appery.io/support-po...
Please clarify what have you tried and what exactly doesn't work so we can help.
I need when Sign In button clicked, then it will check the Remember Password Checkbox Value, if its checked, then it will remember the password and account by storing in the variables.
But unfortunately, Im not sure about how to check the value of Checkbox.
Hope these links helps
https://getsatisfaction.com/apperyio/...
https://getsatisfaction.com/apperyio/...
Any other examples?
Sorry, still don't get it
Hello Mark,
Could you please detail what do you have now and what exactly doesn't work?
Sorry I mean I don't know what is the code for checking the value of Checkbox and when the button clicked, do this action when Checkbox is checked
Mark,
1.The code for checking the value of Checkbox you can find here http://devcenter.appery.io/documentat...
When Checkbox clicked: Call JS
var check = Apperyio("RememberPW").find('input[type="checkbox"]').val();
alert (check.val());
Sorry, why the alert is not appearing?