Hi everybody! I just applied the formidable form to my work. I've also read the tutorial on using the API, but really don't know how to create a new entry using the API! For example, when I call the POST method to the end point URL yoursite.com/wp-json/frm/v2/entries, do I have to pass any additional parameters?
Using an endpoint alone will not create an entry. The endpoint is inserted in Notification URL field in the API interface. You also have to pass all of the data you want in the entry. See this: https://formidableforms.com/knowledgebase/formidable-api/#kb-create-an-entry-in-another-form
Please login or Register to submit your answer