-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
What you need to ?
well, meowform allows you to create backend-less forms easily, you just need to make a post request with data to the API endpoint 'https://server.meowform.xyz/[yourEmail]/[formName] '
In the code example, you can make a form get input from user and then send that data to the user by sending post request to the API end point if you get stuck feel free to ping me
what I need to do ?