I am building a "quotes" type with composite title which should be
"author name - first words of the quote"
where
author's name : autocomplete list
author's quote: textarea
I tried to create the composite title for the record and added a value for max title characters... but obviously I get an error when submitting a quote because usally author's name + quote = too many characters
so why not add a feature to automatically cut title after a certain numbers of characters with ellipses (...) instead that giving back an error?
I am building a "quotes" type with composite title which should be
"author name - first words of the quote"
where
author's name : autocomplete list
author's quote: textarea
I tried to create the composite title for the record and added a value for max title characters... but obviously I get an error when submitting a quote because usally author's name + quote = too many characters
so why not add a feature to automatically cut title after a certain numbers of characters with ellipses (...) instead that giving back an error?