Hi Muffinman,
thanks for your earlier solution for my problem. It seems to work. Just a simple one, I don't know the syntax: what do I have to type in the field 'Value' of a text-field to show automatically the name of the logged in user? SOmething like
<?php
global $user;
echo $user->name;
?>
?
Thanks,
Jan