× 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

Subtemplate in Form

More
9 years 6 months ago #3023 by moh.aw.web
Subtemplate in Form was created by moh.aw.web
Hello,

I have problems understanding the subtemplate concept so I think I need a little help to start.

I'm trying to create a form in which a user can create a new record. The form currently looks like this:
<dl>
<dt>Clan Name:</dt>
<dd>{joodb form|clan_name}</dd>
<dt>Tag:</dt>
<dd>{joodb form|tag}</dd>
<dt>Country:</dt>
<dd>{joodb form|country_id}</dd>
<dt>Description:</dt>
<dd>{joodb form|description}</dd>
</dl>
<dl>
  <dt> </dt>
  <dd>{joodb captcha}</dd>
  <dt> </dt>
  <dd>{joodb submitbutton}</dd>
</dl>

I have a subtemplate that is linked to the countries table. How can I make it, that the user has some sort of dropdown list and choose a country?

Please Log in to join the conversation.

Moderators: Dirkjoest