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 that's type "text," but the textarea field gets filled despite the
> blank value.
>
> How do I prevent the textarea from being filled without disabling prefills
> entirely (They can be really nice, sometimes)?
Try adding this line to the beginning of add.html somewhere:
[- $optDisableInputScan = 1 -]
If you only want to do this temporarily, you can simply use
[- $optDisableInputScan = 1 -]
to turn it back on.
From:
<http://perl.apache.org/embperl/Embperl.pod.3.html#EMBPERL_OPTIONS>
--
Regards,
Wim Kerkhoff, Software Engineer
Merilus, Inc. -|- http://www.merilus.com
Email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]