Removing the 'Record a Video' Button in Video Campaigns

If you'd like to customize the video submission buttons in your video campaigns and specifically remove the 'Record a Video' button, you need to add the following to the CSS field in the ADVANCED SETTINGS tab in the Design Editor:
#sm_submit_record_webcam { display:none; } #frm-button submit-video-buttons { display:none; }
These CSS rules will hide the mentioned buttons from the view, customizing the user experience on your campaign page.
 
notion image