Hello @haroldd09
The amount of time needed is really going to depend on how much work you are willing or able to do for this. For example, someone could use their browser’s inspector tools to see what type of styles are being applied to Contact Form 7, and use the “Additional CSS” area in the customizer to use the same styles for our generated form. Alternatively adding the styles to your active theme’s css files would work as well.
It would take determining the appropriate selectors to target our markup, but it’s definitely possible. That’d be the best route to go, to avoid possibly losing any customizations during future updates for our plugin.
Appreciate the quick reply. I don’t need it to be exactly like the CF7 form – anything close would suffice. Any suggestions on what code I could add to my theme in an attempt to get a little better looking form?
We don’t really have anything readymade that can just be dropped in place and have it just work. It’s more a detail that is case-by-case basis really. We try to let the forms inherit from the active theme as much as possible, but sometimes that doesn’t go as well as we hope. We do have plans to get some extra styling options included in the next major releease, though it may not address everything.
If you could provide a link to a page that has your Constant Contact Forms embed in place, we can offer some suggestions to help out.