Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[color red]
<cfsavecontent variable="submission">
<?xml version='1.0'?><Lead
type='TITLE'><DATA1><option1>#text#</option1><option2>#text2
#</option2></DATA1><DATA2><fname>#FirstName#</fname><lname>#
LastName#</lname><addr>#Address#</addr><city>#City#</city><s
tate>#State#</state><zip>#Zip#</zip></DATA2><DATA3><filetype
/><leadinshowmuch/></DATA3></TITLE>
</cfsavecontent>
[/color]
[color green]
<cfhttp method="post" url="http://www.somesite.com/page1.aspx" throwonerror="no">
<cfhttpparam name="vSending" type="xml" value="#submission#">
</cfhttp>
[/color]