Modify attachment title or description
답변함Hi,
I need to add some information to end user about attachment, something like
" Audio, video and document accepted, 20Mb size limit"
I'm trying to add a description as described in this post:
but I have no luck, description won't appear
any help is very appreciated
thanks
-
Hi Cust Admin KN 👋
Yesterday a limit increase to 50MB was announced on all plans (YEAH 🙌)
It might be that your theme no longer has jQuery, so here's a Vanilla JS solution.var ticketForm = location.search.split('ticket_form_id=')[1];
if(ticketForm == "YOUR_TICKET_FORMID_HERE") {
document.querySelector('form#new_request .upload-dropzone').parentNode.insertAdjacentHTML('beforeend','<p>My Message</p>');
} -
Thanks a lot !
댓글을 남기려면 로그인하세요.
2 댓글