• I have a contact widget that uses a form. it crashes on the participants list page (only).
    It is suggested that this is happening because another form on the page is missing its closing tag </form>.

    I am wondering if this is the location in the code generated by the pdb-list shortcode when sort=true:

    <div class=”pdb-searchform”>
    <div class=”pdb-error pdb-search-error” style=”display:none”>
    <form id=”sort_filter_form” ref=”update” action=”http://gregturnbull.net/#participants-list&#8221; method=”post”>
    </div>

    I have tested this theory by turning off sort, and then my contact widget does work properly.

    http://wordpress.org/extend/plugins/participants-database/

Viewing 1 replies (of 1 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Yes, there is an unclosed form tag in the search/sort form. Something that got past me in that last release. Depending on how you’re displaying your shortcode, you’ll need to put the </form> tag in whatever list template you’re using. It will go after the “$this->show_search_sort_form();” (just below it, outside of the PHP tags).

Viewing 1 replies (of 1 total)

The topic ‘pdb-list: unclosed form tag?’ is closed to new replies.