I am a relative novice to BetterForms … and I am stumped. I just migrated my working dev app to production. Earlier today all of this was working before I started moving domains around.
My dev app had my custom domain ‘xxyyzz’ on it. I deleted it from dev and added it to production.
Now BOTH the Dev & Prod Apps load the proper header image and then just spin.
Helper file says (for both Apps) in
scriptName:Hooks - Developer - Transmitter- CONFIGURE HERE:
There was an error dispatching to the business file from the helperfile error: 0
Possible Causes
- Incorrect /broken External data source
- Incorrect credentials in the business file (are data api / xml privs enabled?)
I re-entered credentials in both dev & production and made sure XML and Data API are selected … even gave the BetterForms user full privileges for few minutes and still get the same error.
I revisited Hooks - Developer - Transmitter- CONFIGURE HERE in the Helper file
and it looks good:
If [ False ]|
# To add another file duplicate and enable the next few lines
Else If [ $domain = "xxyyzz.clientportal.cloud" ]
Perform Script | Specified: From list ; "Betterforms - App - Receiver and Dispatch - app" from file: "survey"; Parameter: $payload ]
Else If [ $domain = "survey.xxyyzz" ]
Perform Script [ Specified: From list ; "Betterforms - App - Receiver and Dispatch - app" from file: "survey" ; Parameter: $payload ]
Else If [ $domain = "dev-survey.xxyyzz" ]
Perform Script [ Specified: From list ; "Betterforms - App - Receiver and Dispatch - app" from file: "survey"; Parameter: $payload ]
Any thoughts?