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

  • Home
  • SEARCH
  • 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 8599725
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T01:27:30+00:00 2026-06-12T01:27:30+00:00

I have a form where the date has to be selected and it has

  • 0

I have a form where the date has to be selected and it has to be passed to an action. But it is not passing as params to that action. I am using jquery datepicker for selecting dates.

View page

<%=f.text_field :due_date%>

Controller page

def create
      @task = Task.new(params[:task])
       if @task.valid?
          @task.due_date=params[:task][:due_date]
          @task.save
          redirect_to(calenders_path(:date=>@task.due_date,:task_name=>params[:task][:task_name]))
      else
         render :action=>"new"
      end
end

Here only :task_name is passing as params
Please help

  • 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-12T01:27:31+00:00Added an answer on June 12, 2026 at 1:27 am

    Try this:

    def create
          @task = Task.new(params[:task])
           if @task.save
              redirect_to(calenders_path(:date=>@task.due_date,:task_name=>@task.task_name))
           else
              render :action=>"new"
          end
    end
    

    The due_date param should already be populated by the first line. You might be setting it to null with @task.due_date=params[:task][:due_date].

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

Sidebar

Related Questions

I'm using a form that has date picker controls on it. When the form
I have a form(TrimQuery) that has 2 editable date picker fields (Start_Date & End_Date)
I have a form that allows users to enter a date of birth: ie:
I have a date string of the form '2009/05/13 19:19:30 -0400'. It seems that
I have a form which has a date. I registered a customDateEditor for converting
I have an Action model that has a foreign key which specifies how often
I have a form with a field that uses a date/time picker which produces
I have form that has a restricted size and the overflow style set to
I have a form that contains one date element and 3 time elements. This
So I have this form that has tons of text boxes, combo boxes, etc.

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.