• Resolved tgiokdi

    (@tgiokdi)


    I have a network with sites being constantly created and would like to create a form that’s used on each of the sites, but with a one time configuration and not have to set it up manually for each blog.

    is that possible with USP?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Glad to help. There isn’t an “auto-config” feature or anything like that, but if the default settings/configuration are what you need, then yeah you could just install, activate and done. Of course, the default settings are very general, so maybe not suitable for this case.

    I hope this helps, let me know if I can provide any further infos.

    Thread Starter tgiokdi

    (@tgiokdi)

    Are those settings set in a single serialized wp_options entry? I might just let it activate like normal, then hook into the activation with an update of the plugin options?

    Plugin Author Jeff Starr

    (@specialk)

    Yes of course, custom code solution would do the trick. All plugin options are stored as an array in the WP options table, field name is usp_options.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can I create a form to be used across a WP Network?’ is closed to new replies.