Can you make forms responsive and connect to a backend?

Hi,

I’m new here.

Wondering if I can make a form responsive to gather information, and then send it to our backend server?

Which sends us that information. Allowing us to create an account for that user.

Examples: thumbtack (you can start your project on their homepage) before creating an account.

Users can start their project/task. That is overall what I want to accomplish.

Thanks!

Hi @arod - Welcome to the forums. Congrats on your first post.

Forms are responsive by default. You can enhance them in the designer for the different breakpoints as needed.

Webflow supports webhooks which can be triggered by a form submission. This is set up in the project settings. Your end-point would need to receive and process the submitted data.