Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I can of course, but is that what's happening here? Surely someone does local development with the js api without needing ssl?
Sanford Whiteman We got it up on a dev environment, which does have SSL. It seems to work fine there, so I don't think it's going to help solve my localhost problem. It's going to make local development a pain.https://dev.addigy.com
Thanks Sanford Whiteman. Here's another clue that might help (Chrome didn't show this error but Safari does). The save2 request fails with a 400:SummaryURL: http://pages.addigy.com/index.php/leadCapture/save2URL: http://pages.addigy.com/index.php/leadCapture/save2Status: 400 Bad RequestSource: Netw...
Interesting, I commented out the whole form.onSuccess block and it still fails. Unfortunately I can't publish it for a few days because we have other stuff in the QA pipeline.
Yeah. I do get into the whenReady block, and if I step through I see that setValues and addHiddenFields all work as expected. Not sure if you saw the update, but using a brand new incognito window it works every time. Refreshing the page in that same window again makes it fail. A new non-incognito w...
UPDATE: This works when I start with a new Safari incognito window, but then when I try it again on the same window I get the same behavior described below.First off, I've looked at other similar questions here and have tried those suggestions without any luck. Some of those discussions are a couple...