tameroski
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Upload a signature to contact form 7SIGNATURE FILE CAN BE USE INLINE. THIS IS EXPLAINED IN THE FAQ :
If you want the signature image to be sent as an attachment to the email, just follow these steps :
add a “attachment” parameter to your field like this :
[signature your-signature-field attachment]
add the signature tag to the mail attachment section, like you would do for a file (see this tutorial) :[your-file][your-signature-field]
Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Upload a signature to contact form 7Hi,
No it’s not possible, sorry.
Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Signature Not Clearing After SubmitHi,
Still got the issue ?
Fields are cleared through Javascript callback (see. Additional settings tabs of your form), so you might have an error on thee iPad.
Not much time to dig into it right now. I’ll have a look in the next days maybe.Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Signature field wont show upThe jQuery call to redraw the signature field must be made when the third tab is shown. I don’t know how you deal with tabs, you’ll have to figure it out by yourself.
I answered about the clear button issue on the other thread ??
Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Signature clear bugTry to remove the <label> tags around the signature field, and it should fix this.
I have to use several inputs for a single signature field, but labels are associated to only 1 input by design, that’s why you have that behaviour.
- This reply was modified 7 years, 2 months ago by tameroski.
Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Signature field wont show upWhen the signature is hidden at load time (which is true here, because it’s on the 3rd tab), the signature canvas has a width of 0 which is the normal behaviour for an HTML canvas.
So to fix this, you have to “redraw” the signature field when your 3rd tab is loaded. You can do this by calling
jQuery('div.wpcf7 > form').wpcf7ResizeSignatures();
.Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Signature field wont show upHi
I’m not aware of any incompatibility with the last version of WordPress or CF7. My tests are up and running with WP 4.9.1 and CF7 4.9.2, and Twenty Sixteen theme.
Can i have a look at your sites so i can figure out what is happening ?
Thanks
Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Keeps looping* Thumbs up *
Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Keeps loopingHi
No error in the JS console, that’s weird. Do you have an error in you server’s log when submitting a signature ?
Might be something like this.You’re right, that’s the default layout now … This is implicit label association which is not forbidden but it’s not the recommended way of doing it.
Anyway, i’ll try to find a workaround for this or add a notice like you suggest.
Thanks for reporting this.
I don’t think they’d recommend this, i think you might have misinterpreted something.
You can use any wrapping element : p , div, span …
You can even leave the fields unwrapped, as CF7 is wrapping them automatically with span tags.Update : i have the error too on Chrome. Just remove those label tags (use a fieldset or div if you want some kind of field wrapper) and it’ll get fixed.
Seams fine here. The signature is hidden if Gasth?rer is selected. And i can write to it if not. Must be something else.
What about the weitere-angaben group ?
Anyway, having label tags around input fields is not a good idea (not W3C compliant). I don’t think it’s linked to your issue but it can’t hurt to have a proper HTML code in the form.Hi,
What are you trying to achieve exactly ?
I have some basic test cases with CF7 conditional fields that are working just fine.
Can you paste your form and conditional fields configuration ?Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] sigFieldsClear is not definedIn the additional settings tab of your form, delete the line where sigsFieldClear is called (if there’s one) and resave.