Sure, those fixes will work. I just wasn't sure whether the fill algorithm
was supposed to ignore a field's value attribute... Since it caught the
text-type field's value def, I thought that it would/should do the same for
a textarea.
It's no big deal. It's easy to work around :-)
Thanks,
%fdat=(); # should eliminate all field replacements
delete $fdat{title}; # do not prefill title.
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/
Chris Mayes wrote:
> Hi.
>
> While the auto-prefill for form fields is neat, I'd like to be able to
> disable it, sometimes...
>
> Basically, I ha
Chris Mayes wrote:
>
> Hi.
>
> While the auto-prefill for form fields is neat, I'd like to be able to
> disable it, sometimes...
>
> Basically, I have a form that submits to itself. I don't want the submitted
> values to show up in the form, again. So, I set value="", This works for
> stuff
Hi.
While the auto-prefill for form fields is neat, I'd like to be able to
disable it, sometimes...
Basically, I have a form that submits to itself. I don't want the submitted
values to show up in the form, again. So, I set value="", This works for
stuff that's type "text," but the textarea f