Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi guys,
Can anyone help me why iam running into this error on submission of the form?
I have few more forms which are working fine, but don't know why this is giving error
I have observed that form is working as expected when it is running with local host whereas when host name is provided it is throwing 403 error
By observing the requests in firebug of mozilla, i found that the 403 forbidden error is caused when it is getting 'defaultform.css'
As in my previous post related to css altered when hostname provided , the defaultform.css is not fetched .
Please suggest something that makes it work
Umbraco version- 4.0
contour-1.1.3
Comment author was deleted
Hi,
And are other .css files loaded correctly? Have you checked the permissions on the css file?
Cheers,Tim
Hi Tim,
yes ! all other css files which we are referening are loading correctly.Only we are facing the problem with defaultform.css of the contour(/umbraco/plugins/umbracocontour/css).
Well then check the permissions settings on that file. Or you coudl also disable the css being added (it's a setting on the form)
What settings i need to provide for the file?
I observed in Firebug of mozill that the reponse of the POST action on form is giving following error
Failed to load source for:
Problem solved.This is a misleading error .The actual error is traced from umbracoLog table
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
403 error while submitting the contour form
Hi guys,
Can anyone help me why iam running into this error on submission of the form?
I have few more forms which are working fine, but don't know why this is giving error
Hi guys,
Can anyone help me why iam running into this error on submission of the form?
I have observed that form is working as expected when it is running with local host whereas when host name is provided it is throwing 403 error
By observing the requests in firebug of mozilla, i found that the 403 forbidden error is caused when it is getting 'defaultform.css'
As in my previous post related to css altered when hostname provided , the defaultform.css is not fetched .
Please suggest something that makes it work
Umbraco version- 4.0
contour-1.1.3
Comment author was deleted
Hi,
And are other .css files loaded correctly? Have you checked the permissions on the css file?
Cheers,
Tim
Hi Tim,
yes ! all other css files which we are referening are loading correctly.Only we are facing the problem with defaultform.css of the contour(/umbraco/plugins/umbracocontour/css).
Comment author was deleted
Well then check the permissions settings on that file. Or you coudl also disable the css being added (it's a setting on the form)
What settings i need to provide for the file?
I observed in Firebug of mozill that the reponse of the POST action on form is giving following error
Problem solved.This is a misleading error .The actual error is traced from umbracoLog table
is working on a reply...