I have a bunch of forms that were working fine, and then I upgraded to 1.1.4 and now some of them aren't working properly.
When I hit the save button, I get the "Failed to Save" form dialog. However, nothing is logged in the Umbraco errors table, and nothing is logged in the windows event log.
I've tried upping the JSON max length, and that doesn't seem to have helped. Some of the forms have prevalue lists, some don't, and some of the other forms that have prevalues work ok, but the majority are broken.
In Firebug, the save action executes ok, and just returns the following JSON: {"d": false}
I'm really struggling to track this one down, as nothing is being logged anywhere. Can anyone give me any pointers?
Can't edit my post, so as an update, rolling back to 1.1.3 makes all the affected forms work ok again, so it looks like there might be an issue in 1.1.4.......
I spoke too soon, it looks like its still doing the same thing still. I've tried accessing the back office from machines that have never been on the site before, and they're showing the failed to save form error too.
Looks like this is caused by having a redirect set for the thankyou. @Ismail, do your forms have a separate thank you page, or are they just using the message field?
Failed to Save Form
I have a bunch of forms that were working fine, and then I upgraded to 1.1.4 and now some of them aren't working properly.
When I hit the save button, I get the "Failed to Save" form dialog. However, nothing is logged in the Umbraco errors table, and nothing is logged in the windows event log.
I've tried upping the JSON max length, and that doesn't seem to have helped. Some of the forms have prevalue lists, some don't, and some of the other forms that have prevalues work ok, but the majority are broken.
In Firebug, the save action executes ok, and just returns the following JSON: {"d": false}
I'm really struggling to track this one down, as nothing is being logged anywhere. Can anyone give me any pointers?
Can't edit my post, so as an update, rolling back to 1.1.3 makes all the affected forms work ok again, so it looks like there might be an issue in 1.1.4.......
Comment author was deleted
@Tim, if you updated to 1.1.4 make sure to clear your browser cache to make sure the js files aren't cached.
Comment author was deleted
Because you might be running 1.1.4 with 1.1.3 js files
Hi Tim!
Wierd, I'd cleared the cache previously and it didn't work, but after I reset the website in IIS it did, it must have been caching the files in IIS.
:)
Is there an easy way to tell if the js file is the 1.1.3 one rather than the 1.1.4 one?
I spoke too soon, it looks like its still doing the same thing still. I've tried accessing the back office from machines that have never been on the site before, and they're showing the failed to save form error too.
Comment author was deleted
Just tried a clean install and it works, could you try seeing with firebug what the response from the save webservice call is?
Sure, the response is:
Tim,
i just started getting this again on working site but i copied over the latest nightly again and its started wroking again.
Regards
Ismail
Looks like this is caused by having a redirect set for the thankyou. @Ismail, do your forms have a separate thank you page, or are they just using the message field?
Tim,
The form has redirect.
Regards
Ismail
How can I save dupicate login name in cms Member table.
is working on a reply...