Hi, I want to customize the layout of a few forms, eg. App Registration.
I would like to re-do the HTML template so I did access the data with a console.log(content.form) on the concerned page.
The data I get back is complex nested structure of elements, which some of those looks like they are auto-generated by a private Mashery framework.
We are looking specifically to update the way Package & Plans are displayed on the app registration, do you have any indications or tips concerning this subject, and how to manipulate data related to plans & package.
Thank you ! 👍
Hi, I want to customize the layout of a few forms, eg. App Registration.
I would like to re-do the HTML template so I did access the data with a
console.log(content.form)on the concerned page.The data I get back is complex nested structure of elements, which some of those looks like they are auto-generated by a private Mashery framework.
We are looking specifically to update the way Package & Plans are displayed on the app registration, do you have any indications or tips concerning this subject, and how to manipulate data related to plans & package.
Thank you ! 👍