Skip to content

Resolve "Form view"

Bram Wiepjes requested to merge 173-form-view into develop

Closes #173 (closed)

Closes #494 (closed)

TODO

  • Enable file upload for the logo and cover image.
  • Support read only mode.
  • Add correct field input per type.
  • Make it possible to submit public form via the backend.
  • Web-frontend part of the public form.
  • Drag and drop field in correct order.
  • Make it impossible to update / delete fields.
  • Move the rotate slug button to a more safer place.
  • Use different link row field.
  • Manually check all the code and add missing docs.
  • Disable the file field. Enabling it is moved to this issue: https://gitlab.com/bramw/baserow/-/issues/525.
  • Check and fix the openapi docs. The unique field type values are not added when requesting the meta data of a public form.
  • Fix the new warnings/errors when generating the OpenAPI spec.
  • Fix file field string value. The backend converts the file field to JSON format, but it should be comma separated list of files names. Or split this out into a different issue because this problem already existed before.
Edited by Bram Wiepjes

Merge request reports