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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:17:06+00:00 2026-05-23T18:17:06+00:00

I need to create some type of helper for a form where it will

  • 0

I need to create some type of helper for a form where it will create a select for each day of the week.

Below, creates the 5 instances, but only submits the last one.

def basic_question(q)
   a = ""
   5.times do 
     a << select("question[question_id_#{q.id}]", :response, (0..30).to_a) + " for #{q.survey.publish_on.strftime('%A')} #{q.survey.publish_on.strftime('%D')} <br />"
   end
   return a.html_safe
end

EDIT

Here is the view to take the survey

<%= form_for store_survey_path(@survey) do |f| %>
<% hidden_field.user_id, :value => current_user.id %>

<% @survey.questions.each do |q| %>

  <li><%= q.content %></li>
  <%= question_helper(q) %>

<% end %>
<p><%= f.submit %></p>
<% end %>

And the helper that checks for the type of question it is.

def question_helper(question)
    case question.question_type
    when 'basic'
      return basic_question(question)
    when 'fill_in'
      return fill_in_question(question)
    when 'scale_5'
      return "should return a scale of 5"
    when 'scale_10'
      return "should return a scale of 10"
    when 'must_choose_answer'
      return question.answers.to_s
    when 'just_label'
      return " I will be a label"
    else
      return "Couldn't find in helper"
    end
  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-05-23T18:17:07+00:00Added an answer on May 23, 2026 at 6:17 pm

    You could either go with giving the separate selects different names so that they are submitted separately, or you could submit them all as an array. I would go with the last option.

    To submit them as an array, you have to add [] to the end of the select name like this:

    question[question_id_#{q.id}][]
    

    Which would end up looking like this:

    a << select("question[question_id_#{q.id}][]", :response, (0..30).to_a) + " for #{q.survey.publish_on.strftime('%A')} #{q.survey.publish_on.strftime('%D')} <br />"
    

    I hope that helps.

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

Sidebar

Related Questions

I need to create some windows service which will execute every N period of
For a Website I'm developing, I will need to create some graphics. I haven't
I have content type with Photos ImageField. I need to create some moderation view
I've created a new product type and need to create and associate some custom
I need to create some type of Quizz app witch have to have 2
I need to create an object of some type. The class of the object
I need to create some mini-windows, like the ones shown in the image bellow,
When I am testing my DAL I need to create some database entities before
In a PHP project I'm working on we need to create some DAL extensions
Into a class constructor, I need to create some objects on the fly and

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.