Made form with Signature field (like on page https://support.themecatcher.net/quform-wordpress-v2/guides/advanced/signature-field). Works okay but how do add it on second and third Form? Now i used and changed the unique Id but second and next forms will have different unique Id’s i guess so how do i add them in Css and in my finctions.php?
Example css: .quform-element-1_4 .quform-spacer { Funcions.php: // Save the image into $_FILES $_FILES[‘quform_1_4’] = array(
Where 1_4 is already replaced by my first id.. But i do need to add more (for more forms) so do i need to copy code multiple times? Seems to get messy by doing that.. Or can i ‘add’ more unique Id’s so they will use the same Css/.js en .php mods?