Skip to content

Instantly share code, notes, and snippets.

@cameroncf
Created March 20, 2014 19:57
Show Gist options
  • Save cameroncf/9672480 to your computer and use it in GitHub Desktop.
Save cameroncf/9672480 to your computer and use it in GitHub Desktop.
<form id='myContext'>
<!--- bind property rule to form field --->
<cfset vt.aliasRule(
object = 'address',
property = 'countryCode'
fieldname = 'billingAddressCountry'
context = 'myContext' ) />
<input name="billingAddressCountry" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment