A tool for rendering and submitting forms from a remote source
Find a file
2024-08-21 02:32:35 +02:00
.swiftpm/configuration feat: init 2024-08-21 02:13:36 +02:00
Sources feat: make FormValues codable 2024-08-21 02:32:35 +02:00
.gitignore Initial Commit 2024-08-21 01:38:16 +02:00
Package.swift feat: init 2024-08-21 02:13:36 +02:00
README.md docs: create README.md 2024-08-21 02:29:33 +02:00

RemForm

With RemForm you can define Forms in a (Codable) schema and then render a Natural Form from it. Values are bound to FormBindings so you can encode and submit them

A tool for rendering and submitting forms from a remote source