I want to put an contact form inside my website without installing scripts.
I hope there is someone who can show me a way.![]()
![]()
![]()
| SitePoint Sponsor |
I want to put an contact form inside my website without installing scripts.
I hope there is someone who can show me a way.![]()
![]()
![]()
When you say without installing scripts do you mean without using an out of the box type script, or without using scripting at all?
In that case your only option is to use:
<form action="mailto:you@email.com">
but this means revealing your email address to the world, and the emails you get won't be pretty. I suppose there are also probably sites out there that offer contact forms you can use on your website, but this would undoubtedly mean their branding close to the form.


If you don't have a PHP server, you may have better luck getting alternative ideas if you moved this thread to another forum.
How about using third party form processor?





If a server is not supporting any server side scripting, then it may mean that it's high time you start thinking about changing your host.
Else, many people will probably be ready to offer a contact form from their site, so long you are ready to have their logo somewhere in that contact form.
After a second thought, I remember that you were asking for a captcha earlier, and that would mean that probably you have php script in your server, may be you are mistaking.
put a iframe in ur page and host a php script on a free webhost.
Hmm ur right no smpt support
Not a bad solution after all.
There is also a free mailbox, which could be sent to using only simple form structure, which was good for Contact me solutions.
Here is the link to it.
http://mac-net.com/postbox/usage.htm
I don't know, if it is still usable.
Hope that helps!
Thank you for suggestions .So far I found freedback and this free <a href=" http://www.emailmeform.com ">php form</a> builder which unlike freedback does not show any advertising in the free plan! ;-)
Bookmarks