Viewing 11 replies - 1 through 11 (of 11 total)
  • I have the signature embedded and it is usable, however, three issues are popping up.

    1. The “Clear” button is not working in Mac Chrome 39.0.2171.95.3, Mac Firefox 24.05 or Safari 8.02.
    2. The image will not embed in an email.
      <p>Signature:</br>
      [signature signature-268]</p>

      and the image is embedded in the HTML email with

      <img src="[signature-268]">

      Nothing shows up in the email

    3. If I make the signature field required, it will not validate the form, not matter what. As I want to use this as a waiver release form, that is an issue.

    I experience the same as szekelyheni:

    “When I choose the Signature field type from the Generate Tag drordown only the title “Signature” appears.”

    Same problem here. No field to edit, except the word “signature”. Hope the author will fix it soon because it’s really useful to have a signature option for forms.

    I am having the same issue as everyone else. I did notice this error on the bottom of my contact form.

    Warning: Parameter 1 to wpcf7_tg_pane_signature() expected to be a reference, value given in /home4/cpro/public_html/babysnbellies.com/wp-includes/plugin.php on line 496

    Thanks for the plugin in, I could really use it and hope it gets corrected soon.

    Bill

    Plugin Author tameroski

    (@tameroski)

    Hi guys,

    v1.1 is up and should fix all these bugs. Unfortunately, i don’t have much time these days to do a whole lot of tests, but the basics seams to work again.

    You should also be able now to use more than one sig field at a time in a form.

    Tell me if it fixed your issues.

    Thanks for reporting those bugs anyway.

    Hi tameroski!

    Thanks for the fixes. Could you help me with the following?

    I put the following in the email template but the signature is not showing in the email I receive.

    <img src=”[signature-791]”>

    Am I doing something wrong or am I forgetting something?

    Thanks again!

    Hello Tameroski

    Thanks for looking at it so quickly. There are a couple more issues that I am experiencing on all three different WP install (All are running different themes). There is no frame “border” around the signature field on the form page. The “Clear” button is to the right of the invisible signature field instead of the bottom as shown in your screen shots.

    Hello Jochemt

    <img src="[signature-791]"> works for me since the recent update…. Please make sure that the little check box is selected for the “Use HTML content type” on the email portion of your contact form admin page.

    Thanks

    Bill

    Hi Bill,

    Thanks for your response!

    The HTML checkbox was checked but I forgot the quotes. They have been added now.

    Unfortunately I still don’t get the signature in my mail. There is a picture frame in it when I receive the mail but it shows “The linked image cannot be displayed. The file may have been moved, renamed or deleted.”.

    When I right-click the mail (Outlook 2013) and check the source I find the link. When I copy everything between the quotes into the Chrome brower I get my signature. It just doesn’t show in the e-mail.

    So no result yet. Maybe you have another hint?

    I’m on WordPress 4.1.

    Thanks for you help.
    Jochem

    Plugin Author tameroski

    (@tameroski)

    Hi,

    @bfriend : The signature field is not an input element (it’s a canvas), so the global css style for inputs doesn’t apply. You should style elements by yourself in your theme’s css file, using the custom classes added to the signature fields element. Something like :
    #wpcf7_signature-791_signature{border:1px solid #000;}
    #wpcf7_signature-791_clear{float:left;}

    @jochemt : the image is data-encoded URL, which means there’s no physical file behind the image. Maybe Outlook does’nt support such thing …

    Plugin Author tameroski

    (@tameroski)

    Anyway these are different issues than the original one, topic closed ??

    I got error
    Forbidden Access in submit ajax.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Edit form don't work’ is closed to new replies.