Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
braulio! #1
help needed in flash form data passing to cfm page
I have a flash form that when submitted passes 4 text fields to
[url]www.promegasigns.com/thanks.cfm[/url]. The action script for the send button in the
flash form is listed below. The flash form is located at the contacts section
of the flash presentation @ [url]www.promegasigns.com[/url]. We hit the send button in the
flash form & the page thanks.cfm shows no errors & displays the correct thank
you message but the form mail is never generated & never sent to the
distribution list. Any insight will be greatly appreciated. The cfmail tag is
also listed below.
FLASH ACTIONSCRIPT
on
(release){getURL("http://www.promegasigns.com/thanks.cfm?email=emai&name=namet&p
hone=phone&company=companyt&message=message","blan k","post");
}
CFMAIL TAG
<cfmail
to="victor@promegasigns.com"
cc="nora@promegasigns.com"
from = "#url.email#"
subject="Pro Mega Signs Online Customer Inquiry"
bcc="braulio@websitemedia.net">
A customer inquiry was posted to Pro Mega Signs website:
Subject: Pro Mega Signs Online Customer Inquiry.
Name: "#url.name#"
Phone: "#url.phone#"
Email: "#url.email#"
Company: "#url.company#"
Message: "#url.message#"
what am i overlooking? Please help.
Thanks in advance, Braulio.
braulio! Guest
-
Passing grid data from one page to another
I am posting a page to another page (form post). The data grid on the second page is being populated with data. Now, on page load of the second... -
Help! - Passing form data between multiple pages
Hi, I am working on a multiple pages survey, right now if my user fill out page 1, click next, then fill out page2, page3, his answer will be... -
passing data between pages... one has a drop down form
I need to pass a zip code from a drop down form on one .cfm (passing.cfm) to another. How does the receiving page (receiving.cfm) understand which... -
mx 7 flash form The form data has expired, Please reloadthis page in your browser.
When i first go to any flash form on my CFMX 7 server i get the following message. The form data has expired, Please reload this page in your... -
passing data from one page to another
I have a .aspx page (we'll call it Form1) with a datagrid on it. The datagrid is populated from a dataset that I manually entered data into (the...



Reply With Quote

