Hello again Tina,
Definitely not the most ideal situation, and the detail slipped by me. I have added an enhancement issue to our internal tracking about getting a consistent selector added to each form’s output, and hope we can get that out soon.
In the meantime, you’re not completely out of luck. Hopefully your site is using the body_class()
function on the <body>
tag. With that, you would get some unique classes that you could prefix your CSS with. say .page-id-124 .ctct-form
. If you have some cases where you have multiple form instances on the same page, say one in the post content, and one in the footer, you’d need to change the specifics for the selector a bit more. Something like .page-id-124 footer .ctct-form
. Definite possibilities, and worth checking out what’s getting output on the <body>
tag that could be useful.
Let us know if you have any further questions, or need us to look at anything.