DMXzone Database Connector PHP Support Product Page

Answered

Display a Record from a Dropdown Selection

Asked 03 Jun 2014 19:14:01
1
has this question
03 Jun 2014 19:14:01 Randy Riesterer posted:
I am in desperate need of help...

I'm trying to display a record by selecting an item from a dropdown. i.e. by selecting 'B' from a dynamically-fed dropdown that lists A B C D E F, I would like only record B to display in my repeat region. Anyone know how to do this using the DMX extensions? (This was a piece of cake using the old DW server behaviors and PHP).

Replies

Replied 04 Jun 2014 07:01:21
04 Jun 2014 07:01:21 Teodor Kuduschiev replied:
Hello Randy,
There are 2 options to choose from
1. Filter your data source by form variable
2. Use the where filter applied to your repeat region, choosing data.element == {{$FORM.formname}}
Replied 13 Jun 2014 11:55:58
13 Jun 2014 11:55:58 Randy Riesterer replied:
Got it to work... thanks!

Reply to this topic