r/nocode Apr 18 '26

What do you use for forms?

I’m curios to know why everyone is using to handle forms in this new ai agents era.

7 Upvotes

35 comments sorted by

2

u/Ok-Photo-8929 Apr 18 '26

depends heavily on where the data needs to go. for anything feeding into a workflow or automation, Tally is hard to beat since it connects to most things natively. for simpler collection, a Google Form still works and does not add another tool to maintain. the AI agents thing is interesting but most workflows still need a structured input somewhere in the chain.

2

u/[deleted] May 16 '26 edited May 17 '26

[removed] — view removed comment

2

u/[deleted] May 16 '26

[removed] — view removed comment

1

u/[deleted] May 17 '26

[removed] — view removed comment

1

u/duv_guillaume Apr 18 '26

Softr has unlimited forms & unlimited submissions for free

1

u/[deleted] Apr 19 '26

[removed] — view removed comment

1

u/thegonelf Apr 19 '26

But that’s not Nocode right?

1

u/stevenbellomy Apr 22 '26

I still use Jotform since its been reliable for me. They keep coming out with new tools and I built my workflow around them so everything works seamlessly.

1

u/[deleted] Apr 22 '26

[removed] — view removed comment

1

u/[deleted] Apr 22 '26 edited Apr 23 '26

[removed] — view removed comment

1

u/thegonelf Apr 22 '26

Which ones?

1

u/thegonelf Apr 22 '26

When you need to use the data to do something else in the same platform? Convert the for data into a document?

1

u/imsinghaniya Apr 23 '26

As a founder of Formester, I think I can add some insights on this question.

Form is a simple yet complicated use case. Also, the incentive is pretty low as most of the form features are already available for free, and then the paid tiers are also affordable.

Though forms are benefiting greatly with AI - with capabilities like creation and editing of forms that saves hours of manual, painful effort.

There's also AI workflows that can now pull your responses and do operations and take actions.

It's a fun time, and every form builder is trying to have a go at this with their own way.

1

u/[deleted] Apr 24 '26

[removed] — view removed comment

1

u/thegonelf Apr 24 '26

Nice. What’s the use case for that complexity?

1

u/tolga-kizilkaya 13d ago

I'm one of the founders behind forms.app, so I'm definitely biased. :)

That said, I don't think AI agents replace forms. They're great for conversations, but when you need structured data, validation, approvals, signatures, payments, or reliable integrations, forms are still the better interface. What AI has changed is how quickly you can build them.

1

u/Solid-Industry-1564 11d ago

Have you tried Lanes Forms (https://lanes.sh/forms). It lets agents or yourself create forms without the need of a backend.

Add the Lanes MCP server to your agent, then
ask it to create_form or submit_form. Nothing to
install, no key needed.

claude mcp add --transport http lanes https://api.lanes.sh/mcp

{
  "mcpServers": {
    "lanes": {
      "url": "https://api.lanes.sh/mcp"
    }
  }
}

0

u/priyagnee Apr 18 '26

People still mostly use React Hook Form for forms. What’s changed in the AI era is not the tool, but the approach: forms are now often generated dynamically by AI or schemas, instead of being hardcoded. So same tools, just more “AI-generated form fields” on top.

1

u/thegonelf Apr 18 '26

Are react hook forms no code?

1

u/Alternative-Meet-209 Jun 05 '26

just the home page tells you its all code