Tell a Friend

intruth's picture

They have: 61 posts

Joined: Dec 2005

tell a friend does any one have an easy copy and paste code for this.

Then after they send email to friend they get redirected to a thank you page of which has a link back to your main or home page...

I am looking for more of a form tell a friend that could send up to 8 emails at a time...

Busy's picture

He has: 6,151 posts

Joined: May 2001

You need to stat what requirements you have, ie PHP, ASP etc.
This can be done in Javascript but I recommend you avoid it as the email address is usually hard coded into the page and will get sucked up by email bots then you get spammed.

You could always make one yourself, using PHP there are several functions, like mail() and is just run off a normal html form. Depending how your site is set up, if is run from a database then you can place the person name on the page already so as it's from them and not you (helps to avoid your site getting blacklisted for spam, and cuts back on bounce backs), 8 input boxs but you must validate the input. There are a lot of free scripts out there that don't validate anything which leaves you wide open for sql injections (spammers use your forms to spam) and you get the blame and sometimes punished.

intruth's picture

They have: 61 posts

Joined: Dec 2005

WOW thanks for the PHP info... I was looking for cgi or something like form mail.. or just going with free online toll place ... I like the more you learn the more freedom you have... I founf the perfict tell a friend php code. http://www.a1st.us/tell_a_friend.php

What I like about it is it sends url to friend of website it is taken from....

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.