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
6
votes
1 answer

Label in cfinput is displaying to the right of the text box

When working with Coldfusion 9 and cfform with a HTML format, I place a cfinput on a page with a label, it displays the label to the right of the text box. I have tried using the tag, with and without it but no matter what I do, the label is always…
4
votes
1 answer

ColdFusion datefield interfering other CSS

When I add a cfinput type="datefield", the ColdFusion CFIDE/scripts are interfering another div on the page. Good: Bad: The code:
4
votes
4 answers

How to validate characters ONLY in ColdFusion CFForm?

I've got a very simple cfform with a single form field:
Chris Brandt
  • 948
  • 3
  • 11
  • 22
2
votes
1 answer

cfinput coldfusion 11 validateat="onBlur" - Browser Issues

OnBlur statement works in Internet Explorer but not in Chrome. I am stumped and can not figure out what I am doing wrong or if there is a syntax issue.
mrmcg
  • 173
  • 6
  • 17
2
votes
4 answers

CSS bleed-through with cfinput type="datefield"

I have a form using multiple . They are positioned in such a way that the pop-up CSS calendar should appear over the field for others. However, the text fields for the other dates end up in front of the calendar. This…
ale
  • 6,369
  • 7
  • 55
  • 65
1
vote
2 answers

cfinput not accepting .education domain names

For the first time ever I had two users come into my app with a .education top level domain. Their email address looked like this: user@domain.education. I'm using the cfinput validate attribute on the form they are filling out as…
CFGal
  • 45
  • 4
1
vote
1 answer

Coldfusion cfinput datefield not working inside table

I've been stuck on this for a while, so any help would be appreciated. I am new to ColdFusion so all suggestions are welcome. I am collecting data in a cfform that is then inserted into a SQL table, which works fine. Currently, the cfform is…
F Greeny
  • 13
  • 5
1
vote
2 answers

Is it possible to disable a cfinput type=text field using a conditional cfscript if statement?

I have a cfform with dynamically populated text fields. This is all inside of a logged in portal. If the database is empty when the user arrives at the form, I would like the fields to be "enabled" so they may fill out the information and submit the…
jzamora1229
  • 31
  • 1
  • 1
  • 6
1
vote
2 answers

Onclick function not working with CFINPUT validation

I am trying to validate the fields using CFINPUT and then calls a popup window function to do more stuff BEFORE submitting the form but it's not working. The onclick function seems to take precedent over the CFINPUT validation. As soon as I click…
Jack
  • 73
  • 8
1
vote
1 answer

Can I load the max value of the range attribute in CFINPUT using and AJAX call?

I have a CFINPUT tag in a CFFORM. I want to set the range dynamically without posting the page. I have several AJAX calls throughout the page to dynamically load form fields on the fly:
Eric Belair
  • 10,574
  • 13
  • 75
  • 116
1
vote
1 answer

Can't invoke CFC in CFInput bind

I am using a simple bind statement: First Name:
user2485860
  • 21
  • 1
  • 1
  • 3
1
vote
2 answers

On file upload, Coldfusion returns: C:\ColdFusion8\runtime\servers\coldfusion\SERVER-INF\temp\wwwroot-tmp\neotmp12429.tmp did not contain a file

Upon file upload, Coldfusion 8 returns: C:\ColdFusion8\runtime\servers\coldfusion\SERVER-INF\temp\wwwroot-tmp\neotmp12429.tmp did not contain a file. Does anyone know what may cause this? Bad syntax? Server permissions? Missing pieces? My cfform tag…
Dan Sorensen
  • 11,403
  • 19
  • 67
  • 100
1
vote
2 answers

Passing values with a hidden CFInput

I am trying to make a table with editing capabilities, and I have run into problems trying to associate the old values with the updated ones. My solution was to include a hidden CFInput that passes the old value along side the one to be updated, and…
aceslowman
  • 621
  • 13
  • 28
0
votes
1 answer

cfinput autosuggest not returned properly from .get() call

I'm having a problem with a cfinput tag when returned from a jQuery .get() call. If I put the tag on the main page like so:
earachefl
  • 1,880
  • 7
  • 31
  • 55
0
votes
1 answer

ColdFusion bug - cfinput mask doesn't work with cfmail

Using a mask on a cfinput field causes the email to not go through. I remove the mask and the email is sent fine.
Jon Wilson
  • 726
  • 1
  • 8
  • 23
1
2