Show / hide signature field in Gravity Forms on desktop / mobile add a custom CSS to the field like "signpad" Add the following to your style.css @media (hover: hover) { .signpad { display: none; } } Done!