---- dataentry integration ---- type : integration # do not change this line supports-foxycart-version-from : # Minimum required FoxyCart version for this to work supports-foxycart-version-to : # Last FoxyCart version that supports this (leave empty if unknown) systems : ColdFusion # the system(s) that the integration is for, separated with commas if more than one name : ColdFusion # the name of the integration description : Integration notes for developing with Adobe ColdFusion # tags_tags : # tags, separated by commas. don't include the "system" here. date_dt : # the date in YYYY-MM-DD format version : # if you have a version for your code, enter it here developer_url : # if you'd like a link back to your site, stick it here ---- ====== Adobe ColdFusion ====== //**Please note:**// The code on this page is submitted by members of the FoxyCart community, and may not verified by FoxyCart.com LLC in any way, shape, or form. Please double check the code before installing. If you need help with it please [[http://forum.foxycart.com/|post in our forum]], but if we cannot offer assistance (due to unfamiliarity with this particular system or language) we apologize in advance. ===== XML Datafeed ===== Community member Seb Duggan worked through decrypting and parsing the XML Datafeed using ColdFusion and added some notes to his blog detailing how to successfully approach it. You can read about it here: http://sebduggan.com/blog/working-with-foxycart-data-feeds-in-cfml/ ===== Link/Form Validation ==== Also provided by Seb Duggan, [[https://gist.github.com/sebduggan/10e5e97aee44e28221fced6e775ae8bf|the following function]] can be used in ColdFusion to sign a link or form value: