When you submit my form '£' signs comes out as '?' in the submitted email

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AR123
    New Member
    • Mar 2007
    • 24

    When you submit my form '£' signs comes out as '?' in the submitted email

    Heres my line of code:

    <TR>
    <TD class="tableBac kLgtBlue2">CONT RIBUTION</td>
    <td class="tableBac kLgtBlue2"><inp ut type="text" name="txt14_Con tribution"></td>
    </tr>
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    The html doesn't matter. Are you saving the file in unicode? Probably so. Change it back to ascii.

    Comment

    • AR123
      New Member
      • Mar 2007
      • 24

      #3
      This is saved in media surface?????

      Comment

      • phvfl
        Recognized Expert New Member
        • Aug 2007
        • 173

        #4
        If the email is in HTML as opposed to plain text, try replacing the £ with the HTML entity "&pound;"

        Comment

        • AR123
          New Member
          • Mar 2007
          • 24

          #5
          When I type for example £5000 into my form field. It comes out in the lotus notes email results as ?5000 People filling in the form will not know to type something different??? Any ideas on amending my code?

          Comment

          Working...