Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CFSELECT , passing selected value in the URL ?

Participant ,
Sep 27, 2011 Sep 27, 2011

Is it possible to use CFSELECT to pass the chosen value in the list as a URL variable ?

eg. at present I surround the CFSELECT in a form and use the onChange event to submit the form

What I would like to do is pass the chosen value from the list as a URL variable, instead of a form item

TOPICS
Getting started
972
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Participant , Sep 27, 2011 Sep 27, 2011

bugger, just managed to track down the answer. Couldn't phrase my question correctly on the search engines. When I finally did phrase correct;y it reminded me to use GET instead of POST

Nothing confidential being passed, so it's fine.

All sorted

Translate
Participant ,
Sep 27, 2011 Sep 27, 2011
LATEST

bugger, just managed to track down the answer. Couldn't phrase my question correctly on the search engines. When I finally did phrase correct;y it reminded me to use GET instead of POST

Nothing confidential being passed, so it's fine.

All sorted

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources