2017-12-01 11:01:09 +01:00
|
|
|
~ form.text_area :value,
|
2017-08-02 14:56:08 +02:00
|
|
|
row: 6,
|
2017-07-25 14:33:03 +02:00
|
|
|
placeholder: champ.description,
|
2018-02-09 17:42:53 +01:00
|
|
|
required: champ.mandatory?,
|
2017-12-11 12:40:12 +01:00
|
|
|
value: html_to_string(champ.value)
|