Page 1 of 1

Add Form to Page Error

Posted: 26 Feb 2014
by bburke
When adding a form to a page, http://www.youtube.com/watch?v=-Lj0dMB-Cww I encountered an error after attempting to save the form with a correlation ID of 000-00-0000000. I found no information in the logs against the ID.

The error was corrected when I found that the URL of the redirect when submitting had a space (resulting in %20 being in the URL). The culprit is the '%' character causing the error.

Removing the space, and the % character solved the issue. -bill

Re: Add Form to Page Error

Posted: 26 Feb 2014
by Dmitry Kozlov
Hello Bill,

Thank you for the detailed description of the issue and the solution.