NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rupertvz on September 15, 2017, 04:42:51 AM

Title: Text field and Popup form
Post by: rupertvz on September 15, 2017, 04:42:51 AM
Hi Bruce,

I discovered an interesting phenomena,

Having a text field on a NWF, normally takes into account the CR (line feeds) at the end of each text line.
Thus printing a report, displays every new line correctly.

Changing the NWF to Popup however, breaks the CR.  Thus shows all text lines continuously.

For example:
- line 1
- line 2
- line 3

Will produce, "- line 1 - line 2 - line 3"  when the form is to set "popup" mode.

Is this expected?

Title: Re: Text field and Popup form
Post by: rupertvz on September 19, 2017, 03:45:16 AM
Hi Bruce,

I found a similar problem with another Popup form.

The HTML text shows as normal text in the NWF header, however, the HTML tags are correct.

Switching from NWF as Popup to normal NWF fixes the HTML text formatting in the header.

Example of Text:  '<br />Log or Update Support Ticket<br /><br />'