this post was submitted on 16 Jan 2024
43 points (92.2% liked)

Open Source

30234 readers
169 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Do you know of any online solutions for creating forms (open-source if possible) that have an API for generating unique links to the same form? @opensource

all 7 comments
sorted by: hot top controversial new old
[–] testman@lemmy.ml 6 points 8 months ago (1 children)
[–] retiolus@mamot.fr 1 points 8 months ago (1 children)

@testman I mean, I would like to generate, outside CryptPad (a script for example), a unique link to a form.

[–] tuban_muzuru@ohai.social 2 points 8 months ago

@retiolus @testman

If you're just looking for a unique, you could just generate a UUID and postpend it to the base URL, couldn't you?

"https: // mysite.com/forms/e9be2c1b-7c23-4991-804b-24476c30681b"

[–] paaviloinen@sopuli.xyz 5 points 8 months ago
[–] Pantherina@feddit.de 4 points 8 months ago

The question is why?

  • dont show the people the real URL? Then you need many domains
  • just include a traceable number, to evaluate the origin of the participant?
[–] hiramfromthechi@lemmy.world 2 points 8 months ago* (last edited 8 months ago)

I may not be fully understanding your use case, but Baserow has forms and is API-first. It sounds like it would do it, if I'm understanding correctly.

It's open source and has both hosted and self-hosted versions.

Disclaimer: I'm part of the Baserow team.