Hi
Has anybody tried to invoke VisualFormat on the Workflow submit form on platform Teamsite 6.5 SP3 Windows.
Here is my code -
for (my $i=0; $i<
@submit_file; ++$i)
{
TAG_info(
"Email_message_$i" =>
[ html => "
Email Message: $submit_file[$i]".
"".
"<script language='JavaScript1.2'>".
"eWebEditPro.create('Description', '95%', '220'); </script>".
"
",
error_msg => 'Enter a submit comment for this file.',
is_required => 'false',
label => '',
],
);
}
But there is an error on the form stating -
Unable to find content field (typically a hidden field) within a form.
Please check the following:
Form tag is required
Content field is required and must match the name specified when creating the editor
Content field must be declared prior to creating the editor
Name specified: Description
Any ideas?
Thanks