0
votes
1answer
17 views

Format of ESAPI encode in an output with DecimalFormat

I'm currently working through several forms with outputs to the user and I've successfully applied the #esapiEncoder.encodeForHTML()# without issue thus far but I'm thrown as to whether this is the ...
-1
votes
0answers
51 views

JQuery-Validate stopped working

I recently moved from Windows/MS SQL/Adobe ColdFusion to Centos/MySQL/Railo. When I did, my jQuery-Validate scripts stopped working. There are no error messages, the validation simply does not run. ...
0
votes
1answer
123 views

How to fill a remote ColdFusion form using PHP?

How to fill a remote ColdFusion form and submit it using PHP running on my server? I want to fill a search form on a remote website, which I don't have access to and which is written in ColdFusion, ...
0
votes
1answer
76 views

Populate and Update Form data in ColdFusion

I have a form the needs to be populated and and updated. There are several dropdown fields and input fields on the form that need to be populated and then allow the user to make a change if ...
-3
votes
2answers
103 views

Setting the value of the “action” attribute of a form to the index page

I've noticed something whilst working on the login form I have been creating and was wondering if anybody else had spotted this problem/issue before. When creating a form and entering the value for ...
1
vote
2answers
160 views

ColdFusion/SQL : ELEMENT XXX IS NOT DEFINED IN FORM

I have a form on my cfm page, that is to insert a new row into an SQL datasource. The cfm page hosts the form - and when submitted the -action.cfm page inserts the data and relocates the user to a ...
1
vote
4answers
79 views

Looking at an incoming page and determing if a form is being passed

I need to determine whether or not a page is passing a form to our internal site. We need to redirect if the page comes from an outside domain. A coworker came up with this code: <cfif ...
1
vote
3answers
661 views

Coldfusion 9 HTML form 500 internal server error

I have a windows 2008 server with Coldfusion 9 installed. I have an application that submits a form, and upon submit gets the 500 Internal Server Error page. I have checked the logs and nothing is ...
2
votes
0answers
74 views

MSXML2.ServerHTTP in Coldfusion 8 fails to post data

In trying to work around the buggy <cfhttp> SSL implementation, I switched to using COM and MSXML2.ServerHTTP directly. Unfortunately the POST data fails to arrive at the destination page. GET ...
2
votes
1answer
150 views

How to declare dynamic form field defaults inside a Coldfusion CFC?

I'm looking for a way to declare form default values dynamically in a CFC, I'm calling via AJAX. The current CFC sends orders, which I need to break down into sub-orders. I had been using this: ...
0
votes
1answer
96 views

'date is an invalid date or time string' when passing form data to URL - ColdFusion

I'm trying to pass data from the mobiscroll jquery datepicker to a mySQL query in ColdFusion. When i post the form it just sends the input name and not what is actually there. The yo variable appears ...
0
votes
0answers
94 views

How to send data from Javascript datepicker form to <cfform>

I'm user a Javascript datepicker from mobiscroll to allow the user to select a date and submit it with just mouse clicks. I need to send this data to a ColdFusion query. I was already using the ...
1
vote
2answers
55 views

CFFORM data not readable in IE9

I have form, which I use for users to login to the site. It works in Chrome, but for some reason not in IE 9. Here is the form: <cfform name="loginform" action="login.cfm" method="post"> ...
1
vote
0answers
108 views

ColdFusion form: how to refer to a selection from a binding?

I am not sure if I am thinking about this correctly. I am still new to ColdFusion. I am creating a form which uses binding for the user to select a category and then a specific service. The code for ...
1
vote
2answers
190 views

Firefox doesn't post form Element Values

I have a very simple form (.cfm page). I'm submitting the form via AJAX in my javascript file. The form works fine in IE, Safari and Chrome, but doesn't work in FF (v18.0). Here is my form: ...
1
vote
1answer
64 views

Return to page state after calling file deletion page

My form allows users to select a directory to view the files contained within it: (files.cfm) <form action="#buildURL('main.files')#" method="post"> <!--- Show the subfolder path, ...
1
vote
3answers
175 views

