I've used the sendformdata example of koolmoves to make a form in Koolmoves. I've also downloaded a mailingscript. But for my script to work I also have to set these variables. How can I set these in Koolmoves.

<input type="hidden" name="recipient" value="[email protected]">
<input type="hidden" name="subject" value="E-mail via website">
<input type="hidden" name="redirect" value="../thanks.htm">