Hi,

I'm trying to implement an account edit modal that requires building 3 separate tabs with different forms. Ideally I'd like to create only 1 modal for that and load the different forms via ajax as the user clicks through the tabs. What's the best way of doing that?

Thanks

Rob

Comments

rvarkonyi’s picture

Status: Active » Closed (fixed)

I figured it out...

I used ajax_render on the server side and manually bound the event to the form submit in jquery.