Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jason Lau

    (@jason-lau)

    Look in the User Meta Manager settings tab under HTML Markup to see if the default markup is missing.

    If the HTML Markup fields are empty, try deactivating and reactivating the plugin.

    After reactivation, the HTML Markup fields should be populated with default values and your form should then work.

    Be sure you’re using version 3.0.0 or higher, because there was a bug in v2.9.9.

    Let me know if this fixes the issue.

    Plugin Author Jason Lau

    (@jason-lau)

    The default HTML markup is as follows –

    HTML Before:

    <h3 class="umm-custom-fields">[section-title]</h3>
    <table class="form-table umm-custom-fields">
       <tbody>

    HTML During:

    <tr><th>[label]</th><td>[field]</td></tr>

    HTML After:

    </tbody>
    </table>

    Thread Starter dreadlocks1221

    (@dreadlocks1221)

    restarting the plugin worked. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form Shortcode Builder code retuning empty form’ is closed to new replies.