Bonus material!
Describe simple Winlink Form Viewer design.
A Form Viewer is just another Winlink Form without any of the submission functionality.
The goal of the viewing Form is to take data presented in a Winlink Template, and set the data into the form fields.
{var valueName} where you want values to appear.The updated fields in the HTML Form will set to XML Form Data values.
Description from the Winlink Development Team:
“When Winlink Express opens a message, it checks to see if the message has an attached file providing values from a form. The file attachment name will be “RMS_Express_Form_formname.xml”. If it finds a form data attachment, it first looks for the corresponding html display file in the \callsign\Templates\ folder. If it doesn’t find it there, it looks in C:\RMS Express\Global Folders\Templates. If the display file is found, it is opened, and any insertion fields in the html file are replaced by the values sent from the input form. Use {var field_name} insertion fields to insert the form values.” -[winlink_create_templates.pdf]
-viewer to the end of the filename.-viewer form.-viewer form.{var variableName} placeholders for the data.Note: It is worth looking at CSS to clean-up any unintended effects of missing elements.
Alternative: Create a new form from scratch, focusing just on displaying the necessary data in a simple but effective layout and style.
Copy files into Winlink Express Global Folders\Templates directory:
5-txrx-forms\txrx-template.txt5-txrx-forms\tx-form.html5-txrx-forms\tx-form-viewer.htmltxrx-template.txt in the Global Templates directory.tx-form.html form.When you send the form to another Winlink Express station that also has txrx-template.txt and tx-form-viewer.html installed and they open the received message, their default browser will open to display the receive form and its data.
Once you’ve filled out the Form and submitted it:
Return to Root README