PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Edit fields in multiple forms on subdomains in one place?

  1. 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?

    Posted 11 years ago on Monday June 11, 2012 | Permalink
  2. David Peralty

    You could go into the database find where that value is being stored and then create a find/replace. Try creating a test environment, exporting the table that has the values you want to change, open it with Crimson Editor, Notepad++ or similar, and find/replace the values before importing it back into your database. Beyond that, I can't think of a fast way to do so.

    Posted 11 years ago on Monday June 11, 2012 | Permalink