reldas
Jan 19 2006, 03:55 AM
| | i am making a website and i want to put a contact me thing on it so people can email me with problems question and suggestion but i dont no how to do this i have a hotmail account plz i really want this and also if anyone could help out with a guestbook thing that would be great
-----This is not a tutorial. Moved from [How-To's and Tutorials > HTML, XML and other Markup Languages] to [How to's and Tutorial Request Section]-----szupie |
Reply
twitch
Feb 14 2006, 09:38 AM
There are two ways. 1. Create a form using PHP or ASP to submit a message from the person to your email through the web page. 2. An easier way is to give them a link that brings up their e-mail client with your address in the Send To: bar. <a href="mailto:your.email.name@hotmail.com">Email Me</a> Then it would look like: Email MeYou can find pre-made Guestbook scripts everywhere. All you need to do is type into google "Free Guestbook Script" and then click on one of the links that provide it.
Reply
yordan
Feb 14 2006, 01:07 PM
QUOTE <a href="mailto:your.email.name@hotmail.com">Email Me</a> this is probably not the best way from privacy point of view, because then robots crawling the web will be able to read your email address and you will receive spam in your mailbox.
Reply
twitch
Feb 14 2006, 01:14 PM
Personally, I will only use a PHP form to broadcast the information. However, you could also try using google search to try and find pre-made open-source contact forms.
Reply
Similar Topics
Keywords : contact, form
- Design A Contact Form In Flex Part 1
(0)
Astahost Is Dead
Still trying to contact Admin (10) Dear AstaHost... I voted for you. Out of all the other candidates, I said "AstaHost is the
smartest. I'll put them in charge of my website. They hold lots of promise." But since then,
AstaHost, you've broken your election promise. Yes. Broken. Remember when you said...
QUOTE(QpaQue @ Jan 24 2005, 12:39 AM) Unlike our competitors, WE DO NOT :- 5> Take long
time to approve accounts. Well, I've been waiting for longer than a week now to get my
account activated. Unlike other members, I read the rulebook. I contributed to have 30 credits well....
Request Form Site Suspended
(4) the request form site is Suspended>.<....
Need Help With Form!
help? (8) Well, for my site i need a contact form and a few other forms. ive written all the html. I need the
php for it though, im not great at php and some help would be nice! no tutorials or anything
seem to work so im gathering im doing it wrong. Whoever wants to help, if u would like to, could
you also explain? Here ist the form so u no wot to use: CODE <form
action="contact_send.php" method="post"> <table width="510"
border="0"> <tr> <td width="50"> <font size="2"
face="verdana&....
Web Form Generator
(5) If you are a web developer that uses Php and MySql and want to create web forms for your Database in
an easy and fast way, well you can do it with this nice freeware, the only thing you need is to
register to the site, download the software and install it in your Pc. Web form generator generates
all the Php code that you need in seconds. More information at Web Form Generator Best regards,....
Problem With Form Elements
How to Add/Remove form elements created dynamically (3) Hi everybody, i have a problem with a form where i want to add or remove elements from it
dynamically, i'm working on an invoice form, like the following: CODE <form
name="a" > <table id="header_data"> <tr> <td
width="20%">Nro.</td><td ><input type="text"
size="20" value="val_1"></td> </tr> <tr> <td
width="20%">Date</td><td ><input type="text"
size="20" value="val_2"....
Vietnamese Members Needing Help With Hosting - Contact Me
for those from Vietnam (0) Hello! Everyone in this subforum seems to have posted questions rather than suggestions, I
suppose this is okay, right? There seems to be a rather large amount of poor English speakers from
Vietnam who do really weird erratic things around here. Rather than them simply being denied hosting
or have their topics ignored due to their poor level of English, I want to help them around. No, I
wouldn't actually use the forums, I would PM them. /smile.gif" style="vertical-align:middle"
emoid=":)" border="0" alt="smile.gif" /> Yes, I understand that this is an Engl....
Nice Form
(9) I like this form and would like to recommend to all of you. This form use css style and js to
control the effect of the form. It looks very cool. Anyone has any questions concerning how to
install it, pls contact me. It can be used with .php or .asp for dynamic feedback form too. It goes
with a .zip file including the following: - niceforms.html - niceforms-default.css - niceforms.js -
/images/ (folder) Good luck for your work. /biggrin.gif" style="vertical-align:middle" emoid=":D"
border="0" alt="biggrin.gif" /> NNTIEN ....
Question About An Email Form
(4) Hello fellow astahostians! I made an email form for my site, where I want customers to be able
to send me a file from their computer. There's a number of fields (name, email etc.) which are
processing through to my email just fine. I want to be able to receive their attachment, either as
an attachment to my email, or to FTP it to my server, whichever is more straight forward for me to
do. I have the form completed, and the field where they choose and select their file. Here's
what I "don't" quite get ... what type of instructions to I need in the PHP....
Quickly Create Form Variables
simple form, variable creation, referer check, safe guard variables (5) The reason I wanted to share this is I've seen so many people do this with their forms when
using PHP. CODE $username = $_POST['username']; $password =
sha1($_POST['password']); $another_var =
$_POST['another_var']; ... and so on, just imagine if you had a large
number of form inputs, do you really want to create each and every variable name? Why people do
this, is probably due to most of the examples I've seen on the web, that does not show an easier
and much quicker ....
Updating An Rss File Using A Php Form
(1) Hi, I'm currently making a site for my organization but I'm stuck on this one section where
I would have to make a PHP form in order for other members to post an item into my RSS file. So does
anyone know a PHP script I can use in order for me and other members to input a new RSS item into my
news RSS file?....
Storing Data Into Xml With A Php Form
Need Help! (2) Hi, I just learned how to read an xml file with PHP. The problem now is that I don't know how to
write onto it. I would like to read my news content and be able to add more to it when another story
comes up but I don't know how to write into the xml via PHP. All I know how to do is to edit the
XML file itself manually. Can anyone help me?....
Bug With Firefox
Unusual form-field focussing (4) Like most people, I too have to fill in many form-fields everyday on the Internet - login
fields, search boxes, and what not! I use Orkut, and I sign in to it about thrice everyday. Now,
I have a 128kbps ISDN connection, while I clear up my dues for the Broadband /wink.gif"
style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> (Boo!) and I've
noticed this- When I type my login ID in the respective field while the page is loading ,
the Password field automatically gets focussed when the pages completes loading ! ven ehrn I&....
What's Wrong With This Form?
(5) I just made this form in order to redirect me to the page selected by a user, but it doesn't
do that, it just reload the entire page: CODE <form name="broker"
action="?" method="get"> <select name"select"> <option
value="" selected>Select one below...</option> <option
value="http://www.msn.com">MSN</option> <option
value="http://www.yahoo.com">Yahoo</option> </select> <input
type ="submit" name=....
Need To Backup Contact List On My Moto Q
(2) I recently bought a Verizon Motorola Q. It runs Microsoft Mobile 5.0 for smartphones. If you are
looking in to buying one I can’t really recommend it. Its does all the wiz bang stuff like surf the
Internet and such but I have already found several bugs and in my option it run sluggish. My
problem is I need to backup my contacts list. I installed Active Sync (which is also a Microsoft
product) that came with the phone. While installing it said that I need Outlook before I could
access the contact list. Of course I don’t have Outlook installed because I check all my....
Form Prompt
(1) Anyone care to share how I can add a simple promt for asking the user: "Are You Sure You Want to do
This?" on submit..... 'show Remove Expired button if Mike is logged in If realtor("ID")=1 Then
Response.Write(" ") Response.Write(" ") Response.Write(" ") End If %> Something like onsubmit="Are
You Sure?"....
Advanced Form Question
Advanced Forms (0) Alright...this might be a little hard to understand, but I'll try to make it as easy as
possible. http://www.directamish.com/orderform.htm What you will see here is just a form that
has a javascript to do addition and subtraction and keeps a running total at the bottom of the page.
I want to keep this part of the form, but I want to add some things to it and I'm not sure how.
At the very top of the form, I want to have, say, Package 1, Package 2, Package 3 for example,
all three in radio buttons. Below that, I want to have a list of options, quite a fe....
Submiting Form Data To "file.php?action=login"
(7) I've seen it in some other software but I forget where I saw it and how it was done other than
this: In the HTML form: ... So, would that submit to blah.php?action=login? Thanks, F....
Virtuemart Question
Regarding VirtueMart enhanced user registration form (0) I have installed VirtueMart as a component in Mambo site few days ago. I want to see the VirtueMart
enhanced user registration form in the front-page. Now when I want to create a new account, I am
seeing the default Mambo user registratioin page instead. How to show VirtueMart enhanced user
registration form, any idea? Thanks in advance. ....
A Big Hug Form Down Under
About me (0) well what to say about myself.... I live in Australia I have my own Business (just started computing
solutions its brand spanking new) and I wanted to get a web page started but as many new business
owners will tell you its hard to start off as you are always short on $$, I like the idea
here its original and supportive so I think ill fit right in here. Well hope to talk to you all. ....
PHP Tutorial: Form Verification And Simple Validation
A One Page script for PHP form verification. (12) Having used various means of verifying HTML forms I believe that this method of verifying a form
to be the best mostly because it does everything on one page. It presents the form on one page and
then when the submit button is pressed, if all the required fields are not filled out then it will
present the form again with all the fields intact and in red lettering will point out the fields
that are required to be filled out in red. It is not possible to click submit using this method even
if the user has turned JavaScript off. While it is possible to use javascript to ....
Contact Form Script Trouble
(10) So, now when I completely moved to another hosting and transfered all databases and stuff, I still
have the LAST problem to fix. It's about the PHP contact form script So I explain.. I've
got a very simple contact form script which is composed of 3 different files: form.php - which
determines the layout and which I have to include into my contact page config.php - where I set
up the email adress where I want to receive the messages. sendmail.php - here's its code
CODE <? include "config.php"; if ($f_name <> "....
Need Help With Javascript Form Validation
(2) Hello, I'm wondering if someone can help me with Javascript. I have created a form and the page
in which the information submitted will be displayed (I will call these pages the form page and the
submit page for easier reference). I want to know how to verify if a form is filled out correctly in
the following manner: 1. Instead of placing the JavaScript form validation code on the form page, I
want to add it on the submit page. 2. If there is an error from the filling out the form (i.e. the
text field for "First Name:" was not entered), I want to display an error....
How To Move A Database Form Astahost To Trap17
how? (5) Hi all, I have now hosting space on trap17, cus I can't post enough here and my posts are not
very contributive, my only problem is that i have a MySQL database here at Astahost and I want it to
be on Trap17. Does anyone know how I can put it over? I tried to backup it on astahost and load it
on trap17, but then my phpbb2 plus forum wanted to redirect to astahost the whole time, why it
should redirect to Trap17 ofcourse.... Thx in advance..... Moody....
Creat A Cool Image In Photshop
Some tutorials form me =) (3) I have move it to how-to and tutorials section under subforum- photoshop... =) Sorry for the wrong
post......
Getting Form Information To Database Query
(7) I have a form written in html with the input box labeled: AttackBonus I have a query: SQL
$query = " Select * From i bf_farmlist Where ' % ".$AttackBonus." % ' >
= i bf_farmlist.Defense_Bonus Order By i bf_farmlist.Name Asc" ; I have no idea how to get
the form variable to the query, as the variable always changes. Here is the form:
http://army.klass-world.org/farm/index.htm ....
Creat Contact Page By Php
(0) 1. First, you creat 1 file contact.php with content: CODE <form method="post"
action="send.php"> <INPUT TYPE="TEXT" value="you@yoursite.com"
NAME="email" size=20> <br> <INPUT TYPE="TEXT" value="Tiêu
đề" NAME="subject" size=20> <br> <TEXTAREA
NAME="comments" value="Your Message Here" ROWS=5 COLS=20>Lời nhắn
của bạn</TEXTAREA> <br> <input type="submit"
name="submit" ....
Windows Firewall Blocks An Item Form Msn
can this be shut off (1) Someone is trying to send me a song with msn, but when i'm opening it windows says it can be
unsafe. And the song is being removed, how can i play this song....I don't want to put the
firewall of, but if that's nessecary, i will.....
My Account Suspended Whoom To Contact?
(6) Hello Mods and Admins please guide me That in case of suspension whoom to contact, I guess i have
enough credits to run .. maybe now its around 6 and never dropped under 3 .. And nor i have broken
any Tos.! The banner on site shows , Account Suspended please Contact Sales And billing
Department /sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /> ! I had
sent Mail to Sales@astahost.com but still No response /unsure.gif' border='0'
style='vertical-align:middle' alt='unsure.gif' /> So please let me know whoom to contact
/huh.gif' borde....
Code To Send An Email From A Form
(7) HTML form action =" http://www.bool.co.il/cgi-bin/bu.cgi?page=send2friend&id=8006 "
method=" post "> font face =" Arial "> input type =" text " name=" sender "> /font > the
sender: br > input type =" text " name=" sender_email "> sender's mail: br > font face
=" Arial (hebrew) "> input type =" text " name=" receiver "> /font > to: br > input
type =" text " name=" receiver_email "> email Of receives the announcement: br > font face ="
Arial (hebrew) "> input type =" text " name=" subject "> /font > the subject: br > i....
Looking for contact, form
|
|
Searching Video's for contact, form
|
advertisement
|
|