June 2, 200520 yr Hi Using FMPro7 Server Advanced on PC When users enter data into a textarea field via the web, all of the returns they make when entering data via the web show up with rectangles at the end of each line within filemaker. Anyone know how to prevent this or at least remove it? Thanks!
June 4, 200520 yr Could be a problem of the encoding. What happens when you change the two following lines of your XSL stylesheet to UTF-8 encoding? - the first line <?xml version="1.0" encoding="UTF-8"?> - the line with <xsl:output method="html" encoding="UTF-8"/> and remove the <meta http-equiv="content-type" content="text/html;charset=...."/> line?
June 27, 200520 yr Author I asked this awhile ago and Martin gave a suggestion. I had other issues so did not have time to address it. The other issues have been solved (thanks to Martin) and now this is becoming a big problem. The first two lines that Martin said to change were already as he stated. I cannot figure out how this line: <meta http-equiv="content-type" content="text/html;charset=...."/> line? is being generated so do not know how to change it. I have attached the addrecord.xsl and the utilities pages that were mostly generated by the site assistant. There seems to be a bug with SA when it comes to textarea fields. Martin helped me change a line of code but other than that it is SA generated code. If anyone could please give me insight into why I am getting little rectangle boxes at the end of each line I would really appreciate it. I just posted this and then tried to add a record via IWP. I get the same rectangle boxes submitting a new record from IWP. Thanks! addrecord.zip
Create an account or sign in to comment