Nov 9, 2022 5:38 AM
Hi There,
Wanted to add an extra text box in the page settings for our internal purpose.
Is it possible?
Solved! Go to Solution.
Nov 17, 2022 6:35 AM
You could use the CMS API to get all of the pages and look for that data value https://developers.hubspot.com/docs/api/cms/pages#section-Site-Pages
If you are not familiar or comfortable using the API you could also try this.
If you have less than 50 pages you could also create a custom module with a pages field. Select the pages you want in a repeatable field. Then loop through it. Inside the loop, create your condition filter to show the pages with the widget value you need to check for.
Nov 17, 2022 6:35 AM
You could use the CMS API to get all of the pages and look for that data value https://developers.hubspot.com/docs/api/cms/pages#section-Site-Pages
If you are not familiar or comfortable using the API you could also try this.
If you have less than 50 pages you could also create a custom module with a pages field. Select the pages you want in a repeatable field. Then loop through it. Inside the loop, create your condition filter to show the pages with the widget value you need to check for.
Nov 16, 2022 12:18 AM
Can anyone help me on this?
Nov 14, 2022 11:21 PM - edited Nov 14, 2022 11:21 PM
Nov 14, 2022 2:56 AM
@BootstrapC : Jake any Idea?
Nov 9, 2022 6:16 AM
This cannot be done. But you could create a custom module called "Page Settings" or "Advanced Page Settings" that would be found in the content tab. You would add that to to the template so it is baked into the page and unable to be removed using the drag and drop area.
You could also set one or all of the module fields as required in order for the page to be published.
Nov 11, 2022 12:20 PM
Thanks, Jake.
In that way, Can I pull out the report based on the value?
For Ex: I have added a custom field(dropdown) with two values at a template level on all pages.
Can I able extract the report which pages have a particular value?
Hope you understand. Please let me know if you need further detail.