Be the first person to like this.
Not sure exactly if you are asking for PAGES title or webpages title but check to see if this does anything. I don't have any documentation for PAGES or GROUPS for title info so this is a guess as I have not tested it.
PF.Site/Apps/core-pages/views/controller/add.html.php
line number: 63-66
<div><input type="hidden" name="val[title]" value="{$aForms.title|clean}" maxlength="200" size="40"/></div>
<a href="{permalink module='apps' id=$aForms.app_id title=$aForms.title}">{$aForms.title|clean}</a>
{else}
<input name="val[title]" value="{value type='input' id='title'}" maxlength="64" size="40" class="form-control close_warning" id="title"/>
Let me know what it actually does if you change it :)
Be the first person to like this.