I have been able to use this succesfully in the past (from a validation procedure)

The 'just testing' message comes from a custom code control.
Ways round it but it was working.
Nick
if (!isset($thisData['conveners'])) {Now the text appears on return to my form but this is the result
$isDataValid = 'NO';
?>
{error:You must include at least one convener}
<?php
} else {

The 'just testing' message comes from a custom code control.
Ways round it but it was working.
Nick