Quote:
Originally Posted by Terisa de morgan
Hello, I'm sure it has been discussed but I don't find it  : I want to edit a Single Field and I would like the user to input a value but not showing the field initially as empty but with a default value. Is it possible?
|
Here's a quick and dirty method. Create a SFE with this template (so it doesn't overwrite existing values):
Code:
program: if $#field=='' then 'somevalue' else $#field fi
Then put a second SFE with ask at runtime after it.