Home / Components / User Interface / Contact form 2 /
Contact form 2
41 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]
> View graphic table with full license features
$4.00
Product ID:F0700141
Please install flash first.
*Form validation methods included
*Fully customizable
*Can be published as player 6, 7, 8 upwards
$4.00
License:
Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.
| Usage Terms: | Personal | Commercial | Multiple |
|---|---|---|---|
| Use in ONE SINGLE NON-COMMERCIAL project | |||
| Unlimited use in the same project | |||
| Use in ONE SINGLE COMMERCIAL project | |||
| For your client's ONE SINGLE COMMERCIAL project | |||
| MULTIPLE COMMERCIAL projects | |||
| For your client's MULTIPLE COMMERCIAL projects |
Other by kimaroc:
Related components:
Featured components:























20 comments
Add comment
donovideo
#  /  PM  /  posted on Mar 17, 2008
oanikina
#  /  PM  /  posted on Mar 21, 2008
kimaroc
#  /  PM  /  posted on Apr 06, 2008
DaPope
#  /  PM  /  posted on May 11, 2008
DaPope
Great form, it worked fine on this site (www.onthe1.co.uk/contact)
I thenput it onmy other site (www.jonathan-c-riley.co.uk/contact) and it wont work at all.
I did the same for both sites.
Any sigestions?
#  /  PM  /  posted on May 11, 2008
kimaroc
1- Both sites are in the same hosting site ?
2- Make sure that you're putting the php file in the same file (root)
#  /  PM  /  posted on May 11, 2008
chell32
Is altered AS:
_AS Layer___________________________________________
System.useCodepage = true;
namex.onSetFocus = function ()
{
if (namex.text == “your name”)
{
namex.text = ””;
error = ” ”; // The comment in line Errors
}
};
namex.onKillFocus = function ()
{
if (namex.text == ””)
{
namex.text = “your name”;
}
};
//——————————————-
Etc.
button “reset”________________________________________
on (release) {
name = “your name”;
email = “E-mail”;
tel = “Phone”;
msg = “the message Text”;
error = “All information is passed the manager”; // The comment in line Errors
}
____________________________________________
The line “errors” becomes information
#  /  PM  /  posted on Aug 02, 2008
mistafootball
ok, its not working for me either.. What can I do
#  /  PM  /  posted on Feb 03, 2009
kimaroc
Hi,
Thank you for purchasing my file !
try to add the code in the php file just before $data :
————————————————————————————————————————
$name = $_POST[‘name’]; $email = $_POST[‘email’]; $tel = $_POST[‘tel’]; $msg = $_POST[‘msg’];
———————————————————————————————————————-
#  /  PM  /  posted on Feb 04, 2009
mistafootball
i added that code, still nothing
#  /  PM  /  posted on Feb 04, 2009
rabby19
Hey,
I wish I could get this to work. I have a huge site and the management will need to get email via this form. They get the email fine but no info comes through. Only this:
Name :
Email :
Phone :
Message :
Here’s my PHP code:
<?php
$headers = ‘MIME-Version: 1.0’ . “ ”;
$headers .= ‘Content-type: text/html; charset=iso-8859-1’ . “ ”;
$headers .= ‘From: Ron Website’ . “ ”;
$data = “Name : $name <br>
Email : $email <br>
Phone : $tel <br>
Message : $msg”;
mail(“ronbr@swinyc.com”,“Contacts”,”$data”,$headers);
?>
Anything coded wrong?
please help
Ron
rbrown@rabtown.com
#  /  PM  /  posted on Mar 12, 2009
kimaroc
Hi rabby19,
Ok, try this PHP code :
<?php
$headers = ‘MIME-Version: 1.0’ . “ ”;
$headers .= ‘Content-type: text/html; charset=iso-8859-1’ . “ ”;
$headers .= ‘To: <ronbr@swinyc.com>’ . “ ”;
$headers .= ‘From: www.swinyc.com <ronbr@swinyc.com>’ . “ ”;
$data = “Name : $name <br>
Email : $email <br>
Phone : $tel <br>
Message : $msg <br>”;
///
mail(“ronbr@swinyc.com”,“Contacts”,”$data”,$headers);
?>
#  /  PM  /  posted on Mar 12, 2009
hotelsinus
Name :
Email :
Phone :
Message :
only this!
why this wont work at all!?
FIX it please
#  /  PM  /  posted on Jan 29, 2010
bmmario
Hello, bought or contact form ... the quote on my site but does not work or put the original code, and after that changed, but nothing to do .. how can I fix it?
#  /  PM  /  posted on Nov 22, 2010
bmmario
Hello, bought or contact form ... the quote on my site but does not work or put the original code, and after that changed, but nothing to do .. how can I fix it?
#  /  PM  /  posted on Nov 22, 2010
bmmario
#  /  PM  /  posted on Nov 22, 2010
bmmario
#  /  PM  /  posted on Nov 22, 2010
bmmario
enter code here`
#  /  PM  /  posted on Nov 22, 2010
bmmario
`enter code here enter code here
#  /  PM  /  posted on Nov 22, 2010
bmmario
sorry post....
#  /  PM  /  posted on Nov 22, 2010