2017-03-11 13:25:39 +05:30
|
|
|
= u.input :mobile, label: 'Mobile No (Include country code)', input_html: {placeholder: 'Eg. +336812345679'}, hint: 'Only visible to org team & volunteer coordinator'
|
2014-06-23 19:07:50 +03:00
|
|
|
|
2026-08-12 18:52:46 +05:30
|
|
|
= u.input :tshirt, label: "T-shirt Size", collection: [["Choose", nil],["XS","XS"],["S","S"],["M", "M"], ["L", "L"], ["XL", "XL"], ["XXL", "XXL"], ["XXXL", "XXXL"], ["Girl-S","Girl-S"], ["Girl-M","Girl-M"], ["Girl-L","Girl-L"], ["Girl-XL","Girl-XL"]]
|
2014-06-23 19:07:50 +03:00
|
|
|
|
2017-03-11 13:25:39 +05:30
|
|
|
= u.input :languages, label: "Which languages do you speak", hint: "Start from the one you speak best and use 2 letter symbolization, eg. EN, GR, DE"
|
2014-06-23 19:07:50 +03:00
|
|
|
|
2017-03-11 13:25:39 +05:30
|
|
|
= u.input :volunteer_experience, label: "Do you have any past experience?", input_html: {rows: 3, class: 'span6'}
|