Hi there,
I'm looking for a solution to limit the input length for the title of events (not the length of the output – this is possible in the settings).
If somehow possible with an override and without core hack.
I would like to add the maxlength HTML attribut to the input tag in
Code:
<input type="text" name="jform[title]" id="jform_title" value="" class="inputbox required" size="40" required aria-required="true" />
to get:
Code:
<input type="text" name="jform[title]" id="jform_title" value="" class="inputbox required" size="40" required aria-required="true" maxlength="90" />
I couldn't figure out where the input filed is generated …
Help is appreciated
hekla
ps. Yes, I did a forum search and there are older posts on this topic, but all relating to eventlist and from 7 yrs ago