• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

Image title

Chevvie$101

Chevereto Member
Hi,
When browsing an image upload, the default title shows on the modal box - title field automatically. Since I customized the form and placed it beside the image preview, how can I place the image title on the title field by default. I have been trying different approach but it doesn't work. If you have any advice that will be highly appreciated. Thank you.
 

Attachments

  • Screenshot-02-22-2018.png
    Screenshot-02-22-2018.png
    442.9 KB · Views: 29
Is quite hard indeed because it is deep in the code.

This:
Code:
CHV.fn.uploader.files[0].formValues


Look for this code in app/lib/chevereto.js
JavaScript:
$(document).on("click", anywhere_upload_queue +" [data-action=edit]", function() {
 
Hi Rodolfo,

Thank you for your feedback.
I have tried what you have suggested but it seems like it is still not working :(. Would it be possible if you could please take a look. I really need to place the default title name on the field.
 
Thing is that you need to hack the js file directly, you can't hook that thing.
 
Back
Top