RollingStickers
Joined: 04 Aug 2015 Posts: 1
|
Posted: Wed Aug 12, 2015 2:38 am Post subject: Access Denied Problem on Ebay SOLUTION! |
|
|
I'd been having problems with this for a long time when you submit the form located on an ebay page, then you get the access denied page come up.
I have located an extra space in the beginning of the code which just needs deleting.
<!-- Begin myContactForm.com Form HTML -->
<form name="contactForm" id="contactForm" method="post" action="http://www.mycontactform.com/sendform/sendform.php"
You will find there is an extra space between (method="post") and (action=)
Delete the extra space and you're away! |
|