Hello community,
We are in the process of converting more than 100 forms into Marketo Forms. These forms will include a picklist (select dropdown) where users will be asked to select the product they are interested in. Our client has a centralized database that contains the labels and values for the options that should appear in these selects. We would like to know if it is possible to use this database as the data source for the selects in the forms, ensuring that the values remain centralized and up-to-date.
We’ve looked into the possibility of using the Marketo Forms API, but we are exploring other alternatives that might offer better scalability.
Any help or suggestions would be greatly appreciated!
We’ve looked into the possibility of using the Marketo Forms API, but we are exploring other alternatives that might offer better scalability.
You mean the Marketo Forms JS API? What could possibly be more scalable than that? Or are you talking about the REST API?
If you serve up the lists as a JSON feed (or, if necessary, JSONP), it’s trivial to populate the select options in realtime.