Hi @bradley2083,
In fact, that could be a new theme/style (maybe you have noticed that there is this in the settings of the block). I could do that.
Thing is like I don’t feel like it will work with your theme or any theme; I am not sure there is a standard way to develope contact form right now (as the other contact forms are pretty famous, they all have their styles and so on).
But you know that if you pick “None” as the style, it’s fairly simple, and that works with most themes?
You can try choosing that one, then maybe play with the code in run.php. Have a look at the function create_form. Look at this line:
$css = array(
'root' => $bCSS,
'theme' => "meow-contact-form--${theme}",
'group' => "${bCSS}__group",
'info' => "${bCSS}__info",
'label' => "${bCSS}__group-label",
'input' => "${bCSS}__group-input",
'textarea' => "${bCSS}__group-textarea",
'button' => "${bCSS}__group-button"
);
You can add a class right before the one I generate dynamically. You might get interesting results.
Would love to know if something good happens with your theme (and which theme you are using) ??