I made a form that submits to the database, emails, and then downloads a file. everything works (data is in the database, email is sent, file downloads) except at the end the page with the form just hangs with a spinning wheel. I tried redirect after download but it doesnt work. (I think the download action needs to be last). I tried the form without the download and no spinning wheel... help!! what did I not do correctly?
Forums
After submit and download- page hangs in CF6
Press F12 and look at the console to see if there are any errors
this is what the console returns when I hit submit.
TypeError: All region codes must be strings. mozIntl.js:211:15
OpenGL compositor Initialized Succesfully.
Version: 2.1 ATI-1.66.31
Vendor: ATI Technologies Inc.
Renderer: AMD Radeon R9 M395X OpenGL Engine
FBO Texture Target: TEXTURE_2D
moz-extension://77726d07-a0a7-a449-8f48-900157c80d4b/background.html: chrome tabs query did not return a result while changing window focus
Log.js:3:3828
moz-extension://77726d07-a0a7-a449-8f48-900157c80d4b/background.html: chrome tabs query did not return a result while changing window focus
Log.js:3:3828
TypeError: Argument 1 of PrecompiledScript.executeInGlobal is not an object. ExtensionContent.jsm:489:18
TypeError: All region codes must be strings. mozIntl.js:211:15
OpenGL compositor Initialized Succesfully.
Version: 2.1 ATI-1.66.31
Vendor: ATI Technologies Inc.
Renderer: AMD Radeon R9 M395X OpenGL Engine
FBO Texture Target: TEXTURE_2D
moz-extension://77726d07-a0a7-a449-8f48-900157c80d4b/background.html: chrome tabs query did not return a result while changing window focus
Log.js:3:3828
moz-extension://77726d07-a0a7-a449-8f48-900157c80d4b/background.html: chrome tabs query did not return a result while changing window focus
Log.js:3:3828
TypeError: Argument 1 of PrecompiledScript.executeInGlobal is not an object. ExtensionContent.jsm:489:18
is there any more information I can supply that would help to figure this out?
here is a SS of my setup for the form[file=11135]form-setup.jpg[/file]
Hi, I have your same problem 😑
Did you solve it in any way?
Did you solve it in any way?
Post a form backup
This topic is locked and no more replies can be posted.