Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

BUTTONs NOT working?

Avatar

Level 4

Hello experts,

Pl. advise us is there any way to capture the trace/log after user clicking a (push)button on Adobe Interactive Form, we developed it by using Adobe Live Cycle Designer.

Issue: Earlier its working fine that when user clicks the SUBMIT button then the user inputted data is saving in back end and some buttons navigated user to some predefined URLs/IE browser windows, well, but after JavaStack upgrade the SUBMIT/any button is not working!!, so we want to capture the trace/log after user clicks the SUBMIT/any button on the form, is there any way/method/tool, pl. advise us? Thank you

3 Replies

Avatar

Level 7

I dont know about logging but I would have a look if there are errors in the javascript console - CTRL+J. Open the console and press the button and see if there is anything

Avatar

Level 4

You can use a web debugger like Fiddler to intercept what is being sent to the server, assuming you are using HTTP submit.