- All
- Special Offers
- User Interface
- Scroll Bar Components
- Flash XML Calendars
- HTML / XML News Readers
- HTML / XML Tables & Grids
- Flash Contact Forms
- Date Picker Components
- Flash XML Guestbooks
- Color Picker Components
- Countdown Components
- Flash Tool Tip Components
- Image Zoom & Panning Controls
- Flash Text Tools & Editors
- Rating and Pool Systems
- Flash Weather Widgets
- 3D Object Rotators
- Shopping Carts
- Flash Maps
- Flash Charts
- Galleries & Slideshows
- Menus & Navigation
- Design & Effects
- Audio & Video
- Templates
- Applications & Games
- Various
- Adobe Flex
- Adobe AIR
- Free Flash Files
- Lightroom Plugins
- Dreamweaver Extensions
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
- Price : $4
- buy now
- add to alerts
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);
?>
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
i added that code, still nothing
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’];
———————————————————————————————————————-
ok, its not working for me either.. What can I do
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
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)
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?
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?
























help
and feedback
latest
news
latest
forum entries
Name :
Email :
Phone :
Message :
only this!
why this wont work at all!?
FIX it please