Hello,
I have a problem in my newest project:
I post data with the AJAX -> Post...
This works fine and also my PHP-Script does what it should.
The problem is, I want to call another action, after the AJAX-Post is finished.
The manual says that this can be done by using AJAX -> On complete.
I use the same tag in the AJAX -> Post and the AJAX -> On complete but the On complete never fires...
It doesn't matter what I write into the on complete event, it just never starts...
Is there anything I'm missing?
Best regards and thanks for help!