| Post |
|
New Member | mjjwatson posts 2 1:08 pm July 24, 2009
| |
|
|
Hi There,
Is it possible to have options in a drop down list that vary depending on options picked on a previous drop down list with this module?
From reading the features I get the impression it is possible, although I can't seem to find any documentation or info about anything like this. Any help would be appreciated.
I'd like, let's say:
Teeshirt size:
s
m
l
(if user picks small:)
color:
red
orange
yellow
(if user picks large:)
red
yellow
green
Hope this example makes sense.
|
|
|
Admin
| Oliver Munich, Germany posts 6237 6:16 pm July 24, 2009
| |
|
|
forum search: dynamic fields
|
|
|
|
|
New Member | mjjwatson posts 2 11:51 am July 27, 2009
| |
|
|
Hi Oliver,
I know you're probably busy but this forum search doesn't answer my question. I'd really appreciate it if you let me know if this function is possible, as I haven't read anything about it yet, on the forums or on the Help! section.
Thanks in advance!
|
|
|
Admin
| Oliver Munich, Germany posts 6237 7:20 pm July 28, 2009
| |
|
|
different options:
- use multi-part forms (with custom logic/my-functions.php)
- add *all* fields to a form and use jQuery to dynamically hide/show certain fields
#1 works for ajax/nonajax
#2 only works in ajax (javascript) mode
|
|
|
|