| Subject: | Re: Inserting a record, not working. Please help |
|---|---|
| From: | "CFmonger" |
| Date: | Wed, 11 Feb 2009 16:49:06 +0000 UTC |
| Newsgroups: | macromedia.coldfusion.advanced_techniques |
this is the way my form is set up:
<form action="Action.cfm" method="post" name="news" id="news"
onsubmit="saveIt()">
<input type="hidden" name="FieldList" value="#FormFieldList#">
<cfif isDefined("URL.RecordID")>
<input type="hidden" name="RecordID" value="#URL.RecordID#">
<input type="hidden" name="ID" value="#URL.RecordID#">
</cfif>
All my form fields are here
</form>
It should work.
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Joining 2 cfqueries, Dan Bracuk |
|---|---|
| Next by Date: | Re: Inserting a record, not working. Please help, Dan Bracuk |
| Previous by Thread: | Re: Inserting a record, not working. Please help, Azadi |
| Next by Thread: | Re: Inserting a record, not working. Please help, Dan Bracuk |
| Indexes: | [Date] [Thread] [Top] [All Lists] |