Specify the minimum character requirement for input fields, ensuring users provide sufficient information for accurate data entry and
successful submissions.
Add this attribute to the Form element.
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.