WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Text field - Direct send to email Empty Text field - Direct send to email Sat Apr 03, 2010 11:55 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
Hello again.

Does anybody know how I can make a Text field, were users can write something and then when they click on a "Send" button, they will send me a mail with what they have write in the field?

I can't self get it working, because when I do it, and someone press "Send", there pops a window up from my computer, with windows live mail, and I should write it again (and users can se my emial adress). It's not like that i wan't it. (:

~Unknown Data



Last edited by Unknown Data on Sun Apr 04, 2010 4:38 pm; edited 1 time in total

http://woops.dk

2Text field - Direct send to email Empty Re: Text field - Direct send to email Sun Apr 04, 2010 12:59 am

Sanket

Sanket
Administrator
Administrator
I doubt if thats possible.

http://www.webartzforum.com

3Text field - Direct send to email Empty Re: Text field - Direct send to email Sun Apr 04, 2010 1:48 am

Krazy


Registered Member
Registered Member
Like a mailto form? Where like on the ForuMotion forums contact form thing? Something like that, but it doesn't reveal your email?

4Text field - Direct send to email Empty Re: Text field - Direct send to email Sun Apr 04, 2010 4:16 am

pimentel2


"Suggest a Contest" Contest Winner
Text field - Direct send to email Winner11
Hello Unknown Data! Yes, it is possible, you can create one here: http://www.emailmeform.com/

Hope it helps!

Edit: Oh wait didn't view the part about the email, if you have gmail you can use an alternate email to email them back while still using Gmail.

5Text field - Direct send to email Empty Re: Text field - Direct send to email Sun Apr 04, 2010 9:04 am

ankillien

ankillien
Administrator
Administrator
You can use this code...

Code:
<form action="mailto:you@yourhost.com" method="post">

Your Name:<br>
<input type="text" size="20" name="VisitorName"><br><br>

Your Comment:<br>
<textarea name="VisitorComment" rows="4" cols="20">
</textarea><br><br>

<input type="submit" value="Send Email">

</form>

Alternatively, you can do it with PHP program, if you have PHP enabled server.

6Text field - Direct send to email Empty Re: Text field - Direct send to email Sun Apr 04, 2010 9:40 am

Krazy


Registered Member
Registered Member
Thanks Ankillien, That was the code I was looking for so I could give it to him. Wink

7Text field - Direct send to email Empty Re: Text field - Direct send to email Sun Apr 04, 2010 3:38 pm

Sanket

Sanket
Administrator
Administrator
Ani, that code will just open up the outlook thing??

He wants it in the profile text field i guess, which is not really possible in my opinion.

http://www.webartzforum.com

8Text field - Direct send to email Empty Re: Text field - Direct send to email Sun Apr 04, 2010 4:28 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
Thanks everybody for your try. But none of it worked.
I have in mined that is were PHP drived, but I can't use PHP on forumotion server, unfortually. And now I just want it confirmed.

And again, thanks for everyones try. (:

EDIT: I just tried pimentel2's suggestion, and that's was what I were looking for, THANKS!

Promblem = Solved

http://woops.dk

9Text field - Direct send to email Empty Re: Text field - Direct send to email Sun Apr 04, 2010 8:53 pm

ankillien

ankillien
Administrator
Administrator
Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum