Send data to the server.
Hello. Now we have the problem with sending data to the server. We have modal action, and on press 'Ok' button runs js function. But data that user inputs in modal window not presented on the server. We using refresh on change for eac field in modal action to resolve it, but it's not good for users. I tried call reloadSection activity, but data not refreshed on the server after that. May be someone knows how i can send data to the server?