Drop down list
Posted: Tue Jun 30, 2015 2:00 am
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 kate,
You can use if statement here or select statement, the example below is if statement:
code
//this is just a hint:
if(dropdown == 'account'){
navigateTo ('AccountPage');
}else{
navigateTo ('EmailPage');
}
/code
GoodLuck,
She
thanks for the help:)