Merge Tags on REST API form submission

Hello

We are trying to implement the REST API v2 form submission for our GForms, when we submit our forms using the instructions here Submitting Forms with REST API v2 - Gravity Forms Documentation everything seems to work fine, except for the merge tags, it doesn’t appear to be replacing the merge tags variables on neither, when getting the form with REST API v2 or when submitting the form with the same method.
The merge tags in question are:

  • embed_post:post:title
  • embed_post:ID
  • embed_url
  • ip
  • user_agent
  • ip
  • date_dmy

For the first two, I guess there is no way the REST API can know that data when using the REST API since there is no data of the POST where this form is being implemented. So my question is, how do I tell the REST API v2 what is the WP post that is implementing this form?
Basically, I would like to know if there is a way to make the merge tags to work with REST API or if that feature is not compatible with it.

Thanks in advance for any help.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.