Please give me idea how to create a registration form in titanium and pass fill up the registration data from that form to another form .
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Following is a sample code for registration. I have created an additional file ‘success.js’ in the resource folder, shows the second window. Please try the following code
Write these line in the app.js file
// Write the following lines in the success.js file
now complile the code and run. It worked with me. Try it