Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Allowing user to clear the form/start over

Updated: 21 May 2010 | 2 comments
GreatAmericanWF's picture
0 0 Votes
Login to vote

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

Comments

reecardo's picture
03
Nov
2009
0 Votes 0
Login to vote

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
05
Nov
2009
0 Votes 0
Login to vote

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.