diff --git a/app/views/branded/shared/dynamic_form/fields/_textarea_field.html.erb b/app/views/branded/shared/dynamic_form/fields/_textarea_field.html.erb index 797d54e..68cd866 100644 --- a/app/views/branded/shared/dynamic_form/fields/_textarea_field.html.erb +++ b/app/views/branded/shared/dynamic_form/fields/_textarea_field.html.erb @@ -14,7 +14,6 @@ disabled: readonly, class: "form-control #{field_class} tinymce_answer", type: input_type, - placeholder: example, id: field_id %> <% if multiple && readonly == false%>
@@ -32,3 +31,19 @@ } unless validation == "none" %>
+ +<% if example.present? %> +
+
+ "> + <%=_('Example')%> + + +
"> + <%= sanitize example %> +
+
+
+<% end %>