form warnings order

Issues related to forms.
Post Reply
User avatar
psaldari
Posts: 48
Joined: Wed Aug 16, 2017 3:26 pm
Location: Europe

form warnings order

Post by psaldari »

If I create a form with (for example) 4 editbox like this:
A email (mandatory information)
B name (mandatory information)
C surname (mandatory information)
D cell. (mandatory information)

and if who wants to email me do not compile any part of the form and try to send it, the warnings order is
A there is no email
B there is no name
C there is no surname
D there is no cell.

but if, for example, I find that the order in which I created the form is not good and I move this editbox in a different order like:
C surname (mandatory information)
B name (mandatory information)
A email (mandatory information)
D cell. (mandatory information)

the warnings order remain the same
A there is no email
B there is no name
C there is no surname
D there is no cell.

is it possible to rearrange the wornings that reflect the new configuration? QEWB 7.1.1

Cheers
Paolo
mexman
Posts: 547
Joined: Mon Feb 11, 2013 11:33 am
Location: Puebla/Mexico

Re: form warnings order

Post by mexman »

Hi Paolo,

you might try "Tab Index"

regards
Michael
QnEWB V6.x - Ubuntu 18.04
User avatar
psaldari
Posts: 48
Joined: Wed Aug 16, 2017 3:26 pm
Location: Europe

Re: form warnings order

Post by psaldari »

I try it but nothig change...

Paolo
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: form warnings order

Post by Pablo »

Right click the form and select 'Arrange objects' in the context menu.
User avatar
psaldari
Posts: 48
Joined: Wed Aug 16, 2017 3:26 pm
Location: Europe

Re: form warnings order

Post by psaldari »

I don't see this possibility...
Image
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: form warnings order

Post by Pablo »

This is only possible with standard form, not with a carousel
Post Reply