I have a TinyMCE editor script in my form which allows users to add html tags to their message (kind of like this post).
When I receive the email (and in the autoresponder email) though, the html...
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
Type: Posts; User: kyle
I have a TinyMCE editor script in my form which allows users to add html tags to their message (kind of like this post).
When I receive the email (and in the autoresponder email) though, the html...
Thank You!
That did it.
I was using reCaptcha and reverse captcha on my form and everything was working fine. I really don't like reCaptcha, so I decided to try to implement the verifyimg.php instead, and I can't get it to...
I have set up CAPTCHA, put an HTML template for autorespond in my templates directory, and put the following field into my form.
<input type="hidden" name="autorespond"...
when I fill in all the required fields, I should be taken to the thankyou page. However, I get taken to the error page, with no errors on it, with a link back to the form. When I click that link it...
I found a solution:
instead of using include, I'm using require. No sure why that should make the difference, but hey, it works.
require("./includes/footer.html")
Thanks again for all your...
Thanks for the help.
Yes, I have already done that. It doesn't work. It gives me an error:
...URL file-access is disabled in the server configuration...
here it is:
-----------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html...
Yes. (Of course what you're seeing is missing the css and images because it's inside the includes folder).
I am using quotation marks. The full url doesn't work - I get an error that urls are not allowed on this server.
For example:
/previewPurple/includes/footer.html
The css file doesn't mind the link rel to the root, but the includes do.
The server path was just an experiment when the other two didn't work. (shoulda said I changed the file, sorry).
The include files are definitely there. It's weird.
When I include the files...
actually the first error is this:
URL file-access is disabled in the server configuration
This is what happens when I use full urls:
http://www.mercercountyrealtors.com/previewPurple/contact.php
I get ...failed to open stream: no suitable wrapper could be found...
If it's of any use, here is the url:
http://mercercountyrealtors.com/previewPurple/contact.php
When I click the $return_link on my error page, it takes me back to my contact form (like it's supposed to), but my php inlcudes and image links no longer work.
?
I'm sorry, I had another _ in the wrong place. It's from all that copying and pasting ;)
Thanks a million, it's working.
Now on to the next issue...
I made all the changes you suggested, and I'm still being brought to this page:
http://www.mercercountyrealtors.com/previewPurple/fmbadhandler/$return_link
which, is "not found"
oops, that _ was not where I thought it was. I fixed it.
But I'm still getting the same error as above.
I've gotten rid of the TEMPLATEDIR setting. I'm getting this error:
fopen(http://www.mercercountyrealtors.com/previewPurple/templates/template.php/template.html
But I don't have a template.html...
I have a <a href="$return_link">Return</a> on my error page wich I am using in conjunction with fmbadhandler.php.
When I click the link, it sends me to a page not found.
...