[SOLVED] Entry form for Mobile

Answered Closed
0
0

Good day,

How to create an entry form that will automatically adjust when viewed in mobile and fonts will get bigger?

Thanks.

  • You must to post comments
Best Answer
0
0

Hi Glenn,

You can use Responsive Properties in Wisej 2 to make the pages mobile-friendly.  Check out this YouTube video demonstrating the behavior: https://www.youtube.com/watch?v=qp6cQOQFHWk

Wisej Documentation on Responsive Profiles: https://wisej.com/docs/2.0/html/ResponsiveProperties.htm

This allows you to change controls based on the device profile (bigger fonts, different location, style, etc.)

Also, make sure you add a viewport for mobile in your Default.html page.  Something like this:

<meta name=”viewport” content=”width=device-width, initial-scale=1″>

Let me know if you have other questions!

Best,

Levie

  • You must to post comments
Showing 1 result