× If you expect answers you should describe your problem and give as much information's as possible. (SQL-Structure, Template Code, Joomla Version ...) Please read this before posting: joodb.feenders.de/support.html

show groupselect another table

  • rgimenezvillacampa.gmail
  • Offline
More
9 years 11 months ago #2820 by rgimenezvillacampa.gmail
show groupselect another table was created by rgimenezvillacampa.gmail
Hello, from the template-catalog table A put groupselect to show data from another table B (are cities, provinces ... this table B only have one column) and that they do a search to select all columns of Table A and shown coincidences. This is possible?

Thanksss.

Please Log in to join the conversation.

More
9 years 11 months ago #2821 by Dirk
Replied by Dirk on topic show groupselect another table
Sorry but it's possible to do this automatically. The only way you can archive this is a plugin.
Just grab your Values from the index-table and generate a select-list.
<select multiple="" size="3" name="gs[cities][]" id="gs_cities" class="inputbox groupselect">
<option value="">...</option>
<option value="1">Berlin</option>
<option value="2">New York</option>
</select>

Please Log in to join the conversation.

  • rgimenezvillacampa.gmail
  • Offline
More
9 years 11 months ago #2823 by rgimenezvillacampa.gmail
Replied by rgimenezvillacampa.gmail on topic show groupselect another table
thank you very much, I try and tell you.

Please Log in to join the conversation.

Moderators: Dirkjoest