mockapapella
Forum Replies Created
-
This looks like it does what I needed it to. Thanks!
http://preview.energybankinc.com/7-2/
The password is
password1234The only thing of concern at the moment is in the first page “Step 1: Determine your solution.” I only have 3 pictures for testing purposes.
Maybe it’s a case of how I’m using the returned value, because your solution seems to have the same result as my code. I feel like I’m close to a solution. I think the easiest way to fix this is to give you a full overview of how this system is intended to work.
I have 8 pictures which are buttons. When I click a picture, the corresponding Dropdown DS appears (for a total of 8 Dropdown DS’s) along with a normal Dropdown that gives you the option of “1” or “2”. The Dropdown DS automatically has a value selected by virtue of a MySQL search query, so all the user has to do is select “1” or “2”. When they do this, the calculated field updates its value and displays one of 16 Line Text DS’s. These Line Text DS’s are updated based on the value of the corresponding Dropdown DS from above (with Line Text DS’s 1 and 2 corresponding to Dropdown DS 1, Line Text DS’s 3 and 4 corresponding to Dropdown DS 2, etc.).
No matter which image I initially select, only Line Text DS 1 and 2 appear (depending on whether I select “1” or “2” from the normal Dropdown). The 8 Dropdown DS’s still change as expected, but the Line Text DS can’t seem to update past the second one.