I have been working with live cycle changing over our forms from word documents to PDF forms.
Everything I have done has just been through trial and error. For the most part that has been just fine.
Now I need to be able to have the filename and path with the forms are saved like you can in word. I know nothing about java script and really have no clue where to start.
Is the a preset function that I can add like the fields in Live Cycle or is there something else I need to do.
Any guidence anyone can give me would sure be helpful as I have many forms my company wants to move to PDF forms and I really like using live cycle.
the thing is, that Acrobat/Reader always uses the original file name in the save dialog.
A feature as in Word, where the filename is autoamtically generated by the headline isn't available from default.
But, you can rename the files with some scripts.
This needs some more efford to realize.
First you need a folder level script (security related) on every PC that should use the functions.
This is often only possible in a closed enviroment (company network).
The script will look so.
In your form you then need some scripts to generate a file name from one or more form fields and to call the function from the folder level script.
This script generates a new file name and uses the current path to save the file.
A button with another script fires the final action 'save as'.
If this is new to you, it might be looking extremely complicated, but it isn't that much.
To give you a better start you can use my sample form and folder level script.
[url=https://acrobat.com/#d=XEIx2licld4rf6pUZnBeNw]Example Form[/url]
[url=https://acrobat.com/#d=H5LQ4bHaHyxq5ZnS-VyGCQ]Folder Level Script[/url]
Good luck
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs