Re: Dynamic Forms Help

2004-12-20 Thread Charlie Griefer
dunno if the cfform generated code will affect this, but try adding the following to your cfselect tag: onchange=this.form.TEXTAREA_NAME.value = this.options[this.selectedIndex].text On Mon, 20 Dec 2004 16:07:49 -, Pedro Mendes [EMAIL PROTECTED] wrote: Hello all, In a CFFORM I have a

RE: dynamic forms

2004-03-10 Thread Tony Weeg
input type=checkbox name=checkThis > span style=display:hidden id=theForm input name=test size=10 /span not tested, but should work. -Original Message- From: Jones, Becky [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 3:12 PM To: CF-Talk Subject: dynamic forms i want to

Re: dynamic forms

2004-03-10 Thread Charlie Griefer
) { document.myform.bar.style.display = inline; } else { document.myform.bar.style.display = none; } } /script - Original Message - From: Tony Weeg [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 1:15 PM Subject: RE: dynamic forms input type=checkbox name

RE: dynamic forms

2004-03-10 Thread Tony Weeg
yeah, true... -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 3:24 PM To: CF-Talk Subject: Re: dynamic forms well, would need to determine the state of the checkbox in order to determine whether or not to show/hide the text input

RE: Dynamic Forms in CF [How To?]

2000-05-22 Thread Reynolds, Adam
Simpleadd a form variable called 'numberofentries'. If defined loop and create a X entries each suffixed by a number 1..X set an invisible variable to the number requested. Action for the form should be to some sort of insertentries.cfm If not defined display a form which asks how many