Forms uses with and without API

I try to use forms to have rgdp feature, but I have some problems:

  • how to define a form settings to have only 1 response for any guy that answer to the form ? I try the options given below => no effect !
    – option 1: save the answers anonymously
    – option 2: allow multiple answers per person
    – option 3: allow modification of one’s own answers
  • it seems that it’s impossible to add an email address in the form group to identify guy that receive te form !
    So how to manage form correctly to have only one answer by receiver, and to forbid answer updates for theses receivers. Keeping anonym managment of the form is a plus.

Finally I search a python library that manage nextcloud forms.

Thank you for your help.
I’m not able to use forms in this state.

If the form is anonymous, Nextcloud can’t identify who has already submitted a response, so limiting it to one response per person isn’t really possible. Usually, the ā€œone responseā€ option only works when respondents are required to log in. As for Python, I don’t think there’s a dedicated Forms library, but you can interact with Nextcloud through its WebDAV and OCS APIs depending on what you’re trying to automate.