Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~86 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for alakacha

How do you update checkboxes on a form in cold fusion? I am using the following code to update other form elements : <cfquery name="qry_content" datasource="A4265_gbci"> update tbl_emailsignup set firstname = '#form.firstname#' , lastname = '#form.lastname#' , email = '#form.email#' , job = '#form.job#', company = '#form.company#' , address1 = …

Member Avatar for Nige Ridd
0
86

The End.