Network path as variable for email generation - XDP Form | Community
Skip to main content
LucreciousDFF
Level 4
April 14, 2022
Solved

Network path as variable for email generation - XDP Form

  • April 14, 2022
  • 1 reply
  • 984 views

Hope there is a way; I need to provide the network path location as a variable for the creation of an email generated within the form.

 

Is there a way to store the network path location when opening the form from a network location?

 

Thank you in advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by radzmar

This script will return the actual path of the PDF.

event.target.path

 

1 reply

radzmar
radzmarAccepted solution
Level 10
April 14, 2022

This script will return the actual path of the PDF.

event.target.path

 

LucreciousDFF
Level 4
April 14, 2022

Used as:

var vPath = event.target.path;

 

Works perfectly. Thank you.