How can I move up clinic location form field so that there is equal amount of space between each form field?
- JanAnswered on September 28, 2017 at 11:37 AM
Please inject this custom CSS code to hide the Sub-label of the Phone Number field:
#sublabel_masked {
display: none;
}Here's the result:
Hope that helps. Thank you.