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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:25:49+00:00 2026-06-03T04:25:49+00:00

How would I move the built in Devise edit_user_registration view to a modal so

  • 0

How would I move the built in Devise edit_user_registration view to a modal so as when a use clicks on the settings link on a page a modal is shown instead of Rails routing to the view. I’m using bootstrap and wishing to use their code, but I’m unsure as to where one actually places the contents of your modal view in rails?

Will I have to override the devise path or even the controller?

Calling a modal is done via in any layout right… so

<a class="btn" data-toggle="modal" href="#myModal" >Launch Modal</a>

My initial thought was wrap my ..devise/registration/edit.html.erb with the appropriate Modal elements and id but I’m not sure if putting href= “#myModal” must be the same as the id of the modal or can i use the default devise edit route…

Im if i didn’t use devise I wouldn’t have a problem.

  • 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-03T04:25:51+00:00Added an answer on June 3, 2026 at 4:25 am

    Bootstrap performs some JS magic so that the href in your anchor tag href=”#myModal” picks up a div with the same id and uses it to display as the contents as the modal.

    What you want to do is this

    <a class="btn" data-toggle="modal" href="#myModal" >Launch Modal</a>
    <div class="modal" id="myModal">
       <%= render :template => "devise/registrations/edit" %>
    </div>
    

    This will render the devise view in your current view but it will be hidden thanks to bootstrap. Then thanks to bootstrap when someone clicks the Launch Modal button it will show the hidden contents: your user edit form.

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

Sidebar

Related Questions

I would like to move data back and fourth between clojure applications. Application settings
We are currently determining if we would move CVS and VSS projects to a
I would like to move some files around in Visual Studio. But I see
I would like to move an imageView contained on a cell and it works
I would like to move the media directory in for my magento store to
I'm using a ContentPlaceHolder and would like to move the onload=Carousel() from the body
Please take a look at this screenshot first: I would like to move the
I have two divs. I would like to move/populate the text from div id
I am using the jQuery DataTables plugin. I would like to move the search
I have a simple 'repeat with' in an AppleScript, and would like to move

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.