Re: Form Fields suddenly self validating? Now required?

2013-05-22 Thread Russ Michaels
That . Sounds like a very handy new feature of html5' One less thing to code Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On 22 May 2013 01:41, "Chester Austin" wrote: > > It sounds like the browser's built

Re: Form Fields suddenly self validating? Now required?

2013-05-21 Thread Chester Austin
Sorry if this is a repost. I'm not sure if the form is submitting. It sounds like the browser's built in validation is kicking in. Try it with a different browser and you would most likely get different results. Get rid of the "required" attribute in your input fields and it should work like

Re: Form Fields suddenly self validating? Now required?

2013-05-21 Thread Chester Austin
It sounds like the browser's built in validation is kicking in. Try it with a different browser and you would most likely get different results. Get rid of the "required" attribute in your input fields and it should work like it used to. Unless you want the browser to handle some of the vali

Re: Form Fields suddenly self validating? Now required?

2013-05-21 Thread Rodney Enke
the client side. Without > > seeing code / markup it's impossible to say beyond that. > > > > > > On Tue, May 21, 2013 at 6:30 PM, Jeff F > wrote: > > > > > > > > Hey everyone, > > > > > > I have a very old site that has a basic f

Re: Form Fields suddenly self validating? Now required?

2013-05-21 Thread Justin Scott
rowser, but if it's now rendering your page as HTML 5 then it has meaning and will enforce an input requirement if present. -Justin On Tue, May 21, 2013 at 6:30 PM, Jeff F wrote: > > Hey everyone, > > I have a very old site that has a basic form. All of a sudden, the form is &g

Re: Form Fields suddenly self validating? Now required?

2013-05-21 Thread Russ Michaels
code / markup it's impossible to say beyond that. > > > On Tue, May 21, 2013 at 6:30 PM, Jeff F wrote: > > > > > Hey everyone, > > > > I have a very old site that has a basic form. All of a sudden, the form > is > > requiring all form form fields to be

Re: Form Fields suddenly self validating? Now required?

2013-05-21 Thread Matt Quackenbush
gt; > I have a very old site that has a basic form. All of a sudden, the form is > requiring all form form fields to be filled out? The form is a basic action=, and I've got "required="no" on the fields. > > What's interesting is that the validation results ar

Form Fields suddenly self validating? Now required?

2013-05-21 Thread Jeff F
Hey everyone, I have a very old site that has a basic form. All of a sudden, the form is requiring all form form fields to be filled out? The form is a basic http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

Re: Dynamically Added Form Fields Not Submitted

2011-09-23 Thread Robert Nurse
>I've seen this behavior with malformed HTML were the form tags are between >table and tr tags. Check to make sure your HTML is valid. > >-Dan > > >html >children >table rows which are added to a table. The table is within a form. It >works just fine in IE. But, no FireFox. >> >> Dan hit it rig

Re: Dynamically Added Form Fields Not Submitted

2011-09-23 Thread Robert Nurse
>I've seen this behavior with malformed HTML were the form tags are between >table and tr tags. Check to make sure your HTML is valid. > >-Dan Dan hit the nail on the head! I simply encompassed the table with the form rather than the form with the table. That did it! Thanks for all your input

Re: Dynamically Added Form Fields Not Submitted

2011-09-22 Thread Dan G. Switzer, II
I've seen this behavior with malformed HTML were the form tags are between table and tr tags. Check to make sure your HTML is valid. -Dan On Thursday, September 22, 2011, Robert Nurse wrote: > >>Are you actually adding them as elements to the dom or just adding the html >>text to the table data

RE: Dynamically Added Form Fields Not Submitted

2011-09-22 Thread Bobby Hartsfield
: Dynamically Added Form Fields Not Submitted >Are you actually adding them as elements to the dom or just adding the html >text to the table data? >I've had this exact issue and gotten around by properly adding the children >to the form. > > > >> Hi, I've been add

Re: Dynamically Added Form Fields Not Submitted

2011-09-22 Thread Michael Grant
Could you share some code? On Thu, Sep 22, 2011 at 2:48 PM, Robert Nurse wrote: > > >Are you actually adding them as elements to the dom or just adding the > html > >text to the table data? > >I've had this exact issue and gotten around by properly adding the > children > >to the form. > > >

Re: Dynamically Added Form Fields Not Submitted

2011-09-22 Thread Robert Nurse
>Are you actually adding them as elements to the dom or just adding the html >text to the table data? >I've had this exact issue and gotten around by properly adding the children >to the form. > > > >> Hi, I've been adding them via DOM calls to table cells which are added to table rows which ar

Re: Dynamically Added Form Fields Not Submitted

2011-09-14 Thread Michael Grant
n some Javascript that will dynamically add "file" type inputs > to a form. Or, so I thought. They show up on the page just fine when the > control is clicked. But, when I submit the form to the CF template, those > form fields are absent from the form structure. The added

RE: Dynamically Added Form Fields Not Submitted

2011-09-14 Thread Bill Franklin
Fields Not Submitted Hi All, I've written some Javascript that will dynamically add "file" type inputs to a form. Or, so I thought. They show up on the page just fine when the control is clicked. But, when I submit the form to the CF template, those form fields are absen

Dynamically Added Form Fields Not Submitted

2011-09-14 Thread Robert Nurse
Hi All, I've written some Javascript that will dynamically add "file" type inputs to a form. Or, so I thought. They show up on the page just fine when the control is clicked. But, when I submit the form to the CF template, those form fields are absent from the form struct

Re: Processing Empty Form Fields

2011-03-30 Thread Scott Williams
Hi Les -- That solved my problem. Thanks! Scott - Original Message From: Les Mizzell To: cf-talk Sent: Wed, March 30, 2011 7:08:02 PM Subject: Re: Processing Empty Form Fields > SET Name = Do the below. Will insert a null if the field is em

Re: Processing Empty Form Fields

2011-03-30 Thread Les Mizzell
> SET Name = Do the below. Will insert a null if the field is empty.. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseof

Re: Processing Empty Form Fields

2011-03-30 Thread Greg Morphis
You can also use This way the form fields will always be there, even if they aren't populated. On Wed, Mar 30, 2011 at 8:41 PM, Bobby Hartsfield wrote: > > "CF throws up" doesn't tell us much but I'd imagine it isn't CF at all. I'd

RE: Processing Empty Form Fields

2011-03-30 Thread Bobby Hartsfield
:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Scott Williams [mailto:myscottwilli...@yahoo.com] Sent: Wednesday, March 30, 2011 9:10 PM To: cf-talk Subject: Processing Empty Form Fields Hi all -- I have an edit record form that populates the field

Re: Processing Empty Form Fields

2011-03-30 Thread Justin Scott
> It works fine as long as there is data in every form field. If a > form field is blank, however, CF throws up. It's actually the database throwing up because the resulting SQL is invalid. There are a couple of things you can do, but the one suggestion which should solve the problem is to use C

Processing Empty Form Fields

2011-03-30 Thread Scott Williams
MailFrequency# WHERE GroupNo='#form.GroupNo#'; It works fine as long as there is data in every form field. If a form field is blank, however, CF throws up. For example, if I deleted the ContactPhone, eMailDayofMonth, and eMailFrequency data in the form fields, I get an e

Re: Dynamic form fields part two

2011-01-28 Thread Monique Boea
If anyone is interested here is how I got this to work FINALLY!! INSERT INTO nonproductivetime ( employeeID, reason, time,

Dynamic form fields part two

2011-01-28 Thread Monique Boea
Hello all. I have been trying to figure this out all day. Any assistance would be appreciated. I have a dynamic form that is in grid format:   Use the form below to enter non-productive time for agents. NOTE: Please enter time as minutes AGENTREASON CODEMINUTES #users.firstname# #user

RE: occasional issue with form fields not being passed.

2010-04-01 Thread Will Swain
il 2010 14:51 To: cf-talk Subject: RE: occasional issue with form fields not being passed. Will, I've generally found that when this happens it is because the user had a bookmark to the submitted form. I generally have my forms return to the empty form if no data was submitted. Suddenly

RE: occasional issue with form fields not being passed.

2010-04-01 Thread DURETTE, STEVEN J (ATTASIAIT)
com] Sent: Wednesday, March 31, 2010 11:34 AM To: cf-talk Subject: occasional issue with form fields not being passed. Hi, Got a form with some hidden fields, that gets passed to an https page. This has been up and running and working for several years. Very very occasionally the form scope that is

RE: occasional issue with form fields not being passed.

2010-03-31 Thread Will Swain
issue with form fields not being passed. > Got a form with some hidden fields, that gets passed to an https page. This > has been up and running and working for several years. Very very > occasionally the form scope that is passed is empty. Does anyone have any > ideas how this could ha

Re: occasional issue with form fields not being passed.

2010-03-31 Thread Dave Watts
> Got a form with some hidden fields, that gets passed to an https page. This > has been up and running and working for several years. Very very > occasionally the form scope that is passed is empty. Does anyone have any > ideas how this could happen. I have a user who is insisting they clicked th

occasional issue with form fields not being passed.

2010-03-31 Thread Will Swain
Hi, Got a form with some hidden fields, that gets passed to an https page. This has been up and running and working for several years. Very very occasionally the form scope that is passed is empty. Does anyone have any ideas how this could happen. I have a user who is insisting they clicked th

Re: Missing Form Fields

2009-11-11 Thread Azadi Saryev
as Ian has said, the problem is likely to do with your #form.number# variable: somehow its value when you were building your form fields, and its value on the form's action page is not the same. check your code that sets its value and look for any code that may change it... are you building

Re: Missing Form Fields

2009-11-11 Thread Steve Moore
The missing fields are always text fields. I dump the form scope in my error email I receive and the field does not exist. Not in the FIELDNAMES field either. Doubt they are from bots as the rest of the content seems valid user input. ~~

RE: Missing Form Fields

2009-11-10 Thread Steve Keator
ore [mailto:smo...@larimer.org] Sent: Tuesday, November 10, 2009 1:05 PM To: cf-talk Subject: Missing Form Fields I have some CF forms that use dynamic field naming in a loop depending upon some value. Code like: Every once in awhile when the user submits the form, one of the fields does n

Re: Missing Form Fields

2009-11-10 Thread Ian Skinner
Steve Moore wrote: > I have some CF forms that use dynamic field naming in a loop depending upon > some value. Code like: > > > > > Since you are using untrusted information, "form.number", it is possible this is a result with somebody tinkering with the form submits you are processing. I

Re: Missing Form Fields

2009-11-10 Thread Steve Milburn
Do you have other types of inputs on the page than text inputs? If no option is selected for radio buttons and checkbox inputs, then nothing is submitted to the processing page. Also, you must be passing a list of field names to the processing page somehow, maybe via a hidden input. You could l

Missing Form Fields

2009-11-10 Thread Steve Moore
I have some CF forms that use dynamic field naming in a loop depending upon some value. Code like: Every once in awhile when the user submits the form, one of the fields does not exist on the page processing the form. The error is something like "Element fname_2 is undefined in a Java obj

Re: cfpdfform -Prefill form fields

2009-10-26 Thread Ria Ragam
Thanks alot. I will try to create a required PDF. Ria On Mon, Oct 26, 2009 at 7:35 PM, Dave Watts wrote: > > > I am trying to pre-fill the form fields in PDF. I can successfully fill > the fields in the pdf. but when I dump the structure by using > > , > In the str

Re: cfpdfform -Prefill form fields

2009-10-26 Thread Dave Watts
> I am trying to pre-fill the form fields in PDF. I can successfully fill the > fields in the pdf. but when I dump the structure by using > , In > the structure I can only see FirstName and the > LastName elements. I also wanted to prefill the address in the form but I am

cfpdfform -Prefill form fields

2009-10-26 Thread Ria Ragam
Hi All, I am trying to pre-fill the form fields in PDF. I can successfully fill the fields in the pdf. but when I dump the structure by using , In the structure I can only see FirstName and the LastName elements. I also wanted to prefill the address in the form but I am unable to to. Can I

Re: Need help with dynamic form fields

2009-05-31 Thread Peter Boughton
Please post the actual HTML you're working with - otherwise any answers can only be making assumptions, which may just cause further confusion. ~| Want to reach the ColdFusion community with something they want? Let them know

Re: Need help with dynamic form fields

2009-05-30 Thread David McGuigan
t; > hello > > I have an issue that I am stuck on. > > I need to check the value of dynamic form fields with javascript and don't > know > how. > > Here is what the form fields look like: > > compensationType_userID (this is the field name) > > The userI

Re: Need help with dynamic form fields

2009-05-30 Thread Don L
eed to check the value of dynamic form fields with javascript and don't >know >how. > >Here is what the form fields look like: > >compensationType_userID (this is the field name) > >The userID will be the dynamic part. > >How do I check for the value in javascript on

Re: Need help with dynamic form fields

2009-05-30 Thread Ryan Letulle
Not sure of what you are trying to do, but I usually use getelementbyid when I need to work with form fields. Very straightforward and lots of examples, just Google. w3schools etc -- Ryan On Sat, May 30, 2009 at 8:02 PM, Torrent Girl wrote: > > hello > > I have an issue that I

Need help with dynamic form fields

2009-05-30 Thread Torrent Girl
hello I have an issue that I am stuck on. I need to check the value of dynamic form fields with javascript and don't know how. Here is what the form fields look like: compensationType_userID (this is the field name) The userID will be the dynamic part. How do I check for the val

Using CFPDFFORM, Data going into PDF Form Fields is mis-aligned or cut off...

2009-05-28 Thread Chris Johnson
ny times a form is perfect in PDF form, but then when CFPDFFORM inserts data into that form, the data is mis-aligned and has a different placement than it did in the actual PDF. On that second issue, if you tab through those form fields when in the browser, they jump all over the place as you tab

Re: Form Fields

2009-03-05 Thread Jason Fisher
Or, if you're trying to figure out how to select the value from the database, you may be looking for something like this: selected>#displayValue# ~| Adobe® ColdFusion® 8 software 8 is the most important and dramati

re: Form Fields

2009-03-05 Thread CF Developer
From: Pranathi Reddy Sent: Wednesday, March 04, 2009 9:25 PM To: cf-talk Subject: Form Fields Hi All, I have an issue and my brain is not working Actually I am trying to pull the data back to the formfield from sql

Form Fields

2009-03-04 Thread Pranathi Reddy
Hi All, I have an issue and my brain is not working Actually I am trying to pull the data back to the formfield from sql database when there is a selection in dropdownlist. I am really not sure of how I could realy implement it. Any Help??? Thanks, Pranathi

Form Fields

2009-03-04 Thread Pranathi Reddy
Hi All, I have an issue and my brain is not working Actually I am trying to pull the data back to the formfield from sql database when there is a selection in dropdownlist. I am really not sure of how I could realy implement it. Any Help??? Thanks, Pranathi

Re: cfloop form fields

2009-02-25 Thread j s
Yes! That did the trick. Thank you! > Try this: > > > > > #variables["F_Name#i#"]# > > > > I think that's what you're looking for. I used variables scope simply > to more easily use the struct notation of struct["varName"] in the > outpu

Re: cfloop form fields

2009-02-25 Thread Jason Fisher
Try this: #variables["F_Name#i#"]# I think that's what you're looking for. I used variables scope simply to more easily use the struct notation of struct["varName"] in the output. You could as easily do: ~

cfloop form fields

2009-02-25 Thread j s
I want to loop form fields without using collection="#form#" or list because I want to specify which fields to loop over and not the complete form. This is the syntax: #F_Name[i]# the code above produces this error msg:

Re: Making form fields read-only with ColdFusion 8

2009-02-09 Thread Gerald Guido
yes. You can do it with with the (cf) form wrote: > > Does anyone know if it's possible to set a form field to read only after > populating it with CF8? I've looked through the documentation and haven't > found it. I would like to be able to populate a set number of fields in my > pdfs and then

Making form fields read-only with ColdFusion 8

2009-02-09 Thread Merritt Chapman
Does anyone know if it's possible to set a form field to read only after populating it with CF8? I've looked through the documentation and haven't found it. I would like to be able to populate a set number of fields in my pdfs and then "lock" them so that the user can only edit the remaining

Re: finding dynamic form fields after submission

2008-12-21 Thread Scott Stewart
and this should hold true for the other three variables po_, role_ and year_ here's the loop again with the suggested changes For (i=1;i LTE Form.PE_Counter; i=i+1) if(StructKeyExists(FORM,'play_'&i)){ session.NODA09_formStruct['play_'&i] = form['p

Re: finding dynamic form fields after submission

2008-12-21 Thread Matt Quackenbush
session.NODA09_formStruct['play_' & i] = form['play_' & i]; On Sun, Dec 21, 2008 at 11:16 AM, Scott Stewart wrote: >session.NODA09_formStruct.play_[i] = form[play_[i]]; > ~| Adobe® ColdFusion® 8 software 8

Re: finding dynamic form fields after submission

2008-12-21 Thread Scott Stewart
ot;play1", "po1", "role1" and "year1" or >>> 2, or 3 ad Infinitum based on how many rows the user has selected. >>> on the processing side I need to write the form field values to a >>> structure because there will be credit card proce

Re: finding dynamic form fields after submission

2008-12-19 Thread Matt Robertson
*sigh* where is the UnSend button? That tutorial only covers updating existing rows. Never mind :-) form.fieldnames and a little conditional logic should fix you right up. Don't forget to also exclude the form field(s) your submit button generates. -- -...@robertson-- Janitor, The Robertson

Re: finding dynamic form fields after submission

2008-12-19 Thread Matt Robertson
That CFC is sweet! Ages ago I wrote up a complete tutorial on how to do the multi-record thing, start to finish. http://tutorial214.easycfm.com/ I used evaluate(), which is a sin, but otherwise its a pretty straightforward, basic way to get the job done. -- -...@robertson-- Janitor, The Rober

Re: finding dynamic form fields after submission

2008-12-19 Thread Ravi Gehlot
the processing side I need to write the form field values to a > structure because there will be credit card processing before I write to > the database. > > How can I loop over the form structure and find the dynamically > generated form fields and their values. > ~~

Re: finding dynamic form fields after submission

2008-12-19 Thread Charlie Griefer
> http://formutils.riaforge.org/index.cfm > > > http://www.briankotek.com/blog/index.cfm/2007/9/4/Implicit-Creation-of-Arrays-and-Structures-from-Form-Fields > > On Fri, Dec 19, 2008 at 3:09 PM, Aaron Rouse > wrote: > > > I always pass a hidden form element that

Re: finding dynamic form fields after submission

2008-12-19 Thread Brian Kotek
rrays-and-Structures-from-Form-Fields On Fri, Dec 19, 2008 at 3:09 PM, Aaron Rouse wrote: > I always pass a hidden form element that is a counter filled in by JS for > how many fields have been added. So if I have a field named foo_1 and I > add > foo_2, foo3, foo_4 and take away eve

Re: finding dynamic form fields after submission

2008-12-19 Thread Aaron Rouse
ssing side I need to write the form field values to a > > structure because there will be credit card processing before I write to > > the database. > > > > How can I loop over the form structure and find the dynamically > > generated form fields and their values. &

Re: finding dynamic form fields after submission

2008-12-19 Thread Ian Skinner
As well as the form.fieldNames sugested by Barney and Charlie. Since the form and url scopes are structures, as are all variable scopes in CF, you can use any of the structure functions or tags to parse the data. Such as: #structKeyList(form)# OR #structKeyList(url)# OR #form[field]#

Re: finding dynamic form fields after submission

2008-12-19 Thread Judah McAuley
;year1" or > 2, or 3 ad Infinitum based on how many rows the user has selected. > on the processing side I need to write the form field values to a > structure because there will be credit card processing before I write to > the database. > > How can I loop over the for

RE: finding dynamic form fields after submission

2008-12-19 Thread Che Vilnonis
Try this... #theField# = #form[theField]# -Original Message- From: Scott Stewart [mailto:saste...@email.unc.edu] Sent: Friday, December 19, 2008 2:57 PM To: cf-talk Subject: finding dynamic form fields after submission Hey all, I have a form with one of those wonderful dynamic

Re: finding dynamic form fields after submission

2008-12-19 Thread Charlie Griefer
t; on the processing side I need to write the form field values to a > structure because there will be credit card processing before I write to > the database. > > How can I loop over the form structure and find the dynamically > generated form fields and their values. > > -- &

Re: finding dynamic form fields after submission

2008-12-19 Thread Barney Boisvert
form.fieldnames lists all the submitted form fields. cheers, barneyb On Fri, Dec 19, 2008 at 11:57 AM, Scott Stewart wrote: > Hey all, > > I have a form with one of those wonderful dynamic "ad form row" widgets. > Because of this I never will know exactly what f

finding dynamic form fields after submission

2008-12-19 Thread Scott Stewart
sing before I write to the database. How can I loop over the form structure and find the dynamically generated form fields and their values. -- Scott Stewart ColdFusion Developer Office of Research Information Systems Research & Economic Development University of North

RE: Moving from previous versions to MX7...required form fields?

2008-07-18 Thread Dave Watts
> I was surprised just how broken MX7 made all my pre-existing > CF. One annoyance in particular is that my required form > fields no longer function - though the page still causes the > server to generate the validation scripts. Has anyone else > encountered this? Workaround

Moving from previous versions to MX7...required form fields?

2008-07-18 Thread B T Braun
I was surprised just how broken MX7 made all my pre-existing CF. One annoyance in particular is that my required form fields no longer function - though the page still causes the server to generate the validation scripts. Has anyone else encountered this? Workarounds - suggestions? I

RE: Japanese Characters in Form Fields

2008-04-30 Thread Andy Matthews
Just at the top of the CFM page. -Original Message- From: Chad McCue [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 9:56 AM To: CF-Talk Subject: RE: Japanese Characters in Form Fields Nope, where would that function be called? -Original Message- From: Ian Skinner

Re: Japanese Characters in Form Fields

2008-04-30 Thread Ian Skinner
Chad McCue wrote: > Nope, where would that function be called? Whenever I have needed to use it, I just set it in an global location such as Application.cfm|cfc so that it takes effect in the entire application. If you want to be more selective I would think it MUST be on the action page rece

RE: Japanese Characters in Form Fields

2008-04-30 Thread Chad McCue
Nope, where would that function be called? -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 10:49 AM To: CF-Talk Subject: Re: Japanese Characters in Form Fields Chad McCue wrote: > I have a site that displays Japanese text fine, but w

Re: Japanese Characters in Form Fields

2008-04-30 Thread Ian Skinner
Chad McCue wrote: > I have a site that displays Japanese text fine, but when someone types > in Japanese characters in the form fields it changes the characters to > ? > > Anyone know how to make the cfform submit the japanese characters typed > in the fields?

RE: Japanese Characters in Form Fields

2008-04-30 Thread Chad McCue
-Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 10:45 AM To: CF-Talk Subject: RE: Japanese Characters in Form Fields What do you have your charset set to? -Original Message- From: Chad McCue [mailto:[EMAIL PROTECTED] Sent

RE: Japanese Characters in Form Fields

2008-04-30 Thread Andy Matthews
What do you have your charset set to? -Original Message- From: Chad McCue [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 9:33 AM To: CF-Talk Subject: Japanese Characters in Form Fields I have a site that displays Japanese text fine, but when someone types in Japanese

Japanese Characters in Form Fields

2008-04-30 Thread Chad McCue
I have a site that displays Japanese text fine, but when someone types in Japanese characters in the form fields it changes the characters to ? Anyone know how to make the cfform submit the japanese characters typed in the fields

CF8: read a PDF and list its form fields type and options

2008-03-31 Thread Brook Davies
I know its possible to get a list of the fields within a PDF but what about a list of PDF field type s(radio,text etc) and options used in radios,checkboxes and combo-boxes. Is it possible to get this data from a PDF in CF8? ~|

Re: clearing form fields when tabbing

2008-03-27 Thread Steve Good
t; for each. The > method that is called would look something like this: > > function clearFormField (elID) { > document.getElementById(elID).value = ''; > } > > Nic > > Steve Good wrote: > >> So I know how to clear form fields when they are clicked

Re: clearing form fields when tabbing

2008-03-27 Thread Nicholas M Tunney
; } Nic Steve Good wrote: > So I know how to clear form fields when they are clicked using > onClick="this.value=''" but how do I clear them when tabbing through the > form? I looked at onActivate, but it seems pretty much unsupported. I > also read

clearing form fields when tabbing

2008-03-27 Thread Steve Good
So I know how to clear form fields when they are clicked using onClick="this.value=''" but how do I clear them when tabbing through the form? I looked at onActivate, but it seems pretty much unsupported. I also read this article http://www.mindpalette.com/tutorials/clea

Re: Add form fields dynamically

2008-03-05 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Wow! Happy Birthday to me! 8-) Thank you very very much Charlie! > On Tue, Mar 4, 2008 at 2:11 PM, Charlie Griefer > <[EMAIL PROTECTED]> wrote: > > On Tue, Mar 4, 2008 at 1:31 PM, <[EMAIL PROTECTED]> > wrote: > i'm sure this can be cleaned up quite a bit... but this should do it > > http://ww

Re: Add form fields dynamically

2008-03-04 Thread Gerald Guido
Charlie, Thanx for the nomorepasting.com link. Good stuff. P.S. Information is not knowledge. Knowledge is not wisdom. Wisdom is not truth. Truth is not beauty. Beauty is not love. Love is not music. Music is THE BEST. And something about the Wiz that Dale was babbling about... -- "As an adole

Re: Add form fields dynamically

2008-03-04 Thread Charlie Griefer
. > > What I want to do is based on the number of kids value, dynamically > generate birthday form fields. i'm sure this can be cleaned up quite a bit... but this should do it http://www.nomorepasting.com/getpaste.php?pasteid=12545 -- Evelyn the dog, having undergone further

Re: Add form fields dynamically

2008-03-04 Thread Charlie Griefer
On Tue, Mar 4, 2008 at 1:31 PM, <[EMAIL PROTECTED]> wrote: > All, > > I'm starting to build a basic form where the user can indicate the number of > children they have. > What I want to do is based on the number of kids value, dynamically generate > birthday fo

Add form fields dynamically

2008-03-04 Thread coldfusion . developer
All, I'm starting to build a basic form where the user can indicate the number of children they have. What I want to do is based on the number of kids value, dynamically generate birthday form fields. Any posts, articles or ideas would be great to get me started. Thanks. Number of

Re: Using cfinput causes form fields to "show through"?

2008-01-30 Thread Don L
Interesting technique. I had a similar problem. Tried it with IE7 to no vail. FF2 is just fine even without it. The weird thing is, when you switch from another tab the problem is gone by itself. Can't test it with IE6 now. >Update: > >This code is more efficient: > > > #testautosuggest

RE: Using cfinput causes form fields to "show through"?

2008-01-30 Thread Jake Churchill
x103 -Original Message- From: Jake Churchill [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 7:24 AM To: CF-Talk Subject: RE: Using cfinput causes form fields to "show through"? That would do the trick. The issue in CF8 was conflicting floats. It's actually

RE: Using cfinput causes form fields to "show through"?

2008-01-30 Thread Jake Churchill
From: "William Seiter" <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2008 12:49 AM To: CF-Talk Subject: RE: Using cfinput causes form fields to "show through"? Looking at the code from back then, (the pages were never launched and I don't have php loaded locally, so can

RE: Using cfinput causes form fields to "show through"?

2008-01-30 Thread Dan G. Switzer, II
>William, >I looked into this (see my other post) and the z-index for the input field >gets set to 0, the autosuggestcontainer gets set to 9050 and the shadow to >9049. The problem lies in that IE6 and z-index don't get along (at all). >IE6 literally resets all z-index to 0 once the page loads. T

RE: Using cfinput causes form fields to "show through"?

2008-01-29 Thread William Seiter
Jake Churchill [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 9:09 PM To: CF-Talk Subject: RE: Using cfinput causes form fields to "show through"? William, I looked into this (see my other post) and the z-index for the input field gets set to 0, the autosuggestcontainer gets

RE: Using cfinput causes form fields to "show through"?

2008-01-29 Thread Jake Churchill
loads. -- Jake Churchill Team Leader 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: [EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 10:08 PM To: CF-Talk Subject: RE: Using cfinput causes form f

re: Using cfinput causes form fields to "show through"?

2008-01-29 Thread Jake Churchill
2-408-3733 x103 From: "Ryan Stille" <[EMAIL PROTECTED]> Sent: Tuesday, January 29, 2008 9:26 PM To: CF-Talk Subject: Using cfinput causes form fields to "show through"? I have a form with three text fields lined up vertically on top of each other. The first field was

RE: Using cfinput causes form fields to "show through"?

2008-01-29 Thread William
to: http://www.winninginthemargins.com and use passcod: GoldenGrove -Original Message- From: "Ryan Stille" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: 1/29/2008 7:25 PM Subject: Using cfinput causes form fields to "show through"? I have a form with three text f

Using cfinput causes form fields to "show through"?

2008-01-29 Thread Ryan Stille
I have a form with three text fields lined up vertically on top of each other. The first field was a cfinput, so I could use the autosuggest feature. Worked great. Then I changed the other two fields to be cfinputs, and now they show through the autosuggest popup area. Here's a screen shot o

Re: Populating PDF Form Fields using CF

2007-11-13 Thread Cutter (CFRelated)
nloadable high res PDFs. These are print ads for schools. > They have a couple of form fields where the school puts in their name, > address, and phone number. The problem is many schools don't have the Adobe > writer so they can't update the fields. > > Is there a function

RE: Populating PDF Form Fields using CF

2007-11-13 Thread Bobby Hartsfield
You can create an FDF file. It is an answer file for PDF forms. Basically... You create a PDF with form fields, then you create an FDF file with the answers and point the FDF to the url of the PDF file. Then you just feed the dynamic FDF via cfcontent. I did this for a college scholarship

Populating PDF Form Fields using CF

2007-11-13 Thread Robert Harrison
I have some downloadable high res PDFs. These are print ads for schools. They have a couple of form fields where the school puts in their name, address, and phone number. The problem is many schools don't have the Adobe writer so they can't update the fields. Is there a function in CF w

Re: CFINPUT type="datefield" popup calendar underlaps other form fields

2007-09-11 Thread Andrew Scott
Yes I blogged about it a long time ago, and have reported it as a bug to adobe as well. On 9/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm using CFINPUT type="datefield" to create a popup calendar and the > calendar works > fine but is showing up under

  1   2   3   4   5   6   >