Subscribe to our newsletter:
Awaiting 3 votes.
Posted by : kimaroc on 12/29/2007
7432 pageviews, 50 purchases
*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
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?
Thank you to purchase this file, It is drag&drop. You can just put it in another MovieClip and it will still work...
Form doesn't appear to work. Can you fix it?
This form doesn't appear to work.







help
and feedback
latest
news
latest
forum entries
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