In the PHP file for the formmailer there is an error message that I can't get correct. It does not recognize the ¨ code.
What I have is this message: 'Bitte ueberpruefen Sie die erforderlichen Felder'.
What I want to see is this: 'Bitte überprüfen Sie die erforderlichen Felder'.
Any suggestions on how to correct this in the PHP file, or elsewhere. Look here: http://ppbm5.com/Poffertjes-4.html and press the button 'Senden' at the bottom of the form to see what I mean.
The current line is: <label class='form_err or_title'>Bitte ueberpruefen Sie die erforderlichen Felder</label>
Using ¨ instead of the 'e' does not work. Must be missing something simple.
What I have is this message: 'Bitte ueberpruefen Sie die erforderlichen Felder'.
What I want to see is this: 'Bitte überprüfen Sie die erforderlichen Felder'.
Any suggestions on how to correct this in the PHP file, or elsewhere. Look here: http://ppbm5.com/Poffertjes-4.html and press the button 'Senden' at the bottom of the form to see what I mean.
The current line is: <label class='form_err or_title'>Bitte ueberpruefen Sie die erforderlichen Felder</label>
Using ¨ instead of the 'e' does not work. Must be missing something simple.
Comment