The form elements snippets currently differ from each other - for example some are wrapped with <div class= "form-group">, some have <form> tags, some have neither.
This makes training a bit tricky as we have to tell people to wrap some snippets, or delete form tags from other snippets.
It may not be possible to make them all the same, as some snippets are simple elements, others are more complex with grouping. But for example, I think we can probably remove <form> from all of them.
The form elements snippets currently differ from each other - for example some are wrapped with
<div class= "form-group">
, some have<form>
tags, some have neither.This makes training a bit tricky as we have to tell people to wrap some snippets, or delete form tags from other snippets.
It may not be possible to make them all the same, as some snippets are simple elements, others are more complex with grouping. But for example, I think we can probably remove
<form>
from all of them.