How to stay on the form on clicking 'save'

I have a decisions form. When I clicked my button called “Save” and I was kicked out of the form instead of letting me save the information and continue using the form.

Comments

  •  It sounds like the button on the form may be a standard button, but should be an event button. Event buttons are used to be a trigger to run a dataflow. In your case a dataflow to save the data. You can set this up by adding a Data Flow in the Legacy section of the Form Properties. This will prompt you to create your data flow. Then after creating your Data Flow, in the properties of the Event button by adding a Key Trigger and set the Trigger Type to RunDataFlow and select the flow. For more information on how to make a data flow, see the documentation below.

Sign In or Register to comment.