Question about (system:POST:input_1)

Hi All,

I am new to gravity forms. I have created a blank form and used single text and the ID showing as #1.
I have setup my external API in wpget API plugin and tested the API using the hardcoded value and the API is working fine but when replace the input with /(system:POST:input_1), saved the short code and copied that short code in the confirmation page in gravity forms. When I test the preview, I ended up getting the error ({ “message”: “Endpoint ‘/getPNRStatus\(system:POST:input_1)’ does not exist” })

Can you please help me to resolve the issue? I am evaluting the gravity form whether that is suitable for my requirement or not.

I recommend checking with WP Get API support t find the correct format to get the data from the Gravity Forms submissionfor your API call. The issue is not related to Gravity Forms. Thank you.

Ok. But the WPGET API to use gravity forms input as mentioned below

The below from the WPGET API documentation.,

Step 1: Setup Gravity Forms

We have set up our form with a single field called Crypto Pair – this is what we will use to send to our API. The ID of this field is #1, so Gravity Forms names this as input_1 on the front end. This is important for the next step.

Now we just need to add this form into our page using their shortcode.

.

Not sure wheere is the issue…