Hello,
I am trying to display a char field in my form using
widget="url", and it works fine with external links (https:// or so), but when trying local links file:///C: or file:///home/user... the first colon is deleted when opening a new tab
so it would show : file/// which won't work.
I tried creating a second char where I can manually add the file:/// to home/... but I face the same issue.
Thank you
Hello Mr. Charaf,
The same problem I faced. did you find a solation for this issue?