If I add the following code to petition.css
.dk-speakout-petition {
display:none;
}
It will make the form disappear entirely, meaning that the user never sees it in the first place. I only want the form to go away after the user’s response has been submitted. Am I misunderstanding your instructions?