NetTalk Central

Author Topic: Text field and Popup form  (Read 3975 times)

rupertvz

  • Sr. Member
  • ****
  • Posts: 326
    • View Profile
    • Email
Text field and Popup form
« 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?


rupertvz

  • Sr. Member
  • ****
  • Posts: 326
    • View Profile
    • Email
Re: Text field and Popup form
« Reply #1 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 />'