Skip to main content

MeowForms

it allows you to build forms quite easy and fast without any backend instantly so you can foucs on what really matters :)

You just need to make a post resquest to the meowForms servers , ones you have registered that's it no hard more hard task or something :)


<Form action="https://server.meowform.xyz/page/YourEmail&yourformname" method="post" />

currently you can submit your response in two ways .

if you are using just html just submit your response here

https://server.meowform.xyz/page/[your Email]l&[formName]
  • if you are using a frontend framework then you need to send a post request to
https://server.meowform.xyz/form/[Email]&[FormName]
<Form action="https://server.meowform.xyz/page/YourEmail method="post" />