Odooers论坛

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

Custom Form: Two signatures (web after delivery) first one works, second one doesn't.

形象
odoo
1 备注
形象
丢弃
形象
odoo
-

Can anyone help me to resolve the issue?

1 答案
0
形象
odoo
最佳答案

Hello Vikas,



  It sounds like you're encountering an issue with implementing multiple signatures on a custom web form in Odoo. This can often be due to conflicting IDs or JavaScript issues. Here's a general approach to troubleshoot and resolve this:

  Ensure each signature canvas has a unique ID.

  Verify that the JavaScript handling the signature capture is correctly initialized for both signatures. Each signature pad should be instantiated separately.

  Check for any JavaScript errors in the browser's console. This can provide clues if the script fails to bind to one of the signature pads.

  Review the form submission code to ensure it correctly packages and sends both signatures. Sometimes, issues arise not from the signature capture but from how the data is handled upon submission.


For personalized assistance:
https://www.pragtech.co.in/contact-us-mql.html

1 备注
形象
丢弃
形象
odoo
-

Thank you very much😊