Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Nextcloud
  3. Nextcloud automation - form response to database or table ?

Nextcloud automation - form response to database or table ?

Scheduled Pinned Locked Moved Nextcloud
13 Posts 5 Posters 2.5k Views 5 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • robiR Offline
    robiR Offline
    robi
    wrote on last edited by
    #3

    We have NocoDB and Baserow too, and as @marcusquinn will chime in with WP can do this too via plugins.

    Conscious tech

    1 Reply Last reply
    1
    • timconsidineT Offline
      timconsidineT Offline
      timconsidine
      App Dev
      wrote on last edited by
      #4

      Thanks @robi
      I'm using Baserow but not happy with it.
      I tried NocoDB, can't recall why it didn't suit, will look at it again.

      robiR 2 Replies Last reply
      2
      • jdaviescoatesJ jdaviescoates

        @timconsidine said in Nextcloud automation - form response to database or table ?:

        Any thoughts/suggestions ?

        Sadly all I can really suggest is to chime in here:

        https://github.com/nextcloud/forms/issues/5

        And in the meantime, use LimeSurvey, I guess

        timconsidineT Offline
        timconsidineT Offline
        timconsidine
        App Dev
        wrote on last edited by
        #5

        @jdaviescoates saw the thread but it is locked.
        Will find some way to raise it.

        1 Reply Last reply
        1
        • timconsidineT timconsidine

          Thanks @robi
          I'm using Baserow but not happy with it.
          I tried NocoDB, can't recall why it didn't suit, will look at it again.

          robiR Offline
          robiR Offline
          robi
          wrote on last edited by
          #6

          @timconsidine said in Nextcloud automation - form response to database or table ?:

          I'm using Baserow but not happy with it.

          Nod, I was looking for a similar reason recently since there are things like pory.io for airtable to make things "happier".

          I haven't found a good way to describe that category that nicely front ends low-code DBs, to find OSS options.

          Conscious tech

          1 Reply Last reply
          1
          • timconsidineT timconsidine

            Thanks @robi
            I'm using Baserow but not happy with it.
            I tried NocoDB, can't recall why it didn't suit, will look at it again.

            robiR Offline
            robiR Offline
            robi
            wrote on last edited by
            #7

            @timconsidine The dev from https://convoworks.com just reminded me on Twitter of the nifty stuff he's doing.

            He's testing his new chatbot here: https://convoworks.com/?p=5015&preview=true

            Conscious tech

            timconsidineT 1 Reply Last reply
            1
            • robiR robi

              @timconsidine The dev from https://convoworks.com just reminded me on Twitter of the nifty stuff he's doing.

              He's testing his new chatbot here: https://convoworks.com/?p=5015&preview=true

              timconsidineT Offline
              timconsidineT Offline
              timconsidine
              App Dev
              wrote on last edited by
              #8

              @robi thank you - will check it out

              1 Reply Last reply
              0
              • timconsidineT timconsidine

                I'm looking to set up a simple form and log responses in a database.
                Nextcloud has nice simple form capability, but it requires manual intervention to save response in a CSV and then a manual interaction to get that into a database (or possibly a spreadsheet).

                n8n doesn't seem to support many Nextcloud actions.
                Nextcloud scripting doesn't seem very developed (or I haven't seen a suitable workflow).

                Maybe Nextcloud is not the best option, just trying not to re-invent wheels.

                Any thoughts/suggestions ?

                marcusquinnM Offline
                marcusquinnM Offline
                marcusquinn
                wrote on last edited by
                #9

                @timconsidine I'd probably go WordPress + FluentForms (all their other plugins are very god, too). That way you have all the standard WP API endpoints, and every ETL app can handle those.

                Fluent also has plenty of it's own integrations, and WP Fusion can also be good for integrating with another CRM.

                Web Design https://www.evergreen.je
                Development https://brandlight.org
                Life https://marcusquinn.com

                1 Reply Last reply
                1
                • timconsidineT timconsidine

                  I'm looking to set up a simple form and log responses in a database.
                  Nextcloud has nice simple form capability, but it requires manual intervention to save response in a CSV and then a manual interaction to get that into a database (or possibly a spreadsheet).

                  n8n doesn't seem to support many Nextcloud actions.
                  Nextcloud scripting doesn't seem very developed (or I haven't seen a suitable workflow).

                  Maybe Nextcloud is not the best option, just trying not to re-invent wheels.

                  Any thoughts/suggestions ?

                  luckowL Offline
                  luckowL Offline
                  luckow
                  translator
                  wrote on last edited by
                  #10

                  @timconsidine i have the feeling that something is missing. nobody needs a form whose data is transmitted to a database. everyone wants to do something with the data. what is the purpose of your project?

                  Pronouns: he/him | Primary language: German

                  timconsidineT 1 Reply Last reply
                  0
                  • luckowL luckow

                    @timconsidine i have the feeling that something is missing. nobody needs a form whose data is transmitted to a database. everyone wants to do something with the data. what is the purpose of your project?

                    timconsidineT Offline
                    timconsidineT Offline
                    timconsidine
                    App Dev
                    wrote on last edited by
                    #11

                    @luckow yes, true, but I want the data in a database so I can make a web view to view form submissions and print a page for reference.

                    The form is a registration form
                    Baserow and Nextcloud have no print facilities for the viewed data.
                    (Nor NocoDB either, I think, and its form is not nice)
                    Yes, of course I can log in, save submissions as CSV, download a CSV, open it in a spreadsheet, format the print page output, print it.
                    But all these are manual steps.

                    I am trying to just look at a view page when I need, and share content when needed as a printed page (for people who have no access to systems).

                    To emphasise : it's the automation of viewing submitted forms.
                    Nextcloud workflow is limited (infantile IMHO for such an established office app).

                    luckowL 1 Reply Last reply
                    0
                    • timconsidineT timconsidine

                      @luckow yes, true, but I want the data in a database so I can make a web view to view form submissions and print a page for reference.

                      The form is a registration form
                      Baserow and Nextcloud have no print facilities for the viewed data.
                      (Nor NocoDB either, I think, and its form is not nice)
                      Yes, of course I can log in, save submissions as CSV, download a CSV, open it in a spreadsheet, format the print page output, print it.
                      But all these are manual steps.

                      I am trying to just look at a view page when I need, and share content when needed as a printed page (for people who have no access to systems).

                      To emphasise : it's the automation of viewing submitted forms.
                      Nextcloud workflow is limited (infantile IMHO for such an established office app).

                      luckowL Offline
                      luckowL Offline
                      luckow
                      translator
                      wrote on last edited by
                      #12

                      @timconsidine It all depends on the details of the use case and the amount of data collected.

                      • Mautic Form -> submission overview as a table, viewable for mautic administrators/users
                      • Drupal Webform (https://www.drupal.org/project/webform) -> a complete universe of form workflows
                      • docuseal -> submission as a pdf for both: submitters & ducoseal admin/user (no aggregation of all submissions)
                      • https://form.io/ -> submission overview as a table, viewable for form.io users/admins
                      • typebot (build your own chatbot/botform) -> submission overview as a table, viewable for typebot users

                      Pronouns: he/him | Primary language: German

                      timconsidineT 1 Reply Last reply
                      3
                      • luckowL luckow

                        @timconsidine It all depends on the details of the use case and the amount of data collected.

                        • Mautic Form -> submission overview as a table, viewable for mautic administrators/users
                        • Drupal Webform (https://www.drupal.org/project/webform) -> a complete universe of form workflows
                        • docuseal -> submission as a pdf for both: submitters & ducoseal admin/user (no aggregation of all submissions)
                        • https://form.io/ -> submission overview as a table, viewable for form.io users/admins
                        • typebot (build your own chatbot/botform) -> submission overview as a table, viewable for typebot users
                        timconsidineT Offline
                        timconsidineT Offline
                        timconsidine
                        App Dev
                        wrote on last edited by
                        #13

                        @luckow you're entirely right

                        But I am looking for something lightweight.

                        I could not find one, so I built one :
                        https://forum.cloudron.io/post/78167

                        Hope it helps someone else.

                        1 Reply Last reply
                        1
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Bookmarks
                        • Search