Remove/Hide form fields from a form
Q: How do I hide/remove fields from my forms
A: The simplest way to do this is to change the field type for your form field to "hidden"
For example:
Change from:
Change To:
This is the quickest and simplest way to achieve your desired result, with the minimal amount of coding.