crowdAI / crowdai

Fighting for Open Science with Open Data
https://www.crowdai.org
GNU Affero General Public License v3.0
149 stars 32 forks source link

CLEF Webpage submission highlight mandatory fields #697

Closed ieggel closed 6 years ago

ieggel commented 6 years ago

HI @seanfcarroll

Is there a common way to highlight mandatory fields for forms? The following fields are mandatory are mandatory in the CLEF submission webpage:

scarroll32 commented 6 years ago

The design of crowdAI did not include the '*' sometimes used to indicate required field. You could instead of adding a subtext. See 'views/challenges/form/_details' for an example.

<span>Your image will be cropped if necessary. 5MB limit</span>

In any case if validations are present on the model, an error message will appear. See below.

screen shot 2018-04-16 at 17 01 03 screen shot 2018-04-16 at 16 59 57
ieggel commented 6 years ago

Thanks @seanfcarroll

I will have a look.