Search found 154 matches

Go to advanced search

by TonyS
Mon Jul 27, 2015 1:16 pm
Forum: Issues
Topic: Paypal wont authorize
Replies: 12
Views: 1325
 
Jump to post

Paypal wont authorize

Yep, to the letter Alena, I had some help from another user who also had the same "tunnel" issue, he resolved it by checking the "old" checkbox thingy, didn't work for me:)

For now I'm not bothering with Paypal until it works a little better.

by TonyS
Mon Jul 27, 2015 1:14 pm
Forum: Issues
Topic: Make the background of a checkbox transparent?
Replies: 2
Views: 398
 
Jump to post

Make the background of a checkbox transparent?

Done the usual stuff, but nothing works anyone done this?

by TonyS
Thu Jul 23, 2015 2:32 pm
Forum: Issues
Topic: Mapping maddness
Replies: 3
Views: 554
 
Jump to post

Mapping maddness

Okay here's my simple flow of how it works. Getting the record details is one service. In the Before Send event you map the locally stored id to the service request . Then in the Success event you map your input boxes to the fields in service request. Updating the record is another service. Map the ...
by TonyS
Thu Jul 23, 2015 1:35 pm
Forum: Issues
Topic: Mapping maddness
Replies: 3
Views: 554
 
Jump to post

Mapping maddness

OK details...

Before send event

  • local_storage - id is mapped to - service request - id

  • page - first_name is mapped to - service request - first_name

    User changes their first name and evokes service.

by TonyS
Thu Jul 23, 2015 1:09 pm
Forum: Issues
Topic: Mapping maddness
Replies: 3
Views: 554
 
Jump to post

Mapping maddness

This should be simple and for most of you it probably is:) I want to update a record. I'm using the update service Appery creates. This is how I would expect it to work... In the before send event I would map the fields in my form to the service request based on the locally stored id. This is then a...
by TonyS
Thu Jul 23, 2015 7:52 am
Forum: Issues
Topic: fixing the footer across pages
Replies: 7
Views: 1070
 
Jump to post

fixing the footer across pages

Thanks for that Yurii:)

by TonyS
Mon Jul 20, 2015 8:38 am
Forum: Issues
Topic: A number field mapped to a textbox on a page shows NAN
Replies: 0
Views: 511
 
Jump to post

A number field mapped to a textbox on a page shows NAN

No script converting the source data just straight from the database so why does it show NaN?

by TonyS
Sun Jul 19, 2015 7:31 pm
Forum: Issues
Topic: Run remote php
Replies: 11
Views: 1398
 
Jump to post

Run remote php

Had issues with how variables were interpreted in the php script so I changed the code to $.ajax({ url: " http://services/php.file ", type: "get", data:{"ref":''+ref+''}, success: function(response) { //Do Something }, error: function(xhr) { //Do Something to handle err...
by TonyS
Sun Jul 19, 2015 3:41 pm
Forum: Issues
Topic: fixing the footer across pages
Replies: 7
Views: 1070
 
Jump to post

fixing the footer across pages

Just trying to make it so that there is no visible change in the header or footer as the user navigates from page to page. I'm testing on the previewer on my phone.

by TonyS
Sun Jul 19, 2015 11:17 am
Forum: Issues
Topic: fixing the footer across pages
Replies: 7
Views: 1070
 
Jump to post

fixing the footer across pages

The header moves too. It's just the area between the header and footer I want to slide?

Go to advanced search