Custom Form Box - How to Create?

Hey guys! Just wondering if anyone has any suggestions on how to create a form entry box that looks like this? So far I can only figure out how to create one with the ‘submit’ button outside.

Hi,

You’ll have to style the box individually by adding the CSS after clicking the box inside the form. Make sure the box has a class first.

Can you post your read-only link?

https://preview.webflow.com/preview/nook?utm_medium=preview_link&utm_source=dashboard&utm_content=nook&preview=9491ae48ef3c0f7b280d8b3ac3f643fd&mode=preview

Hello,

I would create a Flexbox Wrapper set as Horiztonal and Place the email and submit inside.

image

Remove the Email Forms border and place the border on the wrapper, then just add a background image to the submit button of your arrow possibly?

See what I did below

1 Like

Another way would be to set them both as “inline” and set them side by side by adding width %. For Ex: 70% and 30%.

Then add borders to the left, up, and down for field and right, up, down for the button.

I did this once and it works perfectly.