Jump to content

swipebox

Members
  • Posts

    5
  • Joined

  • Last visited

  • Days Won

    1

swipebox last won the day on July 14 2016

swipebox had the most liked content!

swipebox's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. We need to do this: 1. Collect data for first page with embedded Caspio datapage form. 2. When user moves to next page (or, in some cases, the next field on the form), we need authenticate, using the USPS Address Information, the data entered on the page or field just exited (while user is entering the next piece/set of data). --Check with external web service to authenticate the info (eg, make sure the entered address is a USPS deliverable address and put the address in proper USPS format) --Edit the Caspio record with the cleaned up data. Or--if the data doesn't validate (eg, a non-deliverable mail address)--create a "flag" so that when the entry pages are finished, we can go back to this page and get better data. 3. Etc. for each new "page" of data. So the question is: Is there a way to build a "trigger" into the Caspio DB that will access the USPS web service and run the authentication and data update automatically? Is this something we would use Caspio Web Service for? If not, what's the best way to do this (architecturally)?
  2. Is it possible to automatically assign a specific name to an image/file uploaded through a Datapage?
  3. When using a calendar, is there a way to block out every weekday except Monday's? And by "block out" I mean that one cannot select Tuesday, Wednesday, Thursday, Friday, Saturday or Sunday. They can literally only select a date corresponding to a Monday. Thank you. Also, I want wanting to use this custom Date Picker. Is this possible? <script type="text/javascript"> $(function() { $( "#datepicker" ).datepicker(); }); </script> <input type="text" id="datepicker" class="datepicker-input" style="width:180px;" />
  4. That link doesn't work. Can you please update the link as I need this information, too.
  5. This worked for me, too! Thank you. I'm a little stuck on what I'm trying to accomplish, however. I need one additional "else" statement (I think). Basically, if the value is "YES" then show text and/or hyperlink, but if value is "NO" show different text and/or hyperlink. Any help you could provide would be awesome!
×
×
  • Create New...