Search found 33 matches

Go to advanced search

by Chris Flowers6766842
Thu Jun 19, 2014 1:59 pm
Forum: Issues
Topic: Database columns not populating with information entered
Replies: 12
Views: 844
 
Jump to post

Database columns not populating with information entered

Nevermind! Sorted it! Had to map the userSessionToken

by Chris Flowers6766842
Thu Jun 19, 2014 1:50 pm
Forum: Issues
Topic: Database columns not populating with information entered
Replies: 12
Views: 844
 
Jump to post

Database columns not populating with information entered

Ok I went through it again and I'm nearly there. I created a new collection in my database titled 'Details'. I made three columns 'name', 'company' and 'email'. In my app I added a database service and chose from 'Details' collection the 'list' service. On it's response mapping page I mapped the ite...
by Chris Flowers6766842
Thu Jun 19, 2014 12:19 pm
Forum: Issues
Topic: Database columns not populating with information entered
Replies: 12
Views: 844
 
Jump to post

Database columns not populating with information entered

Hang on, this won't always work? This is fine if the user has JUST registered, as they will have entered information in those inputs, however some users will already be registered and won't enter information in those three components. For both instances, I need to get the data from the database for ...
by Chris Flowers6766842
Thu Jun 19, 2014 12:01 pm
Forum: Issues
Topic: Database columns not populating with information entered
Replies: 12
Views: 844
 
Jump to post

Database columns not populating with information entered

Hi Evgene Sorry, I'm still struggling with what I need to do exactly. On my signin page I've set local storage variables for input components 'Name', 'Company' and 'Email'. What I don't know how to do is call on those local storage variables to fill the same input components on another page. X, Y, Z...
by Chris Flowers6766842
Thu Jun 19, 2014 10:53 am
Forum: Issues
Topic: Database columns not populating with information entered
Replies: 12
Views: 844
 
Jump to post

Database columns not populating with information entered

Hi Evgene Thank you for that. Something so simple in the end! The database columns are populating correctly now. I'm still a little bit confused with part two of my problem. The links you provided seem to be queries for specific user. Basically, for the user who has just signed in or just registered...
by Chris Flowers6766842
Thu Jun 19, 2014 9:40 am
Forum: Issues
Topic: Database columns not populating with information entered
Replies: 12
Views: 844
 
Jump to post

Database columns not populating with information entered

Hello! My question is two part: 1) I have added a login/signup page to my app by following this guide: http://devcenter.appery.io/tutorials/... Using the predefined collection 'Users', I have it working for login and signup. The database is populated with 'username' and 'password' when a user signs ...
by Chris Flowers6766842
Mon Jun 16, 2014 7:29 pm
Forum: Issues
Topic: Help with using SendGrid to collate form data and email to specified address
Replies: 27
Views: 1738
 
Jump to post

Help with using SendGrid to collate form data and email to specified address

Nevermind! Sorted it!

I used this:

codelocalStorage.setItem("about", $('input[name=mobileradiogroup_90]:checked').val());/code

And it seemed to work :)

by Chris Flowers6766842
Mon Jun 16, 2014 6:33 pm
Forum: Issues
Topic: Help with using SendGrid to collate form data and email to specified address
Replies: 27
Views: 1738
 
Jump to post

Help with using SendGrid to collate form data and email to specified address

Hi Evgene Thanks for that. I'm getting closer now! Using the radio buttons limits my choice to one so that's that problem solved ;) However, having made the changes you suggested the resulting email now appears like this: code Project: Thameslink Details: Testing the new version of the app Action: I...
by Chris Flowers6766842
Thu Jun 12, 2014 8:50 pm
Forum: Issues
Topic: Help with using SendGrid to collate form data and email to specified address
Replies: 27
Views: 1738
 
Jump to post

Help with using SendGrid to collate form data and email to specified address

Hello Sorry I should have been clearer. The issue has changed slightly as I've redesigned aspects, but the problem is the same. I'm basically having a problem with the following components: mobilecheckboxgroup_31 mobilecheckboxgroup_49 I say problem, it's more that I don't know how to achieve what I...

Go to advanced search