.
component categoriescomponent categories
overview
features
help & support
downloads
buy now

3.4/5
Report this file Ask author
Posted by : kimaroc 23 purchases Flash knowledge required: N/A
Documentation: N/A


contact form2



*Contact form with validation. Data will be sent by a PHP file that's included
*Form validation methods included
*Fully customizable
*Can be published as player 6, 7, 8 upwards



Tagstags
Please « login » to add tags.
« Previous 1 2 Next »

hotelsinus hotelsinus
 
Has bought the file

Name :
Email :
Phone :
Message :


only this!
why this wont work at all!?
FIX it please

kimaroc kimaroc Component author
 

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);
?>


rabby19 rabby19
 
Has bought the file

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

mistafootball mistafootball
 
Has bought the file

i added that code, still nothing

kimaroc kimaroc Component author
 

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’];
———————————————————————————————————————-

mistafootball mistafootball
 
Has bought the file

ok, its not working for me either.. What can I do

chell32 chell32
 
Has bought the file

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

kimaroc kimaroc Component author
 

Thank you to purchase this file

1- Both sites are in the same hosting site ?

2- Make sure that you're putting the php file in the same file (root)

DaPope DaPope
 
Has bought the file

Hi
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?

DaPope DaPope
 
Has bought the file

Hi 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?

« Previous 1 2 Next »

 
featured componentsfeatured components