Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8798115
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T00:00:23+00:00 2026-06-14T00:00:23+00:00

i have this form that saves the relation between 2 tables in my db

  • 0

i have this form that saves the relation between 2 tables in my db

Treatments belongs_to :category

Category has_many :treatments

When a treatment is created it should save the id of the category and i want the category to be a drop down list, here is my code for the form :

<%= form_for(@treatment) do |f| %>  
  <div class="field">
    <select> 
      <% Category.find(:all).each do |cat| %>   
        <option><%= cat.name %></option>  
      <% end %>
    </select>
  </div>

<div class="field">
  <%= f.label :name %><br />
  <%= f.text_field :name %>
</div>

<div class="actions">
  <%= f.submit %>
</div>

Okey so i was able to display all the categories names but im kinda lost at how i should save the cat.id with the form

btw im quite new to rails if you haven’t noticed 🙂

any thoughts ?

UPDATE

here is the html that is generated

<div class="field">
  <label for="treatment_category">Category</label>
  <br>
    <select id="category_category_id" name="category[category_id]">
    <option value="">Velja flokk</option>
    <option value="1">Nudd</option>
    <option value="2">Heilun</option>
    <option value="3">Nálastunga</option>
  </select>
</div>

okey noticed an error in the html changed id="treatment_category_id" and now in my show view i see the categorie connected to the treatment but its name looks like Category:0x3eb7d90

here is my view, its just a basic scaffold but i added the .name

<p>
 <b>Category:</b>
  <%= @treatment.category.name %>
</p>

<p>
  <b>Name:</b>
  <%= @treatment.name %>
</p>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T00:00:24+00:00Added an answer on June 14, 2026 at 12:00 am

    USE an HTML SELECT BOX and set the values to the id values and the text to the names of the categories.
    If you need to save more than 1 id then you can use javascript to append a hidden input with the value of the id to save when the form is posted.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a form that is dynamically created, on this form are several radio
Okay, so I have this form that is set to preload a DB record
So I have this JS form that creates a new record ( MySQL ,
I have a form that and after the user fills in this form, I
Please have a look at this form that I am trying to design with
I have this select input in my form that I want to access via
So I have this hidden form and this 'I like this' button that I
I have a form that looks like this: class SampleForm(forms.Form): text = forms.CharField(max_length=100) In
I have a form that looks like this. <form action=index.php method=post> <select name=dropdownOption> <option
I have a form that looks kind of like this: <div> <div class=contact> <h1>Person's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.