Send Email Form To ColdFusion
I am trying to send data filled out in a form in my flash movie to send mail using CFMAIL. In my form that is in Flash I have variables set.Then when the button is pressed loadVariables("sendMail.cfm", "POST");Then on my CF page I have this:<cfmail from="info@mysite.com" to="#FORM.email#" SERVER="mail.mysite.com" > #FORM.comments# #FORM.company# #FORM.name#</cfmail>I can't find a tutorial on this. Everything is PHP. And I don't want to use "Flash Forms in MX7"This is all embedded in my Flash web site.
Adobe > Flash Data Integration
Posted on: 04/07/2007 03:11:18 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Send Swf Thru Email Using Coldfusion...AAAHHHH
Hey everyone, I am having a heck of a time trying to figure out why my "send to a friend" link is not working.
Here is what I want to do:
I want to have a swf file imbedded in html (easy enough) then at the end of the swf movie there is a form to send to a friend. I want to enter the sender and receiver emails in that form and then send to the receiver (duh!) via coldfusion. Anyways I want the receiver to get the exact html file with swf imbedded. (standard stuff right?)
Here is my problem:
I have a made a swf file that I want to have 'send to a friend'. I am using <cfmail> to send the swf to the particular 'friend' requested. When I play the swf movie itself (not imbedded in the html) and fill out the form it works fine, but if i try to imbed that swf in a html file then send, i get nothing!!!!
Is there something special I have to do if I imbed the swf file in html in order to send it via email?
Please help!!
Thanks in advance!!
-Shu
Sending Form Data To Coldfusion To Email
I am trying to send data filled out in a form in my flash movie to send mail using CFMAIL.
In my form that is in Flash I have variables set.
Then when the button is pressed
loadVariables("sendMail.cfm", "POST");
Then on my CF page I have this:
<cfmail from="info@mysite.com" to="#FORM.email#" SERVER="mail.mysite.com" >
#FORM.comments# #FORM.company# #FORM.name#
</cfmail>
I can't find a tutorial on this. Everything is PHP. And I don't want to use "Flash Forms in MX7"
This is all embedded in my Flash web site.
Problems Sending Flash Email Form With Coldfusion
Hi All,
I have a flash Email form on one server and want to process it with Coldfusion that is located on a different server. But Coldfusion is never recieving the Flash information, possibly because of Flash's Sandbox Security. Besides adding System.security.allowDomain("www.newServer.com");
what else can I do to allow this cross-domain communication?
Thanks, KG
Send Form To Email
I am trying to figure out how to get a form to send to an email address using a submit button. i am trying to work through this tut "the idiot's guide to creating and using forms in flash 4+"
i am stuck on this .asp script, I'm not compeletely sure what to do with it.
can somebody help with this or give me a better way of doing this
How Do I Send A Form As Email
how do i get flash to send the info in a form as an email.i want to create a guest list and just have the info cdelivered to me as an email.Is this a common simple thing? Is there a simple cgi,php thing that does this?Iknow actionscript basics and i know how to set up a for with text input boxes and define the variables...but how do i get that info into an email?.help is much appreciated!!
thanks in advance
Can I Send An Email Form Using Asp Instead Of PHP
I created an email form in Flash hoping to use PHP only to find out my server company did not support PHP. Can I use ASP insteade and is there an example of the code anywhere? Here is the link to my current fla.
http://my.starstream.net/jimadams/form.fla
[F8] Send Form To Email
I have a form that I've adapted for people to submit name, email address and comments on my website. However I need it to send the information to my email address, can anyone advise me on the actionscript to do this?
The flash file is attached.
Thanks in anticipation of your help
Regards,
Dan
How To Send Form To Email
I am having difficulties trying to send a form in Flash to email using PHP. I can get most of my form to go but not all of it. Here is my code I have:
<?php
$sendTo = "turnkeywebplans@yahoo.com";
$subject = "Turnkey Web Plans Website Form Submit";
$headers = "From: " . $_POST["fName"] ." ". $_POST["lName"] . "
";
// next include a replyto
$headers .= "Reply-To: " . $_POST["email"] . "
";
$headers .= "Phone: " . $_POST["ph"] . "
";
$headers .= "Address: " . $_POST["addr"] . "
";
$headers .= "Zip: " . $_POST["z"] . "
";
$headers .= "Return-path: " . $_POST["email"];
// now we can add the content of the message to a body variable
$message = $_POST["message"];
// once the variables have been defined, they can be included
// in the mail function call which will send you an email
mail($sendTo, $subject, $message, $headers);
?>
How can i get the phone, address and zip to show up in my email. All the other fields are fine.
Any help would be great.
Scott
Send Email Form
Hi,
Does anyone know how to send email using form in flash?
Preferably using ASP. Thanks
Send Email Form
Hi,
Does anyone know how to send email using form in flash?
Preferably using ASP. Thanks
Send Email Form
Hi,
Can anyone point me to a simple download or tutorial that shows how to send email from a flash form using (probably) php? I've found a few examples out there but they all use actionscript 2, and the language differences are substantial for this. I also found one download in as3, but it was huge and not documented.
I'm hoping for something very basic, like a few fields on an email form, as3 code, and the accompanying php. I tried as direct a conversion as I could with the tutorial on this site, but there are runtime URL errors and it says it can't display the code.
Any links?
Thanks!
Jay
Flash Form To Send Email
i want to send an email through a form in flash. i used a tutorial in a different section in flashkit. i doesn't work.
i have 2 variables assigned to 2 different input text fields: eMail, and comment.
the send button actions say -
on (press) {
if (eMail ne "" and comment ne "") {
loadVariablesNum ("http://www.johnbrintonhogan.com/email/CDONTSMail.asp", 0, "POST");
gotoAndPlay ("valid");
} else {
gotoAndPlay ("invalid");
}
}
then i have a file called CDONTSMail.asp in the same directory. i think that this file doesnt work. does anyone else have a different .asp that will work?
Trying To Use A Form In Flash To Send Email
I'm trying to set up a flash form to submit email and send an auto response reply to the user. I know how to set the form up in flash, but how can I make flash communicate with my server. I recently switched my site to a server built with Coldfusion, which I know nothing about. Could someone please give me a direction?
Submit Form Send To Email
does anyone know a way to make a email submission form where when oyu press submit it automtcially emails the input text field to a certain email, ikno it can be done wiht different types of scripting but can it be done with jsut action scripting? Lets say i want the input text fields with varibles of name,email,and description and i want it emailed to a@a.com please show me an example or tell me how and i don't know any scripting except A/s. also i want it so that the user's default mail client doesn't pop up when they go to send because i know when i try and do that with a submission form it gets annoying whne it does that and plus i already know how to do that please help thanks a lot
J E
Order Form To Send To Email PHP
hi im having some trouble with this 1 i am making an order form in flash i have the calculations ect. all correct and working but.... i want to send each item name then the item amount then the item price several times into one message in an email i have a working PHP form working with simple email forms in flash but i need the message to link to over 30 different variables in my movie...
the email i would want like this
Burgers: 1 =£3.40
chips: 2 = £6.00
ect. ect.
would it be easier to add them all to one variable out of view of the page. or to edit the PHP form to allow the various values i need to send?
and how would i go about this?
thanks alot!
chris
[F8] Send Email From Form In Flash
Hi, I have had so much help from the superb users of this site, so I am after yet more of your superb help. I know this has been answered previously, but I cannot get any of the examples to work when trying to integrate them into my flash file. Please can anyone help me with the following?
On a form in Flash I have a button (btnSend) and three text boxes with the variable names contactName, email, message. Please can anyone tell me how to send the values in these fields as an email via php? I have tried implementing some of the samples found on the web, but cannot get anything to work. All I want to do is send the contents of those three variables to an email address. The php file (below) is from a sample found on Flashkit, when responding to this please bear in mind I am new to Flash, so am unsure where to place code etc, so please be as descriptive as possible:
<?
$adminaddress = "info@mysite.com";
$siteaddress ="http://www.mysite.com";
$sitename = "My Site";
//No need to change anything below ...
// Gets the date and time from your server
$date = date("m/d/Y H:i:s");
// Gets the IP Address
if ($REMOTE_ADDR == "") $ip = "no ip";
else $ip = getHostByAddr($REMOTE_ADDR);
// Gets the POST Headers - the Flash variables
$action = $HTTP_POST_VARS['action'] ;
$email = $HTTP_POST_VARS['email'] ;
$name = $HTTP_POST_VARS['name'] ;
$comments = $HTTP_POST_VARS['comments'] ;
//Process the form data!
// and send the information collected in the Flash form to Your nominated email address
if ($action == "send") {
//
mail ("$adminaddress","Info Request",
"A visitor at $sitename has left the following information
Name: $name
Email: $email
The visitor commented:
------------------------------
$comments
Logged Info :
------------------------------
Using: $HTTP_USER_AGENT
Hostname: $ip
IP address: $REMOTE_ADDR
Date/Time: $date","FROM:$adminaddress" ) ;
//This sends a confirmation to your visitor
mail ("$email","Thank You for visiting $sitename",
"Hi $name,
Thank you for contacting $sitename!
Your message was received.
Cheers,
Webmaster@$sitename
$siteaddress","FROM:$adminaddress") ;
//Confirmation is sent back to the Flash form that the process is complete
$sendresult = "Thank you. You will receive a confirmation email shortly.";
$send_answer = "answer=";
$send_answer .= rawurlencode($sendresult);
echo $send_answer;
} //
?>
How Can I Send My Data From My Form To My Email?
i make simple form in flash content of username and his email and his comment , i want to send this data to my email .
i wrote this code in my flash but is not working ,what is the problem in this code?
and i get this code with (cgi & perl) but i can't understand what it is function?
// -------------------<send form LoadVars>------------------- \
var gatherForm:LoadVars = new LoadVars();
function sendForm() {
gatherForm.email_to = "your@email.com";
getherForm.visitor_comments = contactForm.userComments.text;
gatherForm.visitor_name = contactForm.userName.text;
gatherForm.visitor_email = contactForm.userEmail.text;
gatherForm.send("/cgi-sys/formmail.pl", "_blank", "POST");
}
// -------------------</send form LoadVars>------------------- \
I Don't Know How To Send This Entire Form To My Email
alright the page i am have created can be seen here http://www.whatifwallscouldtalk.com/confession.html
the actionscript for the "confess" button is
on (release) {
getURL("basicmail.asp", "", "POST");
}
the info for the combobox is in LABELS not in the actionscript
-the instance name for the combobox is Age
-the Change Handler for the combobox is age
-the group name for the radio buttons is Gender
-for the "Male" radio button "male" is the Data and the Change Handler
-for the "Female" radio button "female" is the Data and the Change Handler
i know how to send the data in the textbox to my email, but not the radio buttons or the combobox
here is the ASP code for basicmail.asp:
<% @language="VBSCRIPT" %>
<%
Dim myMail, myBody, Gender, Age
myBody = "Gender: "& request.form("Gender") & vbcrlf
myBody = myBody & "Age: "& request.form("Age") & vbcrlf
myBody = myBody & "Confession: "& vbcrlf & request.form("texte")
Set myMail = CreateObject("CDONTS.NewMail")
myMail.BodyFormat=1
myMail.MailFormat=1
myMail.From="myemailaddress"
myMail.To="myemailaddress"
myMail.Subject="A Confession"
myMail.Body=myBody
myMail.Send
set myMail=nothing
%>
<html>
<title>mail</title>
<meta http-equiv="refresh" content="3;URL=http://whatifwallscouldtalk.com">
<body bgcolor="#999999" text="#FFFFFF" link="#0000CC" vlink="#0000CC" alink="#0000CC">
<div align="center">
<p><font face="Verdana" size="2" color="#FFFFFF"> <font face="Arial, Helvetica, sans-serif" size="4"><b>YOUR CONFESSION HAS BEEN SENT .... THANK YOU </b></font></font></p>
<p><b><font face="Arial, Helvetica, sans-serif" size="4" color="#FFFFFF">To
Return To What If Walls Could Talk</font></b></p>
<p><b><font face="Arial, Helvetica, sans-serif" size="4" color="#FFFFFF"><a href="http://whatifwallscouldtalk.com">Click
Here</a> </font></b> </p>
</div>
</body>
</html>
Email Form Does Not Send Messages
The email form on my contact page isn't working.
It has 3 input fields: name, email, message, and a send button; when clicked, the form should change to a "message sent" message and the send button changes to a "Back" button.
For some reason, i only receive an email in my inbox if the email field is my own personal email, the same one it sends to. But, if any other email is typed in, i don't get the message.
Also, after "send " is clicked, the "message sent" message & back button don't show up.
this is my PHP file:
<?php
$sendTo = "myEmail@yahoo.com";
$subject = "Website Response Form";
$headers = "From: " . $_POST["name"] ."<" . $_POST["email"] .">
";
$headers .= "Return-Path: " . $_POST["email"]. "
";
$message = $_POST["message"];
mail($sendTo, $subject, $message, $headers);
?>
is there something wrong with it?
help, please.
How Do I Send Email From Flash 8 With GoDaddy's PHP Form?
I am trying to create an email form in Flash 8 that sends mail to my hosting account email address. GoDaddy says that you have to use their coding, but how do I get this to work with Flash 8?
Can anyone give me a hand? Below is a link to GoDaddy's write up on creating a PHP form-mailer.
http://help.godaddy.com/article.php?...10&topic_id=&&
Flash Form Doesn't Send Email Using Php
Hi.
I got a flash form that should pass variables with POST to a php and send by email.
i'm using flash cs3, but i'm exporting to version 8.
i've tested the php file and it works and sends email.
i've published the flash and tested it offline - it sends the mail.
i tried using both absolute path to the file or relative.
submitting the form from server doesn't send email , and doesn't do nothing.
this is the actionscript code:
stop();
//System.useCodepage = true;
email_txt.restrict = "";
email_txt.maxChars = 40;
name_txt.restrict = "";
name_txt.maxChars = 40;
phone_txt.restrict = "";
phone_txt.maxChars = 200; phone_txt.onSetFocus = function() { status_txt.text = '';};email_txt.onSetFocus = name_txt.onSetFocus=phone_txt.onSetFocus=phone_txt .onSetFocus; dataSender = new LoadVars();
dataReceiver = new LoadVars();
submit_btn.onRelease = function() {
fullname = this._parent.name_txt.text;
email = this._parent.email_txt.text;
phone = this._parent.phone_txt.text;
bla = this._parent.mess.text;
dataSender.fullname = fullname;
dataSender.email = email;
dataSender.phone = phone;
dataSender.bla = bla;
dataSender.sendAndLoad("contactform.php5", dataReceiver, "POST");
this._parent.gotoAndStop(18);
};
Email Form Doesn't Send Info
I created a form to collect email addresses and comments by following this tutorial: http://www.actionscript.org/tutorial...il/index.shtml
The only thing I changed was I removed the subject line. It sends to my email address but there is no info sent - I receive only a blank email.
What am I doing wrong?? I haven't changed anything else in the code.
Please help if you can!
Flash Form Doesn't Send Email Using Php
Hi.
I got a flash form that should pass variables with POST to a php and send by email.
i've tested the php file and it works and sends email.
i've published the flash and tested it offline - it sends the mail.
i tried using both absolute path to the file or relative.
submitting the form from server doesn't send email , and doesn't do nothing.
this is the actionscript code:
Attach Code
Hi.
I got a flash form that should pass variables with POST to a php and send by email.
i've tested the php file and it works and sends email.
i've published the flash and tested it offline - it sends the mail.
i tried using both absolute path to the file or relative.
submitting the form from server doesn't send email , and doesn't do nothing.
this is the actionscript code:
stop();
//System.useCodepage = true;
email_txt.restrict = "";
email_txt.maxChars = 40;
name_txt.restrict = "";
name_txt.maxChars = 40;
phone_txt.restrict = "";
phone_txt.maxChars = 200; phone_txt.onSetFocus = function() { status_txt.text = '';};email_txt.onSetFocus = name_txt.onSetFocus=phone_txt.onSetFocus=phone_txt .onSetFocus; dataSender = new LoadVars();
dataReceiver = new LoadVars();
submit_btn.onRelease = function() {
fullname = this._parent.name_txt.text;
email = this._parent.email_txt.text;
phone = this._parent.phone_txt.text;
bla = this._parent.mess.text;
dataSender.fullname = fullname;
dataSender.email = email;
dataSender.phone = phone;
dataSender.bla = bla;
dataSender.sendAndLoad("contactform.php5", dataReceiver, "POST");
this._parent.gotoAndStop(18);
};
Flash Form Doesn't Send Email Using Php
Hi.
I got a flash form that should pass variables with POST to a php and send by email.
i've tested the php file and it works and sends email.
i've published the flash and tested it offline - it sends the mail.
i tried using both absolute path to the file or relative.
submitting the form from server doesn't send email , and doesn't do nothing.
this is the actionscript code:
stop();
//System.useCodepage = true;
email_txt.restrict = "";
email_txt.maxChars = 40;
name_txt.restrict = "";
name_txt.maxChars = 40;
phone_txt.restrict = "";
phone_txt.maxChars = 200; phone_txt.onSetFocus = function() {status_txt.text = '';};email_txt.onSetFocus = name_txt.onSetFocus=phone_txt.onSetFocus=phone_txt .onSetFocus; dataSender = new LoadVars();
dataReceiver = new LoadVars();
submit_btn.onRelease = function() {
fullname = this._parent.name_txt.text;
email = this._parent.email_txt.text;
phone = this._parent.phone_txt.text;
bla = this._parent.mess.text;
dataSender.fullname = fullname;
dataSender.email = email;
dataSender.phone = phone;
dataSender.bla = bla;
dataSender.sendAndLoad("contactform.php5", dataReceiver, "POST");
this._parent.gotoAndStop(18);
};
What Is The Action Script To Send A Form To An Email Address?
Hi.
I have created a form using input text fields. I want my users to fill in the fields and then email it to me. How do I do this? What is the action script I need?
Thanks!
Attach Code
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>contact</title>
</head>
<body bgcolor="#ff1900">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="565" height="310" id="contact" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="contact.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ff1900" /><embed src="contact.swf" quality="high" bgcolor="#ff1900" width="565" height="310" name="contact" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
Can You Make A Form Send Information To An Email With Just Flash And Html?
Is there a way in flash to create a form that will send an email to someone without using ASP??
I'm doing a site for someone and I have them set up with a free web server "doteasy.com" the only problem is for the $0 a year price they don't offer asp
Is there another way for me to make a form that will send information without using ASP?
thanks,
KC
How To Send The Value Of A Combobox To Coldfusion?
Hi! I'm making an emailform with textfields and a radiobutton which sends the variables by 'Send using POST' to an .cfm file. The coldfusion file sends me an email with al the info filled in in the form. That's working fine, although I don't have a lot of knowledge about actionscripting or coldfusion.
My problem is that I want to add 2 combobox components. They work, I filled in the labels, the row count, but what do I need to fill out at 'Data'?
Frameaction of the components etc.:
code: //TabVolgorde bepalen:
naam.tabIndex = 1;
contactpersoon.tabIndex = 2;
adres.tabIndex = 3;
postcode.tabIndex = 4;
plaats.tabIndex = 5;
telefoon.tabIndex = 6;
email.tabIndex = 7;
vragen.tabIndex = 8;
//Velden wissen:
naam = "";
contactpersoon = "";
adres = "";
postcode = "";
plaats = "";
telefoon = "";
vragen = "";
email = "";
//Keuzeknoppen activeren:
function radioDisplay(component) {
radio = component.getValue();
}
kiezen.setChangeHandler("radioDisplay");
detaillering.getSelectedItem()
schaal.getSelectedItem()
stop();
The 'sendbutton'-action:
code: on (release) {
if (email ne "" & naam ne "") {
if (!email.length || email.indexOf("@") == -1 || email.indexOf(".") == -1) {
gotoAndStop(5);
} else {
loadVariablesNum("offerte.cfm", 0, "POST");
gotoAndPlay(6);
}
} else {
gotoAndStop(4);
}
}
And the Coldfusion script:
Quote:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<cfparam name="FORM.radio" default="--" type="string">
<cfparam name="FORM.detaillering" default="--" type="string">
<cfparam name="FORM.schaal" default="--" type="string">
<cfparam name="FORM.naam" type="string">
<cfparam name="FORM.email" type="string">
<cfparam name="FORM.contactpersoon" default="niet ingevuld">
<cfparam name="FORM.adres" default="niet ingevuld">
<cfparam name="FORM.postcode" default="niet ingevuld">
<cfparam name="FORM.plaats" default="niet ingevuld">
<cfparam name="FORM.telefoon" default="niet ingevuld">
<cfparam name="FORM.vragen" default="niets ingevuld">
<cfmail to="myemail@hotmail.com" from="#FORM.email#" subject="Offerte aanvraag">
<cfif isdefined("FORM.titel")></cfif>
Offerte aanvraag:
Contact gegevens:
Naam organisatie: #FORM.naam#
Contactpersoon: #FORM.contactpersoon#
Adres: #FORM.adres#
Postcode/plaats: #FORM.postcode# #FORM.plaats#
Telefoon: #FORM.telefoon#
E-mail adres: #FORM.email#
Vragen / opmerkingen:
#FORM.vragen#
Detailleringsniveau: #FORM.detaillering#
Gewenste schaal: #FORM.schaal#
Ik beschik ' #FORM.radio# ' over de juiste bouwtekeningen
</cfmail>
I also attached my fla.
Does anyone know how to make this work?
Help is appreciated very much!
How To Send The Value Of A Combobox To Coldfusion?
Hi! I'm making an emailform with textfields and a radiobutton which sends the variables by 'Send using POST' to an .cfm file. The coldfusion file sends me an email with al the info filled in in the form. That's working fine, although I don't have a lot of knowledge about actionscripting or coldfusion.
My problem is that I want to add 2 combobox components. They work, I filled in the labels, the row count, but what do I need to fill out at 'Data'?
Frameaction of the components etc.:
code: //TabVolgorde bepalen:
naam.tabIndex = 1;
contactpersoon.tabIndex = 2;
adres.tabIndex = 3;
postcode.tabIndex = 4;
plaats.tabIndex = 5;
telefoon.tabIndex = 6;
email.tabIndex = 7;
vragen.tabIndex = 8;
//Velden wissen:
naam = "";
contactpersoon = "";
adres = "";
postcode = "";
plaats = "";
telefoon = "";
vragen = "";
email = "";
//Keuzeknoppen activeren:
function radioDisplay(component) {
radio = component.getValue();
}
kiezen.setChangeHandler("radioDisplay");
detaillering.getSelectedItem()
schaal.getSelectedItem()
stop();
The 'sendbutton'-action:
code: on (release) {
if (email ne "" & naam ne "") {
if (!email.length || email.indexOf("@") == -1 || email.indexOf(".") == -1) {
gotoAndStop(5);
} else {
loadVariablesNum("offerte.cfm", 0, "POST");
gotoAndPlay(6);
}
} else {
gotoAndStop(4);
}
}
And the Coldfusion script:
Quote:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<cfparam name="FORM.radio" default="--" type="string">
<cfparam name="FORM.detaillering" default="--" type="string">
<cfparam name="FORM.schaal" default="--" type="string">
<cfparam name="FORM.naam" type="string">
<cfparam name="FORM.email" type="string">
<cfparam name="FORM.contactpersoon" default="niet ingevuld">
<cfparam name="FORM.adres" default="niet ingevuld">
<cfparam name="FORM.postcode" default="niet ingevuld">
<cfparam name="FORM.plaats" default="niet ingevuld">
<cfparam name="FORM.telefoon" default="niet ingevuld">
<cfparam name="FORM.vragen" default="niets ingevuld">
<cfmail to="myemail@hotmail.com" from="#FORM.email#" subject="Offerte aanvraag">
<cfif isdefined("FORM.titel")></cfif>
Offerte aanvraag:
Contact gegevens:
Naam organisatie: #FORM.naam#
Contactpersoon: #FORM.contactpersoon#
Adres: #FORM.adres#
Postcode/plaats: #FORM.postcode# #FORM.plaats#
Telefoon: #FORM.telefoon#
E-mail adres: #FORM.email#
Vragen / opmerkingen:
#FORM.vragen#
Detailleringsniveau: #FORM.detaillering#
Gewenste schaal: #FORM.schaal#
Ik beschik ' #FORM.radio# ' over de juiste bouwtekeningen
</cfmail>
I also attached my fla.
Does anyone know how to make this work?
Help is appreciated very much!
Send Email From "input Text Field" Or Form...HElp
I'm trying to figure out how to send email without launching a
composition window (from an email client). I've gone through some
tech notes on macromedia.com, but can't find what I'm looking for!
I have an "input text field" and "send" button. I want the user to be able
to enter their email address and click the button to send the info without
launching another window or app. I know it's probably a Variable thing...
I've tried and can't get it to work. Any ideas would be really appreciated.
Thanx!
[Edited by dsprouls on 08-09-2001 at 03:13 AM]
Email Forms That Send Email To Other Email Addresses
hello, well, I'm not sure who to ask about this problem. The thing is I really want to make an email form that can send email to other people. I have seen email feedback forms here that send email to my address but I would really appreciate it if someone could help me make one that sends email to other addresses. I have made an email feedback form already and its at http://www.jeviwebs.com/beatles/mail.swf if you want to view it. If any of you know of any tips, please email me or respond to my post here thanks! BTW, that feedback form was based on matthew summers tutorials here
it is in the send button where I have the problem
here is the action script for the action layer:
recipient = "";
targetpage = "http://www.jeviwebs.com/beatles/ecard.htm";
stop();
this works ok since you will specify the email address of the person to send email to (thus the blank recipient variable) but here is the main problem...the actionscript for the send button....since I want to send emails to other people, I can't use my cgi bin for that.
on (release) {
getURL("http://myaddress.com/cgi-sys/mailform.cgi", "lower", "POST");
}
on (release) {
gotoAndPlay(2);
}
I know that there is a way through this...I can change and do actionscript if someone can help me out...thanks you guys
Send An Email With The Users Email To An Email Address
ok..the subject may be a little confusing but this is what i have...
an input textbox where viewers type in their email address
a submit button
i want it so that when you hit submit after typing in your email address it sends an email to your@address.com providing you with whatever the person typed in the input textbox
is this possible without using php or asp or whatever?
peace
spen
Usig Buttons To: Send Me An E-mail / Send Data From A Feedback Form?
As the title may suggest, i need some way of making an email button, and also feedback form buttons; both submit and reset. i thought this would be fairly standard stuff but didnt get any answers in the general help forum... its all for the last page of my site at www.geocities.com/jamesmbrannan if you would like to take a look
thx for any help/ advice
lev
[F8] Flash 8 - Email Form: How To Get Users Specified Email In From Portion Of Email
Hey guys,
I want to add a newsletter to my new website that people can add their email addresses to. First off, I would like to have a field that the user can type his email address in, and have that field check if the email is valid (ie make sure that there is an @something.something).
Next, I would like it to send an email to my email address, with their email address in the from portion of the email (basically as if they have emailed me directly from their email). This way, it will be very easy for me to add them to my mailing list.
Thanks a ton for any help... Ive been searching for a while on how to do this, but couldn't find a way to put the users email in the from portion of the email.
[MX04] Coldfusion CFSELECT Flash Form Issue
What is wrong with this code for a coldfusion flash form?
<cfselect name="linkRealtor" id="linkRealtor" label="What would you like to do?" query="typeRealtor" value="link" display="select" onChange="getURL(linkRealtor.selectedItem.link);"> </cfselect>
query
<cfquery name="typeRealtor" datasource="######">
SELECT *
FROM dbo.firmType
</cfquery>
The select text is in the select column and the link is in the link column in the table.
it pulls the select column for the dropdown menu, but when I click the option it returns a relative UNDEFINED in the url. Any ideas?
thanks
Matt
A Good Email List Program In Php And Email Form In Flash MX
Hello guys and Girls. Does anyone know how to setup a and direct me to a good 'Email List' program maybe done in PHP where essentially people come to my flash website....click a button to 'subscribe' to my newsletter' and when they do that.....they just type in their email addy and it is sent to a data base or something . I want to be able to simply type up a new newsletter and have it sent to all my email members who are in that email list in that data base?
I dont want anything more complicated than that!
I'm just paln to have a simlpe button in Flash that they click...and a small popup appears with a small form in flash for their email address and their name.
Let me know if anyone can refer me somewhere or help me out!
Thanks...
How To Email Textbox Attributes To An Email? (Basically A Form)
Hi I have a survey where you need to fill out a few answers, then it will auto email all the answers to one certain email. I'm not sure of the code I would use to email it. Im having a lot of trouble here, basically I would have it send one big string which includes the text variables like
"Name: " + name + "
" + "Age: " + age + "
" + "What Did you Think of the game?: " + feedback
etc. etc.
How would I send that one string to an email? Thanks ahead of time
Email Form Sends Out Email 3 Times?
I am using the Web Service Connector to take text input on a form and email it from the website to the intended party. However, it sends the email out three times and I can't find where the error is. When I test the movie I get the following error: "Binding between <unknown>.. and <unknown>.params.emailFrom: The endpoint of the binding does not exist." It shows this error twice. So I am guessing the problem lies with these errors, which would give me three emails total.
Any ideas? I can't find any other instances of the WSC on the site?
Thanks,
Jim
Flash Email Form -- No Content In Email
I realize that a similar question has been posted many times, but since I've been searching for an answer that works specifically for me for 2 long days, I feel I need to post.
I've created a guestbook-type form in Flash and a perl script to send the contents of that form to my own email address. Things seem to be working fine except that the email I get is blank. I don't know much about scripting outside of Flash, so I'd appreciate some help. I think my perl script is the problem, but I'm copying both scripts below.
Thanks a milion.
-------------------------------------------------------------------
My SendMail.pl script:
-------------------------------------------------------------------
#!/usr/bin/perl
print "Content-type: text/html
";
$title='New Birdie Guestbook Entry';
$to='jessica@jessicaberardi.com';
$from= 'jessica@jessicaberardi.com';
$subject='New Guestbook Entry';
$name = 'name_txt';
$address = 'address_txt';
$city = 'city_txt';
open(MAIL, "|/usr/sbin/sendmail -t");
## Mail Header
print MAIL "To: $to
";
print MAIL "From: $from
";
print MAIL "Subject: $subject
";
## Mail Body
print MAIL "New Guestbook Entry
";
close(MAIL);
print "<html><head><title>$title<
/title></head>
<body>
";
## START HTML content
print "<h1>$title</h1>
";
print "<p>A message has been sent from $from to $to";
## END HTML CONTENT
print "
</body></html>";
-------------------------------------------------------------------
My Flash code:
-------------------------------------------------------------------
stop();
function sendForm () {
my_lv = new LoadVars ();
my_lv.name = _parent.name_txt.text;
my_lv.address = _parent.address_txt.text;
my_lv.city = _parent.city_txt.text;
my_lv.state = _parent.state_txt.text;
my_lv.zip = _parent.zip_txt.text;
my_lv.phone = _parent.phone_txt.text;
my_lv.email = _parent.email_txt.text;
my_lv.message = _parent.message_txt.text;
my_lv.send ("http://www.jessicaberardi.com/test/SendMail.pl", "POST");
gotoAndStop("thankyou");
}
submit_btn.onRelease = function () {
if (name_txt.text == "" || email_txt.text == "") {
status_txt.text = "Please complete the required fields.";
} else {
status_txt.text = "";
sendForm ();
}
};
Email Form, Help To Make Email In Html
hi ive made a email form for my site. it works but i want the email that is sent to be in html so i change images and tables.
here is my php script
PHP Code:
<?php
$adminaddress = "gerard@organisedkaos.net";
$siteaddress ="http://www.atr-training.co.uk/";
$sitename = "ATR";
$date = date("m/d/Y H:i:s");
// List and load Flash vars - and convert into PHP vars.
$inputname=$_POST['inputname'];
$address1=$_POST['address1'];
$email=$_POST['email'];
$tele1=$_POST['tele1'];
$selection2=$_POST['selection2'];
$messagebox=$_POST['messagebox'];
if ($REMOTE_ADDR == ""){
$ip = "no ip";
} else {
$ip = getHostByAddr($REMOTE_ADDR);
}
mail($adminaddress,
"Message",
"Name: " . $inputname. "
".
"Address: " . $address1. "
".
"Telephone: " . $tele1. "
".
"email: " . $email. "
".
"how did you find us: " . $selection2. "
".
"------------------------------
".
"message: ". $messagebox. "
".
"
------------------------------
".
"Logged Info :
".
"Using:". $HTTP_USER_AGENT. "
".
"Hostname: ". $ip. "
".
"IP address: ". $REMOTE_ADDR. "
".
"Date/Time: ". $date. "
".
"FROM: ". $adminaddress, "From:". $email);
mail($email, "Auto-response from ATR", "Thankyou for contacting us. We will get back to you shortly. ",
"From: info@atr-training.co.uk".
"Reply-To: info@atr-training.co.uk".
"X-Mailer: PHP/" . phpversion());
?>
please help
gerard
Send A Email
I am making a CD-ROM using flash. I need the user to be able to click a button and send an email to a fixed email address. I tried to use a getURL like this: getURL("mailto:address") but that does not work.
Please help me in sending an email from a flash projector (.EXE).
Send Email
In the navigation Menu, I have a button called Contact. When the user clicks this button, I want it to open up there default email client with a new email already addressed to my email address.
Does anybody know how to do this?
|