I cannot quickly find the answer so maybe the project owner can share - I have a need for which apparently there is no ready-to-use product - I need to have form which is anonymous, but at the same time it should be one-time-only submit. (Like voting system). My ideal solution would be to send unique link to each recipient and limit one submission per link. However, I as a purchaser should not be able to see who got…
Show HN: I just made my profitable online form builder open-sourced
81–90 of 131 posts
Re: Show HN: I just made my profitable online form builder open-sourced
#82Huge Affero (AGPL) warning. Do not touch unless you understand how the license works and want to do so anyway.
I see this as huge Affero (AGPL) praise! It would be great if the license was used more. I'd much rather contribute to something where sharealike extends in some way across networks - software doesn't link in binaries, as the GPL does cover, as much these days.
You can in fact have GPL bw applied over network IPC even
Re: Show HN: I just made my profitable online form builder open-sourced
#83What is the reason for “open sourcing” this , when any meaningful implementation is locked away behind services and is closed source. I just think these kind of use cases confuses users. There is no problem in being closed source and proprietary (unless you are using preexisting open source code and open sourcing those parts of your code makes it legally compliant) . In any case it is confusing at best and misleading…
Free advertising on Haker News. 10 bucks net profit without any grows is also profitable. Getting to the main page of HN was worth open sourcing what had no potential anyway. This is my reasoning, I'm not the creator of this.
Re: Show HN: I just made my profitable online form builder open-sourced
#84I'm secretly and slowly building a form building application. The idea is that in my association we don't want to rely on Google Forms. And we only want to use open source software. We are using FramaForms which is a bit clunky and doesn't have this feature that updates a spreadsheet automatically. I thought that I could just create something that would answer both concerns. But a good open source forms app would pro…
Limesurvey is “good enough” for most applications and is open source- any reason why that wouldn’t work for your use case?
But LimeSurvey has its advantages:
- it's in PHP, and our whole infra is already using it (WordPress and Nextcloud). So it's easier to setup and if we want bridges between these tools, it'll be easier.
- AFAIR, it doesn't require JS when filling a form and in particular, it's not a React app.
We have used LimeSurvey in the past, we got rid of it but I don't remember why, I should look into it another time.
Two other big requirements we have is solid conditional field support and easy to use form builder.
Re: Show HN: I just made my profitable online form builder open-sourced
#85Earlier quoted context omitted.
> But a good open source forms app would probably change everything Can you go into that a bit more, I'm interested what you would see changing. Why do you think it hasn't been done already?
My understanding of the comment is that “changing everything” should be understood in the context described by the begining of the comment. That is their organisation would stop using FramaForms, and the commenter would stop working on their replacement skunk project. That is all of those mentioned plans/activities would change drastically. It wouldn’t change literally everything. The Sun and the Earth will continue…
Re: Show HN: I just made my profitable online form builder open-sourced
#86I'm secretly and slowly building a form building application. The idea is that in my association we don't want to rely on Google Forms. And we only want to use open source software. We are using FramaForms which is a bit clunky and doesn't have this feature that updates a spreadsheet automatically. I thought that I could just create something that would answer both concerns. But a good open source forms app would pro…
Thank you for sharing your experience and insights. It would be fantastic if we could collaborate to make HeyForm better suited to your needs, as well as the needs of many others. > Would an integration with Nextcloud be considered? We are definitely interested in exploring this possibility. However, since I am not personally familiar with Nextcloud, it would be helpful if you could provide more details. Could you pl…
Re: Show HN: I just made my profitable online form builder open-sourced
#87Re: Show HN: I just made my profitable online form builder open-sourced
#88I'm secretly and slowly building a form building application. The idea is that in my association we don't want to rely on Google Forms. And we only want to use open source software. We are using FramaForms which is a bit clunky and doesn't have this feature that updates a spreadsheet automatically. I thought that I could just create something that would answer both concerns. But a good open source forms app would pro…
Grist has the ability to create forms that are automatically connected to their spreadsheets [1]. Though it doesn't seem like you can create sophisticated forms (with some logic in them for example) just yet. I am thinking of moving my volunteer org away from Google forms towards Grist. [1] https://support.getgrist.com/widget-form/
Re: Show HN: I just made my profitable online form builder open-sourced
#89I really like that you are using nestjs, idk why some devs hate it, IMHO its the best node framework that can be used to build production ready apps, i started using it a month ago at work and it was my first time using it, and it already made so productive
Re: Show HN: I just made my profitable online form builder open-sourced
#90Congrats on open sourcing your project! I see that it relies on mongodb, at a first glance this seems a good fit for a forms oriented product - looks like using a document db for actually dealing with documents. How did it work out for you? Would you choose it again?