Hello, I found the easy answer but my edit disables Field Conditionals
Before,
I saved /templates/seb_one/fields/_markup.php as "markup.php", and
then edited it.
I changed the vars order within: $html = '<div id="'.$cck->id.'_'.$field->name.'" class="cck_'.$cck->mode.'s cck_'.$cck->client.' cck_'.$field->type.' cck_'.$field->name.'">'.$desc.$label.$html.'</div>';
This works, it does put field description
above the field, label and value, but Conditionals do not work. Seb_one template does not have a
control for ABOVE. Anyone have a solution for this?
Of course, I could just add a free text field, but this just adds many extra fields unnecessarily and makes import more complicated.