@allynbeth Yes, you were right about this mistake. I added classes for input and everything seemed to work. Below is an example:
Path: contact-form-7-signature-addon > public > class-wpcf7-signature-public.php
<span class="wpcf7-form-control-wrap wpcf7-form-control-signature-input-wrap %1$s">
<input %2$s id="wpcf7_input_%1$s" class="wpcf7-form-control wpcf7-signature" />
<input %9$s id="wpcf7_input_%1$s_attachment" class="wpcf7-form-control wpcf7-signature" />
<input %10$s id="wpcf7_input_%1$s_inline" class="wpcf7-form-control wpcf7-signature" />
%3$s
</span>
GitHub: https://github.com/mifist/Contact-Form-7-Signature-Addon/commit/7accea97c7b972568578e07a9cbe1f80b614fad3
-
This reply was modified 3 years, 9 months ago by mifist. Reason: added GitHub link