PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Styling Confirmation Message

  1. Is there a way to add a specific class to a form that also affects the confirmation message. I have one particular form for which I'd like to specify a different style to it's confirmation message. At the moment I am wrapping the whole form in a div and using selectors to style. I was just wondering if there was another way so I could avoid the wrapper.
    Thanks

    Posted 12 years ago on Monday August 29, 2011 | Permalink
  2. Currently no, but putting a unique ID on the confirmation message is a good idea for just this reason. I'll see if we can work this into an upcoming release.

    For now you could probably use another unique container ID in your page without having to add the extra markup. For example, i see that there is a unique "article" id and class that you could hinge the inheritance on without adding anything else.

    <article id="post-160" class="post-160 page type-page status-publish hentry">
    Posted 12 years ago on Monday August 29, 2011 | Permalink
  3. Thanks

    Posted 12 years ago on Monday August 29, 2011 | Permalink
  4. Update: We've added a class name with a unique ID to the confirmation container for the next release. This should make it a lot easier to add individual styles on a per-form basis.

    Posted 12 years ago on Monday August 29, 2011 | Permalink

This topic has been resolved and has been closed to new replies.