Conditional logic to end form

Welcome to the Community, @emilyhesslen :wave:

Yeah, it’s possible to implement. Please add this code to the Custom CSS field on the Appearance tab of your widget’s settings and let me know if it helped:

[class*="FormLayout__Container-sc"]:has([class*="FieldsGrid__Row-sc"]:last-child [class*="FormFieldLayout__Container-sc"] [class*="FormFieldLayout__Element-sc"]:first-child [class*='Paragraph__ParagraphControl-sc']) 
[class*="FieldsGrid__ButtonsGroup-sc"] {
  display: none;
}

We also have a request on the Wishlist to add the conditional logic for the Submit button to the settings. Feel free to upvote this idea here - Conditional logic for Submit button