You are not logged in.
Pages: 1
If you find that your users don't enter a specific use case and just use the pre-filled information (format, dimensions etc), you may wish to remove the default text to force the user to enter something of their own.
Configuration >Themes and Languages > Manage Theme > Templates tab > Top Level Web Templates > addhistorynote.tpl
Alter the following line:
{assignarray var="arrWidget" name="formnotetext" text=$strNoteText type="widget" subtype="textarea" variant="tall"}
so that it reads:
{assignarray var="arrWidget" name="formnotetext" text="" type="widget" subtype="textarea" variant="tall"}
Offline
Pages: 1