Viewing 1 replies (of 1 total)
  • Hi,

    For some reason, your theme is setting the submit button to invisible. Try adding this to the end of your theme stylesheet:

    .post-content input[type="submit"] {
        display: block;
    }
Viewing 1 replies (of 1 total)

The topic ‘Event submit button missing’ is closed to new replies.