When an external user enter an address on the form need to validate the address with usps

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 02:43 PM
How to validate the address with USPS while submitting the form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2024 09:59 AM
If its on a catalog item or record producer. You need a client script that does a GlideAjax call to a Script Include that makes a REST call to your USPS endpoint to return whether or not the address is valid, usually you can do this by adding a field message to that variable and then clearing the value to force them to re-enter it.
Hope that helps. Good luck 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2024 07:37 AM
Its a record producer. Can you help me out with the client and server side script