Fixed Autofill form plugin labels missing in back end

I've just added an autofill plugin to a form and noted that the labels are not displaying correctly in the administrator page (see attachment). It doesn't seem to affect any other form plugins.
I'm using F4.1 and J5.0.3 but it's the same issue on another site with F4.0 and J5.0.3
I haven't found anything in the forum referring to this, although it's not a big problem. Is it just me seeing this?
 

Attachments

  • Screenshot 2024-05-27 170132.png
    Screenshot 2024-05-27 170132.png
    38.3 KB · Views: 150
Ah, yes.
Since ?? J! doesn't accept linebreaks in language files.
Fixed in GitHub.
You can edit plugins\fabrik_form\autofill\language\en-GB\en-GB.plg_fabrik_form_autofill.ini and remove (or replace with <br>) all linebreaks in PLG_FORM_AUTOFILL_ELEMENT_MAP_DESC="..." (line 13 ff)
 
Back
Top