Minimum Character Length

Specify the minimum character requirement for input fields, ensuring users provide sufficient information for accurate data entry and
successful submissions.

Additional code/setup

Add these scripts before the </body> tag

<!-- Call Code Select Script-->
<script src="https://cdn.jsdelivr.net/npm/tom-select@2.2.2/dist/js/tom-select.complete.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/videsigns/webflow-tools@latest/countrycode.js"> </script>

Add a select input

Add a 'select' element, add 1 choice with the placeholder text and set the value as empty.

You add powerups to this select element.

Attributes

Enable URL Query Params

Add this attribute to the Form element.

Custom <div> attributes
data-query-param
=
true

Notes: 

1. HTML input names are case-sensitive. Meaning if your input name on Webflow has capital letters, your query param would need to follow that.

2. Try to avoid spaces when naming your inputs. Use dashes (-) instead.

Inputs & email inputs

To pre-fill inputs, follow this URL structure:
yourdomain.com/?InputName=inputvalue

01
Example:  

To fill an input field called Name: yourdomain.com/?Name=John

To fill an email field called Email: yourdomain.com/?Email=hello@gg.com


Try it out:
https://formly-test-sites.webflow.io/form?email=hello@hello.com

Join our awesome Slack community with over 300+ Webflow users!

Seek support, vote on new features, stay updated and network with other community members.

Join Slack community