I am using Connector to open and fill out a Laserfiche Form from another web based application. I am wanting to have the Form open in a new window with a size of only approximately 400px X 600px, then on submission close the window with no thank you page. I am thinking the first part will require editing the Connector profile's XML directly. Any help would be greatly appreciated.
Question
Question
connector open form in new window
asked on August 4, 2016
•
Show version history
0
0
Replies
replied on August 4, 2016
The first part is to configure launching browser with switches. Please create a profile "Launch external application", pass the Forms URL as parameter, and add switches. Different browsers the switches may be different. Take Chrome as an example, use --new-window to show web page in new window. To specify the web page size, http://stackoverflow.com/questions/13436855/launch-google-chrome-from-the-command-line-with-specific-window-coordinates is helpful. Thanks!
0
0
You are not allowed to follow up in this post.