Is it possible to configure Autofill settings via REST API ?  | Community
Skip to main content
Victor_Herrero
New Participant
September 27, 2019
Question

Is it possible to configure Autofill settings via REST API ? 

  • September 27, 2019
  • 1 reply
  • 2498 views

I have been investigating the possibility of scripting a series of modifications to ALL forms on the instance. Once possible scenario is a field that needs to be added to all forms (GDPR, GCLID, ...)

This method let's you "upload a config file" to a form field: 

https://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Form_Fields/updateFormFieldUsingP… 

In the GCLID scenario though, it's not enough to just set the field type to hidden, you also need to set where to get the value from and the parameter name. 

However, it seems these two settings are not possible via REST API? 

Has anybody managed this or found a workaround? 

Thanks in advance!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

New Participant
February 8, 2021

Hi Victor,

 

Did you ever figure this out? I have the exact same problem.

New Participant
February 8, 2021

I just confirmed this is possible via Postman using the following fields (undocumented from what I can tell):

 

{ 'fieldId': 'GCLID', 'fieldType': 'hidden', 'valueFrom': 'cookie', 'parameterName': 'gclid }