Storing radio button selection
Hi Marko.
Please change this line of code:
pre
var InputValue = Apperyio("SelectionInput");
/pre
With following one:
pre
var InputValue = Apperyio("SelectionInput").val();
/pre
Regards.
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/
Hi Marko.
Please change this line of code:
pre
var InputValue = Apperyio("SelectionInput");
/pre
With following one:
pre
var InputValue = Apperyio("SelectionInput").val();
/pre
Regards.
Can I ask, what the difference is as to why the variable RadioButtonValue has "Appery" while the variable InputValue has "Apperyio"?
What is the difference?
Marko,
Currently there is no difference between Appery and Apperyio root interface.
But it's strongly recomended to use Apperyio.
Regards.