Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
52 views

Cannot get a bootstrap form to work inside a modal

I am using bootstrap to have a form appear inside a modal. Here is the link that launches the modal: <p> <a class="btn btn-primary" data-toggle="modal" data-target="#myModal"><i ...
Philip7899's user avatar
  • 4,657
0 votes
1 answer
265 views

Ruby on Rails 4: New action in modal

In the index view I have a list of my models and "Create new" button. When user clicks on the button a modal form should be presented with one field: name of the model - the only field that required ...
Michael D.'s user avatar
  • 1,309