in reply to How can I create recursive dynamic forms?
Anyhow, you can change (for example) the contents of an HTML select when the value of some other field changes by having an onChange for an field that rewrites the content of the SELECT.options array for an HTML select tag.
Notice this is client-side Javascript. No need to do anything on the server-side except send the Javascript with the served HTML.
|
|---|