Apr 26th, 2010, 6:02 AM
(This post was last modified: Apr 26th, 2010, 9:52 AM by levandesigns.)
I'm trying to add a new form to our list(actually for this site it will eventually replace the only other one in use). I've created numerous forms on numerous sites(including the one giving me errors) without a problem and I have no idea what may be causing this one.
Basically, at step 5, when clicking next, the blue box with "Your form has been completed depending on the number of fields..... etc" pops up for half a second, and then the box shrinks and turns pink as if there is an error, but never populates with any error message. The next page request seems to stop, and the ajax loader graphic just sits spinning.
I wish I could give more information on this, but like I said, the message box just turns pink, has no text in it, and sits unresponsively. If I exit the form setup the form still shows as incomplete on the main list.
Any insight on this would be greatly appreciated
EDIT: I figured out the problem, which was ridiculously simple. Just because there is no indication of exactly what is wrong, I just wanted to share: we installed formtools, then after the fact it was decided to use htaccess to force the www. on urls, the config file was setup as $g_root_url="http://example.com/formtools" and had to be changed to "http://www.example.com/formtools", not sure why the rest of the formtools script worked properly and it only caused a problem with this step, every other function we've used since this site went up has worked fine, except step 5 in adding a new form.
Hope that helps anyone who runs into an empty mystery red box on that step
Basically, at step 5, when clicking next, the blue box with "Your form has been completed depending on the number of fields..... etc" pops up for half a second, and then the box shrinks and turns pink as if there is an error, but never populates with any error message. The next page request seems to stop, and the ajax loader graphic just sits spinning.
I wish I could give more information on this, but like I said, the message box just turns pink, has no text in it, and sits unresponsively. If I exit the form setup the form still shows as incomplete on the main list.
Any insight on this would be greatly appreciated
EDIT: I figured out the problem, which was ridiculously simple. Just because there is no indication of exactly what is wrong, I just wanted to share: we installed formtools, then after the fact it was decided to use htaccess to force the www. on urls, the config file was setup as $g_root_url="http://example.com/formtools" and had to be changed to "http://www.example.com/formtools", not sure why the rest of the formtools script worked properly and it only caused a problem with this step, every other function we've used since this site went up has worked fine, except step 5 in adding a new form.
Hope that helps anyone who runs into an empty mystery red box on that step