Open ghost opened 3 years ago
Hi @maples99,
I believe we've corresponded via email, but I wanted to respond to this issue with my minimal scripts I made while looking into 2.
I'd like to integrate this into a new custom UI, but to accomplish this with the current hijacking of DataEntry
's Data Search box, the following snippet of JS implements this feature, though it's quite unsightly.
target_field_name = "edit_me_please";
searchBox = $("td.header:contains('Data Search')").closest('table');
$(`[sq_id='${target_field_name}']`).after(searchBox);
It may be possible to use the REDCap JavaScript Injector module to implement this without a module update, but you'll need to wrap it in some waits and would need to add some siblings to make it look closer to the surrounding fields.
This is an awesome module! I would like to propose two enhancements for your consideration:
Thank you for considering.