Quote Originally Posted by maza View Post
Hey Clyde, I have noticed new issue now.

I got a TEXT_FIELD_OPTIONAL appeared besides my 'fill in the blanks' form inside ZC admin.

Is TM giving this problem? Do you have any idea how to fix it?
Not sure it it is TM.

open admin/includes/functions/html_output.php

at around line 235 you should see:

if ($required == false) $field .= TEXT_FIELD_OPTIONAL;

Just delete this line and see if that clears that text string.