Hiding DS fields?
-
Hi
I am on the DEMO site evaluating the Datasource implementation prior to upgrade to Developer version.I am trying to use Datasource fields to auto-populate my form. I am using simple comma delimited csv as my datasources
Ok, so I can successfully populate a text DS with a field from my csv when the user enters his id (The key)
What I then want to do is to also populate a dropdown which the user can override if they choose. The only way I can see to do this is to make a single column csv for the Dropdown DS values and use the value retrieved in the Text DS as the criteria in the dropdown DS – The dropdown DS only supports a single column datasource. This is fine and I can make this work.
What I then want to be able to do is to HIDE the text DS field as this is just being used as a staging step. I am not able to do this. Can you tell me how to hide it?
An altogether better implementation would be to allow multi-column sources for the Dropdown DS field so I could pass more than one criteria field to make the selection.
- The topic ‘Hiding DS fields?’ is closed to new replies.