SID-01777: Retrieve the value of the selected list value
| Status: |
Answered |
TWiki version: |
5.1.4 |
Perl version: |
5.16.3 |
| Category: |
CategoryForms |
Server OS: |
win7 |
Last update: |
12 years ago |
Any expert know if there a way to create a dropdown menu with values to select without using edittable plugin? When one of the value is selected by the user, is there a way to capture that value and subsequently use it in a %search%?
--
Jay Timber - 2013-08-07
Discussion and Answer
Yes, use an HTML form and a SEARCH on the same page. Tie both together with a URLPARAM.
FORM:
SEARCH:
Look at the raw text to learn how this works.
Details at
VarSEARCH,
VarURLPARAM,
TWikiTemplates.
--
Peter Thoeny - 2013-08-07
Thank you Peter, that worked!
--
Jay Timber - 2013-08-07
Thank you Peter, that worked!
--
Jay Timber - 2013-08-07
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Topic revision: r3 - 2013-08-07
- JayTim