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 8141233
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T12:26:17+00:00 2026-06-06T12:26:17+00:00

I have a Rails form, where I am trying to insert a Select formfield

  • 0

I have a Rails form, where I am trying to insert a Select formfield .

My current code runs like this –

 <select id="selectservice"  name="service">


<% @categories.each do |category| %>


      <% @services= category.services %>
      <% @services.each do |service| %>
          <option  value="<%= service.id %>"><%= service.name %></option>
      <% end %>


<% end %>

</select>

Now I want to convert this into a Formbuilder style as the rest of the form is in that style . And also I will be able to insert the variable which is missing here . How do I go about inserting the option tags ?

<%= form_for @appointment  do |f| %>
 <%= f.select :service_id, :name=>"service" %>


##How do I insert the Option tags here ?


<%= end %>
  • 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-06T12:26:19+00:00Added an answer on June 6, 2026 at 12:26 pm

    I think I found the answer . This can be achieved by Grouped Options for Select

    <%= f.grouped_collection_select :service_id,
                        @categories, :services, :name,
                        :id, :name , :id=>"selectservice"
                    %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to submit a Rails form with AJAX. I have some toggle on/off
I have a Rails form for email, and I would like to have auto-completion
We have the following code working for a complex rails form with checkboxes. I'm
I have some code to display a long list of languages inside Rails form
I would like to have Ajax form in Rails so i'm using form_remote_tag. The
I have this method form a Rails 2.3.4 app: def self.find_all_colored(query, options={}) finder_options =
In my Rails 3 app I have a simple form like: <%= form_tag({:controller =>
I have an otherwise functioning rails project where I'm trying to update some form
I have a rails form. I have 4 check boxes. What I am trying
I have just started learning Rails and I'm trying to build a post/like type

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.