Nice thumbnail.
Posted 4 months ago
With this Flash form you can send E-mails or messages to a certain E-mail address.
Features:
This is an extract of the PHP -File:
$to = “roland-krinner@gmx.de”;
$subject = $theSubject;
$message = “Name: ” . $theName;
$message .= ”\nSubject: ” . $theSubject;
If there are any proposals to improve this application please feel free to drop me a line!
Posted 4 months ago
is there a confirmation that the email message has been sent after people click submit ?
Posted 4 months ago
this form looks good but doesn’t seem to work ,
installed file to a web site , filled it out… pressing submit but it goes now where , gives no indication if the mail has been sent or not. and there doesnt seem to be anyone around for support for it … have i wasted my money? is there anyone out there to explain this failing to work..?
Posted 4 months ago
Ok, i will add a confirmation if the E-mail was set corrctely.
The Form will only work if you put the “send.php” in a webserver which can haldle PHP an send the information to the E-mail address.
In this php file the correct e-mail adress has to be placed in the $to variable
Example:
$to = “roland-krinner@gmx.de”; thats mine …
AND in the *fla.file you have to change the path of the php file so that flash can send the data to the correct send.php
this is in line 103 of the first Frame in the ActionScript:
senderLoad.sendAndLoad(“http://oller99.ol.funpic.de/flashdan/contactform/send.php”,receiveLoad);
i forgot that in the description, sorry …
Posted 4 months ago
The next version of the Contact Form will be activated to be downloaded in 1-2 days. Here i made the following changes:
1. Path to the PHP file will be in an XML file, so you don´t have to open flash to change the path. 2. Message if the e-mail was sent successfully. 3. Message if the e-mail could not be sent. 4. Message if the XML file could not be found or opened
so the next version will be more interactive and you definitly get feedback from Flash what´s going on.
I hope you will like it
Posted 4 months ago
where can i download the new version from? after changing the actionscript in flash this form still doesnt work. hope the new one is around soon.
Posted 4 months ago
You can download the new Version here.
http://www.flashden.net/item/advanced-email-and-message-form-v-11/16940
Or write an e-mail to roland-krinner@gmx.de , I can send you the updated version.
Posted 4 months ago
hey i would like to customize the color i change the main colors and text but looking to change rollover color that are black and submit and messages
Posted 23 days ago