Assume:
-
[li]The Form has a SELECT field called agroupid[/li]
[li]Dependent on this is another SELECT atypeid[/li]
[li]the SQL construct for selecting atypeid is something like "SELECT id, atypename FROM grouptypes WHERE agroupid = {agroupid} ORDER by atypename"[/li]
[li]I enable "Use AJAX to reload other fields of type Select" on the SELECT field agroupid so the selection list for grouptypes is refreshed when the user changes the agroupid SELECT.[/li]
[li] I correctly flag the field to reloaded in the AJAX part.[/li]
The dependent SELECT (lookup) never refreshes when the user changes the value for {agroupid}. What have I missed? Do I need to reload the whole form as well?
Thanks