Skip to main content
October 3, 2014
Question

cfgridupdate hidden field

  • October 3, 2014
  • 1 reply
  • 628 views

Is there a way to insert a hidden field using cfform, cfgrid, and cfgridupdate?

This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
October 7, 2014

It is unclear to me what you mean. Insert into into what? You could just declare the type of an input field in a form to be 'hidden'.

Inspiring
November 3, 2014

I don't think using a hidden field will work with cfgrid and cfgridupdate.  It's not working for me, but maybe I'm missing something.

BKBK
Community Expert
Community Expert
November 3, 2014

Again, what do you mean? What is the context?

You could just use a hidden form field next to the cfgrid, like this

<cfform>

<cfgrid>

</cfgrid>

<cfinput type="hidden">

</cfform>