I have two sets of global forms right now - one for use on landing pages and one for use on our website. We initially set it up this way because the website forms had slightly different needs than the landing page ones, but that is no longer the case. Before I sunset one set of forms and start using just the other set, is there a good reason to keep them separate that I'm not considering? Once I combine them, it will be more work to separate them again if I need to. Do y'all use just one set of forms for both use cases, or do you split them?
Advantages of dedicating forms to each side:
Disadvantages:
In general I recommend the same forms for web + LPs and also externalizing as much as possible into JS + CSS to easily share updates across forms. Examples are Country picklists and Hidden fields.