How to best capture organization name from a landing page

I have a developer that tells me I need to create a new custom field just to capture a new organization name when using a form on a landing page. It doesn’t make sense to me…

Here is the landing page the developer has so far only be able to pull the list of current organizations which is not very useful

https://twitter.com/alexgiess/status/1343587141327077381?s=21

Hi @Alexgiess

If I got it right, the goal is to create a new Organization in Pipedrive every time the form was submitted on that landing page. If yes, then you could use POST /organizations with “name” in a request body, more details here.