https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221 --- Comment #32 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Thanks for the follow-ups :) Almost everything looks good. Remains some OPAC styling that ended up in the staff interface: https://pic.infini.fr/jf8dBvZK/BhOdvYNu.png It's when making a request with custom fields, then editing it's item metadata and adding fields. The new ones are added with the OPAC style. In the screenshot, I emptied the fields that were already populated (FOREACH key IN keys) to best compare them with the ones added by the JS. Bad news, this is true on the staff page: ( opac ? 'form-control input-fluid custom-field-input' : '') + console.log(opac) => Array [] ----- Testing notes, to have custom field pre populated in the OPAC, use a request like this (thanks Pedro): http://localhost:8080/cgi-bin/koha/opac-illrequests.pl?atitle=Music%20in%20an%20Emergent%20History%20of%20Psychology.&aulast=Klempe%20SH&backend=Standard&cardnumber=kohaadmin&custom_field=example1&date=2024&doi=10.1007%2Fs12124-023-09778-9&genre=article&issn=19363567&issue=1&custom_field2=example2&method=create&opac=1&openurl=1&pages=1-11&spage=1&title=Integrative%20psychological%20%26%20behavioral%20science&volume=58 -- You are receiving this mail because: You are watching all bug changes.