Allowing user to clear the form/start over

GreatAmericanWF's picture

I have a form in a basic workflow that I would like to allow the user to clear the form and start over.  I had done this before with an "empty" embedded model where on the end component, in the configuration tab, it allows you to assign values to the textbox fields defined in the form.  However in mine I don't see any values - the tab says "No Data Mappings To Edit".  I know the variables can be seen, becuase I can browse data on the end component.  I just can't remember how to make the variables visable in the configuration tab.

Thanks in advance-
Brian

reecardo's picture

I'd have all the default

Something to try: all the default values in the form hooked up to variables previously added on the stream. In the form builder, you can add a "Clear" button that loops back into the form. In the path you can remap all the variables to empty strings, s.t. the form reloads with empty values.

GreatAmericanWF's picture

Thanks for the response -

Thanks for the response - this is what I did:  I edit the embedded link component, and click the elipsis on output data, and add the variables in that I want to clear.  Seems a little more more straight forward.