After clicking on authorize and then submit , this authorization forms disappear and original form appear
I have the above interface ,i want to change this submit button to 'refresh' link like in below pic(2) .I have changed the code but in the process model it is getting stopped at that user input form. In this new interface ,after clicking on authorize and then refresh ,the authorization forms doesn't disappearDoes user input task (authorization) doesn't get submitted until submit value needs to be provided?for user input task to get submitted it should have only button not link?can someone please help
Discussion posts and replies are publicly visible
Hello ZAINAB ,
Try to replace the a!dynamiclink() of refresh to a!sumbitlink().
To submit the form through a link you need to use sumbmitlink.