You are viewing limited content. For full access, please sign in.

Question

Question

Add Google Translate to Forms 9.2.1

asked on July 20, 2016

I have a form that has the Google Translate incorporated as an html button. 

When it is enabled, the form is unable to be saved to Laserfiche.

I have applied the following CSS, which resolved this issue in Forms 10. 

html, body {width: auto; overflow-x: hidden;}

However, I am still unable to save the form.

I also applied the option, "Automatically optimize form layout for small browsers (e.g., on mobile devices", within the Forms Settings. 

This still did not resolve the issue.

I found that when I am viewing the submitted form, the form continues to grow and create white space at the bottom of the form. I believe this is what is causing the form from getting saved to Laserfiche.  

0 0

Replies

replied on July 20, 2016 Show version history

I applied the following CSS where the Google Translate was increasing the height of the html body. It resolved the increasing height issue, but still unable to save the form to Laserfiche when the Google Translate is enabled.

html, body{
    min-height: 0!important;
    height: auto!important;
    position: inherit!important;
}
0 0
replied on July 21, 2016

Does Laserfiche have a response? 

 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.