By "the whole page", do you mean the page from where the modal is called or just the contents of the modal itself..?
Anyway, I'm using LOAD() to display a form in a Bootstrap modal, the form submits data, data is processed by a function and a result is displayed in the same modal. I'd have to look at the code but if remember correctly, it was quite straightforward - just needs ajax trap set to true in the LOAD(). I'm using a custom html form in the view, FORM.factory in the controller, the function is called on form.process(...).accepted. Regards, Ales On Thursday, November 1, 2012 10:24:35 PM UTC+1, Richard wrote: > > Hello, > > Anyone get work bootstrap modal with web2py LOAD() without having the > whole page reloaded on embedded form (load component contain a form) > submit?? > > Thanks > > Richard > --