Questions tagged [cfinput]

cfinput is part of the Cold Fusion input methods related to cfform.

You can find documentation for the Cold Fusion cfinput methods at Adobe.

19 questions
0
votes
2 answers

inside cfscript component

I'm making components for a site and I'm wondering if I can return a cfform inside a return variable from a component and force coldfusion to output it parsed. Obviously using "writeOutput(")" doesn't work. How could I achieve this? Thanks for your…
0
votes
0 answers

CF datefield - calendar icon doesn't trigger date picker while data is loading

I am using CF input calendar datefield on the very top of a page that renders a huge dataset from a query. The output from this huge query also has some pretty heavy code for each loop iteration. So, I have a very slow loading page. The problem is…
0
votes
8 answers

use a startdate on a in ColdFusion

I am using the and I need to limit the dates that can be chosen. I cannot allow a date that can be selected in the past. Any help here? Thanks!
Braden Powers
-1
votes
4 answers

Cfinput checkbox checked

I can't quite get this to work. My form has a number of inputs including one checkbox. In my cfquery, I just want to write some simple SQL content that tests to see if the checkbox is checked or not. But my code just ignores it completely. Here's…
stuttsdc
  • 101
  • 1
  • 4
  • 18
1
2