Hello, I wanted to ask how do I solve a problem with "signature pad" since I entered it by following the guide below: http://www.chronoengine.com/faqs/3308-how-can-i-get-my- form-signed.html
unfortunately I do not see anything.
Debugging Chrome tells me Uncaught TypeError: undefined is not a function.
thanks
unfortunately I do not see anything.
Debugging Chrome tells me Uncaught TypeError: undefined is not a function.
thanks
Hi conadleofficine,
Please post a link to the form so I can take a quick look.
Bob
Please post a link to the form so I can take a quick look.
Bob
I send you a private message!
Hi conadleofficine,
It looks as though the problem is with the line
If that doesn't fix it then the problem is most likely that the code here is being run before jQuery is loaded by Joomla!
Bob
It looks as though the problem is with the line
jQuery.noConflict();
It may be that is being called before jQuery is loaded, you could try removing it as there is another identical command being loaded from Joomla! as far as I can see.
If that doesn't fix it then the problem is most likely that the code here is being run before jQuery is loaded by Joomla!
Bob
Thank you! i solve my problem!
Hello Greyhead
My problem is that the signature is not in the email.
in my email template
i have
<div>
<h4>Saved image signature</h4>
<img src='<?php echo $form->data['oc_sig_url']; ?>' />
</div>
Any idea why the signature is not sended ?
Regards
My problem is that the signature is not in the email.
in my email template
i have
<div>
<h4>Saved image signature</h4>
<img src='<?php echo $form->data['oc_sig_url']; ?>' />
</div>
Any idea why the signature is not sended ?
Regards
Hi klaasvaak,
No, I've no idea. The code you've posted looks correct to me, assuming that the signature URL exists in the $form->data array. Please try adding a Debugger action to see if the value is being created correctly.
Bob
No, I've no idea. The code you've posted looks correct to me, assuming that the signature URL exists in the $form->data array. Please try adding a Debugger action to see if the value is being created correctly.
Bob
Ok here's the data
Debug Data
email
10
Result An email has been SENT successfully from (extranet website) example@example.com to example2@example.com
Body
Naam service master: John Doe
Klant: test
Cliƫnt/ vestiging: test
Adres: test
Plaats: test
Worked hours 23
Werkzaamheden service merchandiser: erererer
Saved image signature
i dont see the image here
Submitted by 123.456.789.000
Attachments array ( )
Also in the email that i received there's no signature attached.
but when i look in the ftp server on the location
/components/com_chronoforms/uploads/signatures/
The signature is there
Debug Data
10
Result An email has been SENT successfully from (extranet website) example@example.com to example2@example.com
Body
Naam service master: John Doe
Klant: test
Cliƫnt/ vestiging: test
Adres: test
Plaats: test
Worked hours 23
Werkzaamheden service merchandiser: erererer
Saved image signature
i dont see the image here
Submitted by 123.456.789.000
Attachments array ( )
Also in the email that i received there's no signature attached.
but when i look in the ftp server on the location
/components/com_chronoforms/uploads/signatures/
The signature is there
This topic is locked and no more replies can be posted.