Expand my Community achievements bar.

Auto Create Filename from Form Fields

Avatar

Level 1

Hello all,

I am trying to find a way that I can save a form with a certain filename. I have the form create and all set to go. The user will be input some information into boxes. For instance I will have a Name box and a Date box. After the user is done filling out the form I would like the filename to be these two input boxes. Is there a way to do this? So basically I need to take these two form fields and have them be saved as the filename. Any help would be great. Thanks alot.

2 Replies

Avatar

Level 10

You can export the data form the PDF using the FormDataIntegration service.

Once you have the data in xml format, you can use a setValue and concatenate the value of the two nodes you're interested in.

Jasmin

Avatar

Level 1

The only issue is when I send the form off I will not have contact with it anymore. I was wondering if there was a way that when the user saves the form it can be done automatically without having to go through a ton of steps.