@skjnldsv @rullzer & @jancborchardt at Contributor Week June 2019
We also looked at Google Forms and Typeform for comparison. We think itβs best to mainly model it after Google Forms as itβs quite widely used.
Below are detail review points of the current state so we can make small steps in the right direction based on the current app. :)
cc @nextcloud/forms
Answer types:
* before questions is confusing? Mandatory? Not possible to set or unset. Should instead say "mandatory" in a sublineI couldn't have said that better π The list is very complete !
Maybe add the possibility to edit the form after validate it ?
Answer types:
- [ ] Icons for answer types
- [ ] No way to change the answer type
- [ ] "Radio button" β Multiple choice
- [ ] "Checkboxes" β Checkboxes
- [ ] "Short response" β Short answer
- [ ] "Long response" β Long text
- [ ] "Drop Down" is the same as Single choice?
For a use case example, I built this gem...
http://outsourcedmath.com/ContactInfo.html
It was designed to minimize the time a person spent filling it out. I only ask them what they prefer to tell me.
good for company suggestion boxes or legitemate anonymous votingSuch a cool mission statement! <3
I can't directly contribute but I'm trying to bring this app back to life by other means.
Do not hesitate to comment, like, etc. my post on this forum to keep the attention on the topic: https://help.nextcloud.com/t/awareness-on-a-sadly-dying-app-nextcloud-forms/70823
Thanks!
I just did a quick mockup, of how I think the form creation view could be improved:

@marcelklehr very nice! We are mainly looking at Google Forms which actually looks very similarly nice and simple. See https://github.com/nextcloud/forms/issues/250 if you want to get involved specifically on the form creation side. :)
Can I give my vote to reordering questions? I'm really sorry I can't help out with any coding, but I really appreciate your work and hope it's useful to get some feedback on priorities. Thanks!
And if the results could automatically be added to a editable document as the come in, instead of having to first export it, that would be really great. That's one of the huge advantages of Google Forms.
This would mean to store some question-order within Db... Maybe defining an Order-index of zero, that marks a deleted question? This would also solve the problem to still know the deleted questions, when editing a form after the first submissions are made. And when deleting a form, then all questions will be fully deleted.
This would mean to store some question-order within Db... Maybe defining an Order-index of zero, that marks a deleted question? This would also solve the problem to still know the deleted questions, when editing a form after the first submissions are made. And when deleting a form, then all questions will be fully deleted.
Yes :)
This can come in a different migration than #249 to keep your pr simple :wink:
But we should really try to have this for v2
I think so too...
Maybe i would still change the Migration-Script for V2 as long as not published, but within a different PR.
I'll open a separate issue, to have it in mind..
I would like to specify a user group as an owner of a form. What I want to give only this specific user group access to the form data.
Should I create a separate issue for this?
I would like to specify a user group as an owner of a form. What I want to give only this specific user group access to the form data.
Hey!
This is currently not supported and we do not want this feature for the moment. Please create a dedicated issue then so we can discuss this :)
Have a great Sunday!
Closing this issue as most of the things are implemented in current master. We are tracking anything else in individual issues. :)
Most helpful comment
I couldn't have said that better π The list is very complete !
Maybe add the possibility to edit the form after validate it ?