post form multidimensional array in coldfusion

I am trying to post the following : <input name="answer[1][]" value="Answer 1 question 1"/> <input name="answer[1][]" value="Answer 2 question 1"/> <input name="answer[2][]" ...
3
votes
1answer
167 views

integrating reCaptcha into a form'a action to a coldfusion .cfm

I'm trying to help a friend modify some old html code to eliminate spam from being passed from the web form to the coldfusion function. Basically, the web form calls action=add_to_data.cfm. The ...
1
vote
1answer
108 views

cfform target iframe page missing

I have a form that submitted by javascript via a button click. It was an ajax submit to an iframe. Everything was working fine until I changed the tag from 'form' to 'cfform'. From what I understand, ...
0
votes
1answer
238 views

Dynamic form builder or intermediate solution?

We have a submission form and an administration for the submissions, with the ability to view, edit, delete and export. Using Oracle, the submissions are stored in a table, there is a log table to ...
0
votes
3answers
117 views

Form Entry, Review then Update

I'm creating a form where the user will enter data, then click "Review" to see the data they entered. Then after review, "Save" the record. I'm using a <cfform> to submit the form but wonder ...
1
vote
3answers
114 views

DOM elements coming back undefined

I keep getting back a value of "undefined"... Not sure why it's not working in for loop, but above that in alert($("#evalRate1").val()); does return a correct value. Background: I'm working on ...
0
votes
2answers
124 views

get form field value from collection loop

I am looping over a collection (form) and testing for 'attachedFile' in the form field name. On success, I want to add the form field value to an array. Currently, I am only getting the form field ...
2
votes
1answer
288 views

sorting after a cfloop over a collection

So I have this code: <!-- New Array for my loop --> <cfset filesArray = ArrayNew(1)> <!-- index for loop --> <cfset arrayIndex = 1> <!-- When a user attaches a file jQuery ...
0
votes
2answers
187 views

coldfusion validate form number without generating error

I have an ajax form that gets submitted to an iframe. On the server-side I want to validate an input as a valid integer, and if it is not validated set it to a default value of 0. Initial solution ...
11
votes
3answers
326 views

ColdFusion 10 form variable functionality change relating to case of variables

We're just looking at porting a legacy script to ColdFusion 10 and I believe I have come across a bug/change in functionality relating to the use of multiple form fields using the same name. In ...
1
vote
1answer
182 views

ColdFusion Forms

I'm trying to make a form that accesses a MySQL database. But all of this is new to me. I think I might be trying to reach too far beyond my basic understanding of this. Here is my question. I have a ...
0
votes
2answers
103 views

How can I param form fields with a 15-digit dynamic ID inside a Coldfusion CFC?

I have a shopping basket which labels hidden inputs with an id based on a database record. So the input might look like this: <input type="hidden" name="qty12345678" value="5" /> where ...
0
votes
2answers
671 views

How to submit values for checked and unchecked dynamically named radio button groups with ColdFusion?

I have created a form for a user to upload various images into a gallery. They can choose the image, which existing category (or create a new category) it should go into and whether or not to display ...
0
votes
1answer
77 views

Check if a value is into an array

I've a form with this radio button: <ul> <li><input type="checkbox" name="repeat_period_week_day" value="1" /> Sunday</li> <li><input type="checkbox" ...
0
votes
2answers
54 views

How do I grab the left 3 Characters of a lisitem

I am working in ColdFusion. Here is the issue I am having. I have a form with a number of fields in it, including checkboxes. The checkboxes follow a standard naming convention, for instance every ...
1
vote
1answer
85 views

How to set up a global form handler for certain types (user interactions, etc) of forms in Coldfusion?

I'm looking for the best way to structure form handling in a Coldfusion8 site I inherited. There are a number of forms which relate to certain interactions, such as "user interactions" ...
0
votes
1answer
213 views

Coldfusion - CFMail Error - Creating To: List and BCC: List

For CFMail - I am building a To: list and BCC: list using cfset tolist and cfset bcclist These output just fine. But when I add them into the cfmail - the tolist and bcclist error. I am not sure ...
1
vote
1answer
78 views

