Use of custom html submit button instead of camunda default submit buttion

I’m using custom html to user task decision and able to populate fields, but facing an issue how to invoke submit with decision values?

What to write in javascript method which will invoke on submit button click?
Or is there any other way so that workflow will invoke on clicking submit button with decision parameter?

Thanks,

Hi @pramod_Rajane,

Please have a look at below post (I suppose you are using embedded forms)

Thanks @hassang, however I used camunda default submit button function on my submit button and it worked.
i.e.ng-click=“complete()”