Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

on clicking link_to_add nested forms not shown in rails #374

Description

@Hassan9229

Using nested_forms in rails for association forms.

Survey model

has_many :questions

Question model

has_many :options

In survey form when I click on

<%= f.link_to_add "Add More Questions", :questions %>

Question fields open but options fields not open.It open by click on <%= question.link_to_add "Add more options", :options %>

I want when I click on add more questions , option fields also appear.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions