Hi folks. I'm not using Intake to handle form fields, because I have some requirements that it doesn't fit into. Nevertheless, I use standard way of handling form fields :
<input type="text" name="url" value="$data.parameters.url"> I'm using value="$data.parameters.url", thus field value would be populated with previous value in case of reviewing form page due to validation exception. Everything works fine except I dunno how to set elegantly initial field value ? In case above, I would like to be 'http://' value since it is URL field. Can somebody point me the way ? Regards, Vjeran --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
