Issue with Contact Form and Captcha

Issues related to forms.
Post Reply
slymudbug
 
 
Posts: 19
Joined: Tue Aug 26, 2025 11:16 am

Issue with Contact Form and Captcha

Post by slymudbug »

Hello

My client requested a contact form, but the page is showing an error at the top of the page. Here is a link: http://www.qliteradio.com/contact_us.html

It's showing code text at the top of the screen above the header. I did have a captcha in the form as well, but it's code was showing as well and saying that it couldn't pull the information for it. Changing it to .php only shows that there is an error in the syntax and none of the webpage actually displays anything aside from the error message.

Do I need to redo the form? I used the form wizard since it's difficult for me to build one, but if I need to I will try to do that.
User avatar
BaconFries
 
 
Posts: 6047
Joined: Thu Aug 16, 2007 7:32 pm

Re: Issue with Contact Form and Captcha

Post by BaconFries »

The code text at the top is actually the php script of the form. It indicates that the page extension is incorrect it should be .php and not .html
Correct
http://www.qliteradio.com/contact_us.php
Incorrect
http://www.qliteradio.com/contact_us.html

Same question as of your other post
What does the error log say? and what version of php is your server running?
User avatar
Pablo
 
Posts: 23766
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Issue with Contact Form and Captcha

Post by Pablo »

To be able yo help you, I need to know your exact settings.

Because the software has thousands of option and millions of possible combinations.

Image
Post Reply