Hey everyone!
We are using a 3 tab Marketo LP that hosts three Demandbase enhanced forms. I noticed that the first tab has the Company dropdown list, but the other two forms aren't pulling that feature. The forms are all identical, and were cloned from the first one.
Does Demandbase only recognize one form per LP?
Any insights welcome.
Thank you!
Solved! Go to Solution.
Demandbase support provided the answer:
Sometimes you have modal forms or dynamically generated forms with Javascript and Demandbase has no way of knowing when the current form page has a dynamic form of this type. In order to load Demandbase on these forms you can use the manual trigger of Demandbase Forms.
Trigger Demandbase on your modal's callback or when it's rendered.
Demandbase.utils.loadFormModule()
Notes:
Demandbase support provided the answer:
Sometimes you have modal forms or dynamically generated forms with Javascript and Demandbase has no way of knowing when the current form page has a dynamic form of this type. In order to load Demandbase on these forms you can use the manual trigger of Demandbase Forms.
Trigger Demandbase on your modal's callback or when it's rendered.
Demandbase.utils.loadFormModule()
Notes: