Skip Navigation
Jump
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?
  • @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"

    2