CodeForFoco/volunteercore

UI/UX: Specify form submit button labels

Closed this issue · 1 comments

Currently the form submit buttons are labeled as Submit Query I think because this is default when they are not specified a value.

The Query portion may confuse users. Maybe having general Submit or Save in all forms is good. Another option is making the submit button more specific to the form such as Create Opportunity or Save Opportunity,

Relevant forms are:
/dashboard/opportunities/add
/dashboard/opportunities/edit/####
/dashboard/partners/add
/dashboard/partners/edit/###
/dashboard/tag_categories/add
/dashboard/tag_categories/edit/##
/dashboard/users/add
/dashboard/users/edit/##

Thanks for finding this issue. Chrome automatically uses "Submit" for submit buttons. I'll set the value for them.