I was wondering if it's possible, in ANY way, to make modifications to a form in multiple places at once.
Basically, we've got a medley of subdomains, ever expanding, and they all use the same form. In some of the fields, let's say I've got a "post template" that includes '<p class="classA">...' and then something changes, and I need to change it to '<p class="classB">...'. Now all of a sudden I need to go into EVERY single subdomain and change that field to reflect that change.
Is there an easier way to do that?