Confirmation Button Help Needed

S

smonczka

I have a form that submits using a button. When they click the submit
button. I have rules set up that forward the form in an email to the next
person and submit it to the library. Just before the rules kick off I need
to…

•Have a confirmation button pop up that would ask “do you want to submit
this formâ€.
•If they click yes then the form runs the rules for the submit button.
•If they click no then the confirmation button goes away and they can make
whatever changes to the form they want and then click the submit button
again.
•When they do the confirmation button appears and the whole thing starts
over.

Problem is I cannot figure out how to create a confirmation button that will
trigger the submit button rules if yes is selected.
 
S

Shekar

Hi smonczka
Using Javascript code you can achieve this.
here the second parameter represents type of buttons(Yes/No).
XDocument.UI.Confirm("do you want to submit this form", 4);

Hope this helps you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top