Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Preview shows FK Dropdown, but not on form 24 Jul 2014 03:16 #12527

When I add the FK to the form, the preview shows a combo dropdown list to select from the other table:
<select name="my_foreing_key" id="my_foreing_key">
	<option selected="selected" value="">- Select -</option>
	<option value="1">Item 1</option>
	<option value="2">Item 2</option>
	<option value="3">Item 3</option>
</select>

However, the Sandbox renders an empty text box.
<input type="text" size="32" value="" name="jform[my_foreing_key]" id="jform_my_foreing_key">

What is wrong? :(

Please Log in or Create an account to join the conversation.

Preview shows FK Dropdown, but not on form 24 Jul 2014 08:40 #12532

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Simple
This is because you must open the node (in the fields tree) of the FK, and drag a sub field in the form.
Coding is now a piece of cake
The following user(s) said Thank You: gdpodesta

Please Log in or Create an account to join the conversation.

Preview shows FK Dropdown, but not on form 24 Jul 2014 14:55 #12534

What - It doesn't magically know?? sheesh, lol

Please Log in or Create an account to join the conversation.

Preview shows FK Dropdown, but not on form 26 Jul 2014 10:54 #12537

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
No, because it needs to know wich text value to display in the combo.

A possible improvement would be to use the default field of the table (yellow star), but I prefer that you understand the whole process, and also have a more customizable way.
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.094 seconds

Although I found this tool some time ago I just started learning experimenting and building this first component on Monday and now on Thursday afternoon it's already online. Although I already had a working version done with another tool this is much easier to build and at the end you have the freedom to own your own component. Once you know how to use Cook you will boost your productivity as the learning curve is really moderate compared to many other tools.
Giori (Forum)

Get Started