Quote Originally Posted by amayze View Post
When trying to create a new customer, I've found a bit of a visual ambiguity for the required field indicator on iPhone screens.
The first picture is of the New Customer section of the Login screen, showing the *s for required fields at the end of the fields, which is clear enough.
Click image for larger version. 

Name:	Screen Shot 2016-02-18 at 10.40.23.png 
Views:	114 
Size:	20.8 KB 
ID:	16057
The second picture shows the same screen on an iPhone 5.
Click image for larger version. 

Name:	IMG_2346.jpg 
Views:	111 
Size:	17.9 KB 
ID:	16058
Unfortunately the *s end up on a line by themselves and it's not totally clear which field they apply to. Would it be clearer (and possible) to put them after the text label?
i.e.
First Name: *
[ Text Field ]
Last Name: *
[Text Field ]
etc.

Andy
This can be done by editing the php file to move the code for the required field. You can do a developers toolkit search to find the correct file.

Thanks,

Anne