[web2py] Re: Ajax Form Update (and thank you for all the help)

2016-04-27 Thread Mark Billion
The problem is that Im at a loss. Right now, the process function calls next and sends to the default page. ajax_form = SQLFORM(db[field_array[3]], this_page_ajax, deletable=True).process(next = URL('default', field_array[4], vars=dict(cli=field_array[0]))) And Ive got it set up to deal with

[web2py] Re: Ajax Form Update (and thank you for all the help)

2016-04-25 Thread Massimo Di Pierro
Can you show up some more code. On Monday, 25 April 2016 08:51:14 UTC-5, Mark Billion wrote: > > I have a form that is accessed through ajax and displayed in a > modalRight now, on success, the modal clears and the parent page is > reloaded, which then shows the data that was entered in the