krabina / Datencockpit

Datencockpit.at zur Erfüllung der Dokumentationspflichten laut DSGVO (Fulfilling GDPR requrements with a data cockpit)
GNU General Public License v3.0
26 stars 10 forks source link

adds input type to form field #41

Closed dec16180 closed 5 years ago

dec16180 commented 5 years ago

Formular:Folge won't accept any file uploads.

"uploadable" needs text input type: See: https://www.mediawiki.org/wiki/Extension:Page_Forms/Input_types#Uploading_files

"""Note that you must also add "input type=text" to the respective field declaration; otherwise "uploadable" will not work."""

krabina commented 5 years ago

other forms are affected as well, try a search for "uploadable" in you Datencockpit and add make sure |input type=text is there...

dec16180 commented 5 years ago

Not sure about the other ones. I've tried the upload in the information form which worked. Seems to make a difference if it's a multi value field or not.