The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

making a register submit form thingy

3 posters

Go down

making a register submit form thingy Empty making a register submit form thingy

Post by tyhodge07 February 8th 2008, 3:41 am

i want to make a register submit form thing, where it has the places to fill in, like i need one that has one for email and than send, thats it. that a member can fill out with their email than send, than itll send to my email setup so i can use it as a new product registration for when new products come out i can send it to them all


and also, on gmail, i iwas wondering if anyone knows how i can embed pictures into the email? instead as an atachment
tyhodge07
tyhodge07
Forumember

Male Posts : 708
Reputation : 5
Language : english
Location : indiana

http://rcmodzone.all-up.com/

Back to top Go down

making a register submit form thingy Empty Re: making a register submit form thingy

Post by Buster February 8th 2008, 4:14 am

I checked the item you have at the bottom, did that work?

If not here is the basic setup you must be missing:
Code:
<form name="feedback" method="post"  action="mailto:you@site.com">
<!-- Form elements will go in here (This is what you already had)-->
</form>
Buster
Buster
Forumember

Male Posts : 547
Reputation : 6
Language : English
Location : Maine, the best

Back to top Go down

making a register submit form thingy Empty Re: making a register submit form thingy

Post by tyhodge07 February 8th 2008, 4:27 am

Buster wrote:I checked the item you have at the bottom, did that work?

If not here is the basic setup you must be missing:
Code:
<form name="feedback" method="post"  action="mailto:you@site.com">
<!-- Form elements will go in here (This is what you already had)-->
</form>

everything i was trying on my page didnt work, lol.. i need the whole script i guess with a mail to: in there so when they hit submit itll send to my email.
tyhodge07
tyhodge07
Forumember

Male Posts : 708
Reputation : 5
Language : english
Location : indiana

http://rcmodzone.all-up.com/

Back to top Go down

making a register submit form thingy Empty Re: making a register submit form thingy

Post by Luky February 8th 2008, 8:40 am

You could try this code:
Code:
<form name="input" action="mailto:you@site.com" method="get">

Type your first name:
<input type="text" name="First name" size="20">
<br>Type your last name:
<input type="text" name="LastName" size="20">
<br>
<input type="submit" value="Submit">

</form>

You can replace First name and Lastname with any text you want. Also replace you@site.com with your e-mail address.
Luky
Luky
Energetic

Male Posts : 6106
Reputation : 264
Language : Romanian, English
Location : Bucharest, Romania

Back to top Go down

making a register submit form thingy Empty Re: making a register submit form thingy

Post by tyhodge07 February 8th 2008, 9:25 am

i tried one like that, when i click submit it brings up microsoft outlook Sad
tyhodge07
tyhodge07
Forumember

Male Posts : 708
Reputation : 5
Language : english
Location : indiana

http://rcmodzone.all-up.com/

Back to top Go down

making a register submit form thingy Empty Re: making a register submit form thingy

Post by tyhodge07 February 12th 2008, 8:56 pm

anyone help?
tyhodge07
tyhodge07
Forumember

Male Posts : 708
Reputation : 5
Language : english
Location : indiana

http://rcmodzone.all-up.com/

Back to top Go down

making a register submit form thingy Empty Re: making a register submit form thingy

Post by tyhodge07 February 14th 2008, 6:15 pm

can anyone help?
tyhodge07
tyhodge07
Forumember

Male Posts : 708
Reputation : 5
Language : english
Location : indiana

http://rcmodzone.all-up.com/

Back to top Go down

making a register submit form thingy Empty Re: making a register submit form thingy

Post by tyhodge07 February 24th 2008, 7:59 am

anyone know how to do this, i need it to send members emails to my email addy or to a site or list it somewhere of the members or whoever's email that is entered when they submit so i know who and all to send the emails to.
tyhodge07
tyhodge07
Forumember

Male Posts : 708
Reputation : 5
Language : english
Location : indiana

http://rcmodzone.all-up.com/

Back to top Go down

Back to top

- Similar topics

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