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.