Hi,
The Optimize form layout on Mobile devices was removed from Forms version 11? I can't find this option now. I testing a new form business process and the forms and header are not rendering as on previous versions.
Hi,
The Optimize form layout on Mobile devices was removed from Forms version 11? I can't find this option now. I testing a new form business process and the forms and header are not rendering as on previous versions.
Hi Pedro,
The 'Optimize form layout on mobile devices' option is not supported with new form designer in Forms 11 yet, and it is in our backlog.
Could you use classic form as alternative if necessary?
Ziyan,
Do you have a projected timeline for this?
Hi Courtney, after discussion, we plan to roll out related fix in next release of self-hosted Forms, which is currently targeted to second half of this year.
If you need this before the release, please try out the snippet in https://answers.laserfiche.com/questions/195351/Optimize-form-layout-on-mobile-devices-version-11#206607 to see whether it works with your form.
@████████ our customer built a form that is taking forever to load on your phone. She used the modern form builder. Any idea how to speed that time up. All other forms built with the classic builder works great. I assume it still is the optimization issue.
Hi @████████, does the modern form load eventually?
Hey @████████, I got it to load one time but it takes forever. I will try both options. Thanks!
Hi Pedro,
Could you kindly elaborate on how the forms and header are not rendered as previous version with new form? Is it table header or form header?
We'd like to make sure the future implementation does solve the problem.
Hey Zihan,
We are experiencing all kinds of fields getting squished together. we do improve with a lot of instances by turning the phone horizontally. This is more a problem with iPhones over Android.
Any idea what the horizon line is like for this fix? our Forms developed in 10 look fine on phone. we had optimize for mobile on.
Thanks!
Frank
Hi Frank, let me reach out to related team about potential timeline for this. Will keep this post updated.
Hi again Frank, please try out the CSS snippet in https://answers.laserfiche.com/questions/195351/Optimize-form-layout-on-mobile-devices-version-11#206607 to see whether it works with your new form. Let me know if anything still doesn't work well.
We plan to roll out the fix in next release of self-hosted Forms, which is currently targeted to second half of this year.
Hi everyone,
Our dev provides a sample CSS snippet to improve new form responsiveness on mobile device, considering the option 'Optimize form layout on mobile devices' is currently not available in new form.
@media screen and (max-width: 600px) { .line {flex-wrap: wrap} .pdc {width: 100%} .fl-table thead, .fl-table colgroup {display: none;} .fl-table tr.pdc {display: flex; position: relative; flex-wrap: wrap; border: 1px solid #ddd; padding: 20px 0 0; } .fl-table tr.pdc + tr.pdc {border-top: none;} .fl-table td.pdc .field-label {display: flex; border: none;} .fl-table td.pdc {border: none; vertical-align: center; width: 100%} .fl-table td.table-row-labels {border: none; padding: none; position: absolute; top: 4px; left: 4px;} .fl-table td.table-buttons {position: absolute; top: 4px; right: 4px;} }
Please try it out and see whether it works with your form. Let us know if anything still seems wrong.
Hi Ziyan,
I will provide the user with the alternative of creating the classic form.
Thanks,
Pedro
Does that mean that if we use New Forms Designer now it may not render well on mobile devices?