Hello again,
I need a simple ColdFusion/Flash form created, a.s.a.p.
I have already created the the dynamic text fields in Flash. I simply need someone who can create the ColdFusion Form. In fact, I already have a ‘sample’ form, test.cfm. All I need is that you can modify it so it works with my .SWF file.
The form must be “[font=Verdana][size=2]programmed to submit to an address I specify and pass the name and email as form variables? If so, program the form to submit to http://www.blahblahblah.cfm”
Here is the file I already have, created:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Test</title>
</head>
<body>
<cfcomponent>
<cffunction name="sendEmail" access="remote" returntype="any" output="No">
<--! <cfargument name="body" type="string"> -->
<cfargument name="sender" type="string">
<--! <cfargument name="subject" type="string"> -->
<cfmail to="yourname@yourdomain.com"
from="#arguments.sender#"
subject="#arguments.subject#"
server="192.168.1.1">#arguments.body#
</cfmail>
</cffunction>
</cfcomponent>
</body>
</html>[/size][/font][font=Verdana][size=2]
Also, the .SWF that contains the dynamic text fields, is loaded into another .SWF.
I am pretty sure that implementing this would be straightforward for someone who knows their stuff.
Please email me at hoomannoori03@yahoo.com if you are interested. I will compensate you with 15-30USD, as it should be fairly simple and straightforward.
Thanks again,
Hooman
[/size][/font]