Event Registration Layout Problem
-
I’ve installed the Event Registration plugin and placed the {EVENTREGIS} tag in the body, but I can’t seem to put anything BEFORE the form. This is a problem because there is background at the top of the page that normally has images overlapping it. I can’t even put div tags around the {EVENTREGIS} tag. The forms appear above the div in the generated code. How do I fix this?
There’s something wrong with the code somewhere. I did wrap the form in a container, but when I save the page, open it, and look at the generated 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>
The actual form for the event appears above or before the container. What gives?
- The topic ‘Event Registration Layout Problem’ is closed to new replies.