Mouse up run javascript importTextData
I am trying to get a form to auto fill from a tab delimited text file when a button is clicked.
I have a Mouse up triggered run JavaScript that is running
this.importTextData("/c/Users/username/Desktop/filename.txt", 0)
When I manually enter the data through Manage form data > Import data it accepts the data just fine so I know the file works I just want to make it so it can be run with just the button.
What am I missing?
