Hi @alexfblue50
You can use a small bit of CSS code to hide the button. If you add the following to the Custom CSS box (found under General Styles), it should do the trick:
.formkit-signup {
display: none;
}
Share more about yourself! Click on your gravatar> profile > edit profile
Hi @alexfblue50
You can use a small bit of CSS code to hide the button. If you add the following to the Custom CSS box (found under General Styles), it should do the trick:
.formkit-signup {
display: none;
}