Web service response not mapping to local variables
I know my web service is returning values, but they are either not being mapped to the local variables for use in page 2 or the local variables are lost when moving to page 2. Please help.
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/
I know my web service is returning values, but they are either not being mapped to the local variables for use in page 2 or the local variables are lost when moving to page 2. Please help.
Hello! Are there any errors in console? Could you show us mapping screenshot?
Yes, it was a CORS issue, I used your proxy and now everything works, sorry for the inconvenience.
Buddy
No worries:)
I do have another question (see image)
do I need to make the labels "display: inline" to them make them flow? There is some static text and some dynamic text, but I'd like to make it look like a sentence.
The T&C collapsible, I have the property collapse=true but it still renders opened, not as it is shown. Any help is appreciated!
You can use display: inline for Labels
Could you what do you mean on T&C collapsible and what is the problem there?
The terms and conditions collapsible element is in the open position when the page is rendered, I'd like it closed.
To close Collapsible use JS:
code$("[data-collapsed=false]").trigger( "collapse" );/code
Thanks, everything worked perfectly.
Last thing (I hope), I know in HTML5 we can set a text box as an email and I think telephone number. How do I do that in your app?
oh, and how do I make this production?
Thanks
Hello! There is no way to change it for now - you can use just Text or Password types. More types will be added soon, so you can select them in editor.
Sorry, what do you mean on "how do I make this production"? Are you going to publish your app on Google market or App store?