Page 1 of 1

Set field when button click.

Posted: 13 Mar 2014
by ching29
Hi! Good Day!


I made a list that has an approval workflow attached to it. I want to add a button that would set a value to an existing Sharepoint field. I am using SPForm.


Example.

I have a status textbox. If it is set to zero the approval workflow will not start. When textbox is set to 1, the approval workflow starts. I want to have a button that would set the value of textbox to 1 and save the list item to the list thus starting the approval workflow.


Thank you.

Re: Set field when button click.

Posted: 13 Mar 2014
by Dmitry Kozlov
Hello,

Thank you for your request. Please, read the following post where I have demonstrated how to set the status field and save the form via JavaScript and the Buttons feature of Forms Designer:
http://spform.com/office-365/cust ... oint-forms

Re: Set field when button click.

Posted: 19 Mar 2014
by ching29
Thank you.