In case you need to hide the form on your landing page after your leads submit it, please follow the below steps:

1- Create a Custom shortcode.

  • Navigate to your Settings -> Shortcodes and select Custom Shortcodes.
  • Create a new custom shortcode.
  • Give your new shortcode a name and title.
  • In the content area, paste the following CSS code:
    <style>
       .vbfs-rows{display:none !important;}
       .vbf-submit{display:none !important;}
    </style>

2- Edit the form success message

  • Go to your form settings.
  • Locate the editor for the success message.
  • Insert the custom shortcode you’ve created into the success message editor.

 

Get Started