Filling the field

Just found your other post - linking here so other people see the context for future reference: Get information from database

Ok so it sounds like you want these things to happen in the frontend UI while you are in the process of editing a log?

In that case, the approach I suggested above will not work, because that happens server-side after the “Save” button is clicked.

In order to do things like this client-side you will need JavaScript (and also maybe some Drupal Form API Ajax). This is definitely “advanced” customization - but it sounds like a really cool feature idea! :slight_smile:

Here are some resources that might help:

Hope that helps!