Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m using it — reluctantly. It’s a promising extension, but it’s horribly supported. Very buggy. I’ve written to Fleming several times and got no answer so far.

    Thread Starter randy270

    (@randy270)

    Thanks for responding.

    No, it’s not the CSS. There’s something wrong with the code. I did wrap the form in a container, but when I save the page, open it, and look at the source code, the container appears AFTER the form, and more oddly, it places a second </body> tag after the </table> tag.

    In the WordPress Write Page field, my code looks like this:

    <div id="regisblock">
    [Event_Registration_Single id="1"]
    <strong>This is where the stuff is supposed to go!!!
    </strong>
    </div>

    But the end result does not put the form inside the “regisblock” container. Here’s the resulting source code:

    <div id="regisblock">
    <br />
    <strong>This is where the stuff is supposed to go!!!<br />
    </strong></p>
    </div>
Viewing 2 replies - 1 through 2 (of 2 total)