NetTalk Central

Author Topic: Responsive login forms  (Read 1302 times)

hectorp

  • Newbie
  • *
  • Posts: 44
    • View Profile
    • Email
Responsive login forms
« on: November 18, 2022, 08:19:13 AM »
Hi

I have a NTWS application which has a no responsive design. Now my client wanted to have just the login forms to be responsive.

There are two separated forms in order to complete the login. One ask for the user name and security question and the second one for the password and pin number. Before starting any modification I have two questions;

1. How to make or design a complete application to be responsive?

2. Is there a way to have/modify the two login forms in order to be responsive without modify the rest of the application?

Working with NTWS 11 and Clarion 11.

Appreciate any help.

Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Responsive login forms
« Reply #1 on: November 18, 2022, 08:48:27 AM »
Choose Div in the LoginForm Html method.
See pic
-----------
Regards
Alberto

hectorp

  • Newbie
  • *
  • Posts: 44
    • View Profile
    • Email
Re: Responsive login forms
« Reply #2 on: November 18, 2022, 09:05:41 PM »
Hi Alberto,

Can it be done by using CSS?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11175
    • View Profile
Re: Responsive login forms
« Reply #3 on: November 19, 2022, 10:44:24 PM »
Hector,

1. yes it can be set globally, WebServer procedure, defaults, Browse and form tabs.
2. Yes it can be set locally, as Alberto's pic shows. (I recommend using Grid mode).

You can't change from <table> layout to <div> - grid layout using CSS, no. The layout has to be set first then the CSS comes into play.

Oh - and I'm not sure if NT11 supports Grid- that might be an NT12 thing, in which case in NT11 use Div-Flex. It's not as good, but'll get the job done.

cheers
Bruce

hectorp

  • Newbie
  • *
  • Posts: 44
    • View Profile
    • Email
Re: Responsive login forms
« Reply #4 on: November 21, 2022, 06:58:26 PM »
Hi Bruce,

Is there a webinar or document which explain hot to set CSS accordingly after applying or changing to grid layout?

If I understand correctly, it is not done automatically. It has to be done applying CSS, correct?

Thanks

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11175
    • View Profile
Re: Responsive login forms
« Reply #5 on: November 23, 2022, 09:09:50 PM »
The internet is full of CSS documentation.
It's not specific to NetTalk in any way.

Cheers
Bruce