Hello,
Has anyone seen any issue with using the Custom HTML field in 10.2 Forms? We have the below input in the HTML tab:
<div id="google_translate_element"></div><script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element'); } </script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
We noticed though that when we try and submit a form that has this in the Custom HTML field, the form won't save to Laserfiche and gets suspended. The error that correlates with this in event viewer is as follows:
"Caught exception: Laserfiche.Forms.CommonUtils.Exceptions.LFFormsException
Message: The PDF generator was unable to contact the Laserfiche Forms server. Please ensure your SSL settings are correct. [LFF4112-PdfNetworkError]"
If we remove the Google Translate field, the form saves with no issue.
Any idea as to what could cause this would be helpful, thanks!