On Thu, Sep 10, 2009 at 6:57 AM, Cutter (ColdFusion) <[email protected]> wrote: > To prepopulate the form elements of the Flash Form, you'd have to use > the 'value' attribute of your various form tags: > > <cfinput type="text" name="FirstName" value="#REQUEST.myQuery.FirstName#" />
Umm.. How is that different from.. <cfinput label="Notes:" name="Note" type="text" required="false" message="" id="Note" size="50" value="#AllConventions.Note#" /> I don't see anywhere that I'm using javascript to populate the fields. AllConventions is the name of the query and Note is a column in said query. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326192 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

