If this answer solved your question, please mark it as the solution!
Alyssa Wilie
Web Developer atLynton
Need custom website/integration development or help optimizing HubSpot for your organization? Schedule a consultation with us, an award-winning HubSpot Elite Partner.
Or check out our blog to get the latest in marketing, design, integration, and HubSpot knowledge.
If this answer solved your question, please mark it as the solution!
Alyssa Wilie
Web Developer atLynton
Need custom website/integration development or help optimizing HubSpot for your organization? Schedule a consultation with us, an award-winning HubSpot Elite Partner.
Or check out our blog to get the latest in marketing, design, integration, and HubSpot knowledge.
Seeing as the {{ dynamic_page_hubdb_row.request_samples_link }} variable seems to be the only part not being populated in the link my first thought is : did you add a request_samples_link column to the HubDB table the page is pulling data from and add a link path to the column for each row?
Also, the Get a Quote CTA isn't using a table variable for its path so is a variable really necessary for the Request Samples CTA path?
If this answer solved your question, please mark it as the solution!
Alyssa Wilie
Web Developer atLynton
Need custom website/integration development or help optimizing HubSpot for your organization? Schedule a consultation with us, an award-winning HubSpot Elite Partner.
Or check out our blog to get the latest in marketing, design, integration, and HubSpot knowledge.
Also, if we can do without the variables being pulled form the HubDb file for the 'Request samples' form, how should I go about with the code to link the CTA to the form created?
Can you show us the code for that CTA section? It's not really possible to tell why the link isn't being filled in by just looking at the site. (If the page is dynamic that's exactly the reason custom modules were built; HubSpot CTAs do not have dynamic capabilities not to mention they load incredibly slow)
As for the spacing you would need to add some CSS:
.cta-wrap a + a {
margin-left: 5px;
}
If this answer solved your question, please mark it as the solution!
Alyssa Wilie
Web Developer atLynton
Need custom website/integration development or help optimizing HubSpot for your organization? Schedule a consultation with us, an award-winning HubSpot Elite Partner.
Or check out our blog to get the latest in marketing, design, integration, and HubSpot knowledge.