Can I update a name field in the entry by Formidable API?

By: Jiyoung Joung | Asked: 02/07/2024
ForumsCategory: Code HelpCan I update a name field in the entry by Formidable API?
Jiyoung Joung asked 3 months ago

like this:

Request url: example.com/wp-json/frm/v2/entries/233

Content-type: application/json

Method: PATCH

Body: {

    "form_id": 23,

    "namekey|first": "Gildong",

    "namekey|last": "Hong"

}

1 Answers
Jiyoung Joung answered 3 months ago

I found it:{     "form_id": 23,     "namekey": {         "first": "Gildong",         "last": "Hong"     } }

Making the Best WordPress Plugin even better - Together

Take on bigger projects with confidence knowing you have access to an entire community of Formidable Experts and Professionals who have your back when the going gets tough. You got this!
Join the community
crossarrow-right