> I think it will do what you want if you remove thevalue="..." token from the input:
<input type="text" name="info">
If you need a default value, set it by placing a value in fdat above the input:
[- $fdat{info} = 'testing'; -]
Thank you, this works, but I've got a new problem :) I need to declare the formular in a var and later I write it into the document, and then Embperl does not fill out the formular... Is there a solution, too ?
Instead of printing the form string, execute it.
[- Execute({ input => $db->{content}, mtime => $db->{dtm}, inputfile => $req_rec->uri(), }); -]
Something like that. Note that the use of mtime and inputfile should cause Embperl to cache the results of the execute.
I'm not sure whether you'll have to pass fdat to the execute in this case, you'd have to try and see. But fdat and fflds are options you can pass to Execute, so it will certainly work if you do.
--
Kee Hinckley
http://www.messagefire.com/ Anti-Spam Service for your POP Account
http://commons.somewhere.com/buzz/ Writings on Technology and Society
I'm not sure which upsets me more: that people are so unwilling to accept responsibility for their own actions, or that they are so eager to regulate everyone else's.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]