You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Not able to update Eloqua Form using API

Hello, I am trying to update an existing Eloqua form to add few more fields, so for this I am using the end point : https://secure.p04.eloqua.com/api/REST/1.0/assets/form/119

Now the issue is when I am passing the field details it is getting overwrite the existing values, but what I need is to append the fields. Not sure why it is not working, below how I am trying

PUT : https://secure.p04.eloqua.com/api/REST/1.0/assets/form/119

{        "id":"119",     "name":"TEST_FORM_Feb_2020",     "processingType":"externalEmail",     "elements":[             {             "type":"FormField",             "name":"Field1",             "style":"{\"fieldSize\":\"large\",\"labelPosition\":\"top\"}",             "dataType":"text",             "displayType":"text",             "htmlName":"Field1"         },         {             "type":"FormField",             "name":"Field12",             "style":"{\"fieldSize\":\"large\",\"labelPosition\":\"top\"}",             "dataType":"text",             "displayType":"text",             "htmlName":"Field12"         }     ] }

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!