Iframe src will not load a .php form -


i wanted include contact form website got easy use form here: http://www.html-form-guide.com/contact-form/simple-php-contact-form.html (the middle one)

i followed instructions , uploaded 'contact' folder (containing contactform.php) root of website.

i chose page on site wanted contact form appear , inserted following:

<iframe src="http://[my site].com/contact/contactform.php" frameborder='0' width='100%' height="600' allowtransparency='true'></iframe> 

now when go page on site expect see form error '404 file or directory not found'.

everything else on page ok form not appear, what's wrong??

i followed instructions , uploaded 'contact' folder root of website.

urls case-sensitive. instead of

http://[my site].com/contact/contactform.php

you should use

http://[my site].com/contact/contactform.php

Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -