How can I add a text input field within a div block

I am trying to add a text input field within this div block to the left of the ‘State’ drop down. It’s giving me an error message saying it can only be added within a form block.

The issue I’m facing is that the form block completely changes the design of the div block when I try to add it to the div block. Is there anyway to do this without affecting my existing design?

Here’s my share link: Webflow - SnapAutos

I’d probably put the form block as the wrapper for that entire UI piece, so you don’t have extra divs to worry about in your internal element layout.

But another option is to use an HTML embed and create your input manually.

Resolved by starting over from scratch including the form block from the beginning and designing around it rather than trying to configure the design I already had