This is content: Edit content directly on the page with the In-Page Editing feature. Powerful editing tools that are familiar and easy to use.

In-Page Editing

Edit content directly on the page with the In-Page Editing feature. Powerful editing tools that are familiar and easy to use.
Code used to implement block editor in "inline" mode.
<cfscript>
bottomBlock1 = request.ui.contentBlock(
	id = 64, // define the page_id of the content
	editmode = 'inline'
);
</cfscript>

Coupon Management

Never worry about coupon's expiring on your site. Restrict coupons to email-list members and include barcodes for tracking.
Code used to implement block editor in "modal" mode.
<cfscript>
bottomBlock2 = request.ui.contentBlock(
	id = 65, // define the page_id of the content
	editmode = 'modal'
);
</cfscript>


View Current Schedules