Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{FormFolder} is not parsed by Pat #458

Open
ClaudeMa opened this issue Sep 17, 2024 · 2 comments
Open

{FormFolder} is not parsed by Pat #458

ClaudeMa opened this issue Sep 17, 2024 · 2 comments

Comments

@ClaudeMa
Copy link

In Winlink forms create documentation i can read

There are three special insertion fields for forms:
{FormFolder} -- Inserts the folder where the form is stored.
{FormServer} -- Inserts the IP address of the Winlink Express form server.
{FormPort} -- Inserts the IP port number Winlink Express is listening on for input from the form.

I have a from with stylesheet include like this

<link href="{FormFolder}FormStyle.css" rel="stylesheet" type="text/css" />

the form work on winlink express but in Pat the url generated in the brownser is

http://localhost:8080/api/{FormFolder}FormStyle.css

same problems with stylesheet

@martinhpedersen
Copy link
Member

Hi,

Do you have the permission to share the relevant files? That would be very useful for debugging and testing.

Thanks 😊

@martinhpedersen martinhpedersen added this to the v0.16.1 milestone Sep 17, 2024
@ClaudeMa
Copy link
Author

ClaudeMa commented Sep 18, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants