Top "Nested-forms" questions

A form within another form, often in the ruby-on-rails environment.

Can you nest html forms?

Is it possible to nest html forms like this <form name="mainForm"> <form name="subForm"> </…

html nested-forms
Error in slick.js: "Uncaught TypeError: Cannot read property 'add' of null"

I used slick js for slider view of image. Here is my code. <div class="slider_wrap add-remove"> &…

jquery ruby-on-rails slider nested-forms slick.js
Rails nested form with has_many :through, how to edit attributes of join model?

How do you edit the attributes of a join model when using accepts_nested_attributes_for? I have 3 models: Topics …

ruby-on-rails join nested nested-forms
Nested forms in rails - accessing attribute in has_many relation

I have a user and a profile model. One user can have many profiles. I need to access only one …

ruby-on-rails ruby nested-forms
Rails - Using form_for and fields_for, how do you access the sub-object while in the fields_for block?

In my first rails app I'm trying to use form_for and fields_for to create a nested object form. …

ruby-on-rails-3 forms nested-forms
Rails has_many :through nested form

I have just jumped into has_many :through association. I'm trying to implement the ability to save data for all 3 …

ruby-on-rails nested-forms has-many-through
How to access nested params

I would like to get some nested params. I have an Order that has many Items and these Items each …

ruby-on-rails parameters nested-forms
symfony2 multiple nested forms prototype

I want to include a collection type inside another collection type. It should look like this: Using just one collection …

forms symfony prototype nested-forms
Rails 4 nested attributes not saving

I cannot seem to get nested attributes to save to the database. I am using Rails 4. Here are my models : …

ruby-on-rails ruby ruby-on-rails-4 nested-forms
Rails 4.0 with Devise. Nested attributes Unpermited parameters

I am working on a web-app using Devise and Rails 4. I have a User model which I have extended with 2 …

ruby-on-rails devise nested-forms nested-attributes strong-parameters