Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hello, I need some help. I am creating a website for a paragliding club. I am not a programmer, but I have already created a few simple private websites with Rocket. I have added a few fields to the contact form (antispam extension components). Rocket 6.4 If the form is used on a page that already has content (text, images), it does not work. After submitting, the website displays ‘file not found’. The form works on an empty page without any other containers with text or images. I can't find the error. Thank you for any advice. https://fly-msp.de/tandem.php Best regards, Wolfgang Translated with DeepL.com (free version) |
||||
|
Difficult to say what the problem is without seeing it - you could send me .rcd file and I'll hve a look. See on this website support -> contact, there is also an email address printed there. |
||||
|
Problem solved thanks to Niko's help. The page name with the form must be lowercase for my server. It works. |
||||
|
We are having the same problem. Pages created, its converted the page to a php page from html. when we submit the form it takes us to a page which states - File not found It may have been moved, edited, or deleted. ERR_FILE_NOT_FOUND This occurs on a blank website and websites with containers. we changed the names of the pages to lowercase but I think I've misinterpret that? We just want a simple contact us form that sends to an email Could it be because its not hosted? |
||||
|
Yes - that happens when it's running from your disk - submitting only works when run from a webserver because it cannot send email without a server. |
||||
|
|