Skip to content

Instantly share code, notes, and snippets.

@joeyblake
Created October 25, 2011 19:13
Show Gist options
  • Save joeyblake/1313894 to your computer and use it in GitHub Desktop.
Save joeyblake/1313894 to your computer and use it in GitHub Desktop.
Example form embed
<cffunction name="contactForm" access="public" displayname="Contact Form" output="true">
<div class="detail_bg" style="background:url(/images/moreinfo_bg.png) no-repeat; width:822px; height:501px; margin-left:40px; ">
<div style="padding-top:6px; padding-left:24px;">
<h2 style="font-size:14px; text-transform:uppercase;">Request to be contacted by a member of sales</h2>
</div>
<div style="width:538px; margin-top:20px; margin:20px auto; line-height:normal;">
<cfinvoke component="redux.30.form_2011" method="FORM_DISPLAY" returnvariable="complete" _formid="" template="request">
<cfif isNumeric("#complete#")>
Your Information Request has been sent.
</cfif>
</div>
</div>
</cffunction>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment