Skip to main content
Inspiring
April 14, 2008
Answered

Change the range on cfinput

  • April 14, 2008
  • 2 replies
  • 462 views
Is there a way to dynamicaly change the range values based on previous input values. I want the user to enter a value and then the following two inputs will be based witht he highest value the value entered in the original input.
This topic has been closed for replies.
Correct answer Luckbox72
Thanks for your help. I actually already worte some javascript that pops a meesage box if the values are not valid.

2 replies

Inspiring
April 14, 2008
You would have to use javascript. If you don't know js, I can personally vouch for the book, "Teach Yourself Javascript in 24 Hours", published by SAMS Publishing.
Luckbox72AuthorCorrect answer
Inspiring
April 14, 2008
Thanks for your help. I actually already worte some javascript that pops a meesage box if the values are not valid.
Inspiring
April 14, 2008
Luckbox72 wrote:
> Is there a way to dynamicaly change the range values based on previous input
> values. I want the user to enter a value and then the following two inputs
> will be based witht he highest value the value entered in the original input.
>


Yeah, probably if I|we had a better idea on what you are asking for.
dynamically change what range based on exactly what value when?

Any code? [But not too much, please.]
Luckbox72Author
Inspiring
April 14, 2008
The first input box is called FQID_46 now after this I have 2 other inputs FQID_51 I want to make sure the value entered has a range of 0 to the value of FQID_46 and FQID_52 I want the range to be between FQID_46 and 1000000.