Hello, I try to add two ajax forms into a page with something like this:
{{=LOAD(url=URL(r=request,f='add_person.load'), ajax=True)}} {{=LOAD(url=URL(r=request,f='add_image.load'), ajax=True)}} If the form has errors, the error messages are displayed after a second submit. So, I need to click two times the submit button to display them. The second form has a normal behavior. Thanks. i.a.