First of all - that is a great owl pumpkin picture. Love It!
If you create a workflow for your dropdown that says:
When this drop-down’s value is not empty - set state of (group of text boxes) to: dropdown’s value.
So basically - if you have the text boxes in a group. You would set the data source of the group to a “set state” - like:
Data source = Parent groups (dropdown selector) <- dropdown selector is the “state”
So when a user selects an item in the dropdown - it will set the state of your group (with the textboxes) to correlate with the selection; than populate the data accordingly.
There’s likely some additional steps; but that’s the general idea. Does that make sense??
If you click preview; the sequence does “work” if you click on one of the values in the dropdown, but the drop-down values are invisible which obviously wont work… (I am trying to populate the drop-down with animal “names”)
Anyway the solution is right around the corner, so its worth clicking around with on your end - to see what I’ve done.
I’m actually quite bad at structuring forum app data. Perhaps @cakeheke can have a look? (cakeheke is really good with the forum app, and also has a great screaming tiki profile pic )
I will fiddle around with it again tomorrow; if it hasn’t been resolved.
Yes! Nice Nigel, very nice. The link right to the editor from buildingonbubble is great.
Do check that out @bogwood; perhaps buttons for the animals could be a better way…?
You could also have buttons FOR the buttons (another set state sequence). For example “Forest animals” would show a group of buttons that say “Raccoon” “Birds” etc - another layer of categorization (particularly if you have lots of animals)
Sorry I couldn’t figure out the dropdown - I have yet to successfully populate one with dynamic data. You could likely do it with static data - but that would involve you needing to type the animals names (the same) in several different places, multiple times…
Gawh! Of course! I should have known; but did not even think of, or try that! Good to see you have found the solution.
(Thanks for the screenshot/ I learned something here; as will others)
Newbie here! This is exactly what I need but in reviewing the forum_app2, I don’t see how you created the “animals” option for Types of Choices. Is there an article or reference explaining the part of it? This will pretty much make up my entire form so important haha. I would appreciate any help!
SOLVED: Of course I pulled the trigger to soon on asking. For those that are asking the same
1.) Go to the Data module on the left hand side and in the Data Type tab create a new Data Type with the name of ‘Animals’ in this case
2.) Within your new data type add the fields for “Animal”, “Kind”, “Locomotion”, “Name”
3.) App Data Tab> New Entry> Add the name of the animal you want to include, and the associated information for the other three data fields you created and are intending to autopopulate. Add a new entry for each animal.
This will provide you with the option to include “Animals” for your type of choices and follow the rest of the settings laid out by Jordan & Bogwood. Thanks for the input guys!