Hi,
How could I create, or copy and modify the existing recordfinder form widget as a new ‘customrecordfinder’ widget to be able to handle the new Tailor\Models\EntryRecord models?
Thank you,
Zs
Hi,
How could I create, or copy and modify the existing recordfinder form widget as a new ‘customrecordfinder’ widget to be able to handle the new Tailor\Models\EntryRecord models?
Thank you,
Zs
You’d need to create a new content field as described here:
It allows you to specify how the field should be rendered in a list, form, filter and structure in the database, along with validation, etc.
In terms of using the EntryRecord
, it is similar to any other model, and you can associate it as a related field: