I am trying to populate a dropdown on a CC6 form with a field from a table. Not having much luck.
Read function: read_clubs
Model: Clubs Table:tblclubs
fields to retrieve: Clubs.club
remaining fields left in default
In the form fields view:
Label: Select
Name and ID: select24[]
Options: {var:read_clubs}
{var:read_clubs}
Where am I going wrong?
Thanks,
Karen
Read function: read_clubs
Model: Clubs Table:tblclubs
fields to retrieve: Clubs.club
remaining fields left in default
In the form fields view:
Label: Select
Name and ID: select24[]
Options: {var:read_clubs}
{var:read_clubs}
Where am I going wrong?
Thanks,
Karen
Hi Karen,
The "Select type" should be set to "Return key/value pairs" in the read data.
And the "options" in the dropdown should be set to
Best regards
The "Select type" should be set to "Return key/value pairs" in the read data.
And the "options" in the dropdown should be set to
{var:read_clubs}And the read data should be BEFORE the display section
Best regards
This topic is locked and no more replies can be posted.