cftextarea controls not showing when loaded with jQuery ajax .get()

I've got a CFTEXTAREA field, which behaves normally when viewed on its own, but when its loaded via jQuery get() method, the controls do not appear. ie The cftextarea is on a product detail pane. ON ...
0
votes
2answers
93 views

404 when post submitted; found when directly called

I have a ColdFusion enabled form (for validation) submitting to a separate page. When this form is submitted it is showing me a 404 on the action page, yet when I directly load the action url into the ...
-1
votes
2answers
274 views

Commonspot forms hidden field values

I have a form in commonspot, which uses hidden field to pass the information to next form,which it got from a previous form, but I'm not sure about the syntax for the default value of hidden fields. I ...
0
votes
2answers
518 views

what happens on form submits in Coldfusion?

I'm struggling a little to understand the server-side of things using Coldfusion8 and thus far doing client-side stuff only. Say I have a basic Coldfusion page layout like this: <script ...
-1
votes
4answers
398 views

Form validation with javascript in coldfusion

I am trying to validate two fields. One is open time and the other one is close time. My validation should check if the close time has a value anything else than "00" my open time should have a value ...
1
vote
1answer
208 views

Problems with Coldfusion Form Submissions

I'm having a bit of trouble with my form submission, and I'm afraid I need some advice. I have a form where I want a user to submit some text, and when they press submit it will take them to an ...
0
votes
2answers
738 views

Storing form values from a form in a session in coldfusion

I have these form values I'm trying capture in a session: prop_zip prop_st address city fname lname email pri_phone_1 pri_phone_2 pri_phone_3 Here is my session code: <cfapplication ...
3
votes
2answers
246 views

Submit HTML form array to PHP using CFHTTP

I am trying to submit a form using CFHTTP to a PHP page - everything is working properly except for one form field that is using arrays. The HTML code in the form is <select name="groupselect[]" ...
0
votes
0answers
165 views

CFHTTP Keeps Failing With A Particular CFHTTPPARAM [closed]

Having a weird problem with cfhttp. I have a form field I'm trying to post that looks like this: <cfhttpparam type="formfield" name="campaign_id" value="8b7d3689-28e1-d0e6-71fd-4f05ba63050b"> ...
1
vote
1answer
160 views

How To Process Arbitrary Number of Form Fields

I am using ColdFusion (Railo 3.3), and I have several forms using jQuery that can dynamically add a set of form fields (for instance, the user can tick a box to add another company owner that brings ...
0
votes
1answer
239 views

ColdFusion Form Processing and Updating

I'm hoping someone will have the answer! I have a .CFM page where a user can select a name from a drop down list (populated by querying a name column in MySQL database. However, I am trying to get ...
-1
votes
1answer
99 views

Dynamic textfield creation in coldfusion

I'm fairly new to Coldfusion, we are using MX 7, and i'm trying to figure out how to populate a page based on user input. The goal is to have the user specify how many products they want to input into ...
0
votes
2answers
134 views

collect data from a form hosted on another site

We have a number of clients that have agreed to send us their form data once a form is submitted on their site. Is this possible and what is the best way to handle this? Our site is built in ...
3
votes
3answers
131 views

Why does ColdFusion think that the value “7+” is a valid integer value, and how I can validate that it is not?

I have a form for users to input quantities. The form has client-side validation to ensure that the value is an integer and within a given range. The action page has server-side validation to ensure ...
0
votes
1answer
160 views

Submitting to a remote .cfm file using an html form

I want visitors to my website to be able to search for airport lounges offered by a company called Priority Pass. I have created the following form: <form ...
0
votes
2answers
95 views

Form building tool for ColdFusion Reactor?

I'm using Reactor with ColdFusion and I'm wondering if there are any tools that'll build a simple html form automatically from a record object?
0
votes
1answer
226 views

ColdFusion PayPal serverside form post

I want to submit items to a shopping cart and redirect through to PayPal for payment from the code end of a site using dynamically supplied fields. I have tried using cfhttp but it isn't redirecting ...

1 2