Do you have a live form or survey that’s out of date? If so, you probably want to prevent new Posted Form records from being created. Instead of just deleting your form, try hiding the submit button and modifying the text to let them know that the form is no longer valid. That way, your form won’t create any new Posted Form records and your clients are well informed on what they missed.
This is also a great way for you to promote other relevant content, just in case any clients happen to access that form.
Here’s how:
Form
In the Code Editor, go to the “CSS” section and add “display:none;” under “Submit button style”
Before:
After:
Survey
Add an HTML component and add this code under the “Source”
<style type=”text/css”>#btnSubmit
display:none;
}
</style>
Before:
After:
Happy Marketing!
Written by Louella Lugo, ClickDimensions Marketing Success Manager
Powered by WPeMatico