forms icon indicating copy to clipboard operation
forms copied to clipboard

📝 Simple form & survey app for Nextcloud

Results 238 forms issues
Sort by recently updated
recently updated
newest added

**Nextcloud (please complete the following information):** - Nextcloud-Version: 28.0.4 - Forms-Version: 28.0.1 **Is your feature request related to a problem? Please describe.** In the forms editor, there is no visual...

3. to review
regression
feature: 📑 form creation

* Resolves https://github.com/nextcloud/forms/issues/354 This adds support to reorder options instead of having to remove them. It works but I had to modify a lot of places to keep smooth behavior...

enhancement
3. to review

This is a collection of tasks needed for preparation/release of Forms v5. 4.3 release: - [x] #2071 - [x] #2072 - [x] #2079 - [x] #2278 - [x] #2333 See...

discussion
overview
technical debt

Based on the [comment](https://github.com/nextcloud/forms/issues/2041#issuecomment-2057464405) by @susnux, here's the proposal on how to reorganize our API endpoints: ### Forms endpoints What | Current | New ---|---|--- Get forms | GET `/forms`...

enhancement
php
discussion
2. developing
technical debt

**Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!** **Describe the bug** A...

bug
1. to develop
feature: 📝 submitting responses

WIP - this should be more stable than Cypress + real open source and not open core...

2. developing

Maybe we should just have updated the `FormMapper::update` method to set always the lastupdated value on update and then call the parent `update` :thinking: _Originally posted by @susnux in https://github.com/nextcloud/forms/issues/2066#issuecomment-2056545922_

1. to develop
technical debt

Mark `legacyLink` access as deprecated in the docs and in the frontend

enhancement
good first issue
1. to develop
feature: 👥 sharing settings

This is more of a meta issue. Currently for a lot of operations we query all (forms, submissions...) but for large instances this might get a problem if there are...

enhancement
2. developing
overview