href
in the page’s script.Webflow cannot automatically create a new CMS record directly from a form submission, but workarounds using third-party tools like Make (Integromat), Zapier, or custom Webhooks can enable this behavior. It can, however, dynamically use form input to generate links with some manual logic.
href
of the button after submission or on value change.#input-slug
, #go-button
). tag area to update the href
:
button.href
attribute to include the form value./search?query=formValue
.Webflow can’t create CMS items directly from forms by itself, but you can enable this feature using tools like Zapier or Make. To dynamically turn form input into a button link, you’ll need a small snippet of custom JavaScript.