From: Don S. <do...@se...> - 2004-04-06 04:07:57
|
On Tue, Apr 06, 2004 at 05:04:27AM +0100, Shaun Murray wrote: > I noticed it in a form where you filled in your email address. eg. a=20 > contact page. The user entered in an address which was getting saved in= =20 > the database as a mailto: link. Not terribly useful if you actually=20 > wanted the email address for processing later but easily avoided by not= =20 > using parseOutput. I don't think you want to be using parseOutput() to prefill form fields anyway. It's my opinion that parseOutput() is used for displaying of that entered data. In a form edit field you'd want to see the raw data unparsed. Where are you seeing this? One of my mods? Don. --=20 "There is book smart and the kind of smart that helps do calculus. But sma= rt is also instinct and judgement and common sense. Smart comes in all kinds = of different ways." George W. Bush September 19, 2000 =46rom CNN interview. |