In SharePoint 2016, I have a new form "NewForm.aspx", I want to add a horizontal line between specific fields as a delimiter.
I need to add a horizontal line between payment and name fields!
I used SharePoint Designer to add this style with no avail!
<style type="text/css">
tr.bordered {
border-bottom: 3px solid gray;
}
</style>
Any help?