Search found 6 matches

Go to advanced search

by aman
Wed Jul 31, 2013 2:18 pm
Forum: Issues
Topic: Save form data to xml
Replies: 10
Views: 401
 
Jump to post

Save form data to xml

Ok, fantastic. Thank you so much for your help!

by aman
Wed Jul 31, 2013 1:16 pm
Forum: Issues
Topic: Save form data to xml
Replies: 10
Views: 401
 
Jump to post

Save form data to xml

ah right i think i get it. but how does the javascript know if a box has been ticked or not? or does it? I don't mind building it so it checks every box, could i not do a if statement to check if value is true then store data?

by aman
Wed Jul 31, 2013 1:03 pm
Forum: Issues
Topic: Save form data to xml
Replies: 10
Views: 401
 
Jump to post

Save form data to xml

So for example i've got two inputs, one called "mobilecheckbox_508" and "mobilecheckbox_509" would it be like this? $('#startScreen_mobilecontainer1 [name="mobilebutton_528"]').die().live({ click: function() { var xmlStr = ''; xmlStr = xmlStr + "" + Appery(&qu...
by aman
Wed Jul 31, 2013 12:33 pm
Forum: Issues
Topic: Save form data to xml
Replies: 10
Views: 401
 
Jump to post

Save form data to xml

Hi Marina! Thanks for that. so do I add that to the existing code? Also I've found the code that the button uses to save the data however how do i make it so that it can save all the data instead of just one particular element. $('#startScreen_mobilecontainer1 [name="mobilebutton_528"]').d...
by aman
Wed Jul 31, 2013 9:50 am
Forum: Issues
Topic: Save form data to xml
Replies: 10
Views: 401
 
Jump to post

Save form data to xml

http://docs.appery.io/tutorials/build...

using that particular tutorial i've managed to use the button to save one item, is there any way to get it to read all of the sections and record the values. also does this save as a .csv or .xml?

by aman
Tue Jul 30, 2013 2:39 pm
Forum: Issues
Topic: Save form data to xml
Replies: 10
Views: 401
 
Jump to post

Save form data to xml

Hi, I'm new to this game so please don't flame me! I have created a simple questionnaire app using your wonderful service (it really is a dream!) however I'm stuck on the coding aspect. I want to save all the data that has been input on my form as a .csv or .xml file to the app and then have a butto...

Go to advanced search