Before to create a feature request I’d like to know how you guys are handling this.
Ideally the “on form submission” node would propose it but maybe it should be done using Regex on the output…
Please
I’d be great to have:
option “phone number” like “email” enforcing the format of the country
This is probably not recommended but regarding the first request for enhanced input fields, it is possible to modify the form trigger UI on self-hosted n8n.
Note: The following requires the n8n docker setup.
1. Locate the template file
You’ll need to be root user to modify this file which means you can’t edit from within the n8n editor and you’ll likely have to restart n8n for changes to show.
3. When building form, set field type set to “tel”
To set a form field type to “tel”, you won’t find this option in the dropdown so instead switch this from “fixed” to “expression” and type it in manually.
When you run the form, any fields with type of “tel” should be transformed into the widget version.
Wow! Amazing, @Jim_Le! I’ll definitely look into this. Thank you!
Congratulations on the award, by the way!
I’m slowly working my way up to better understand how n8n works, and looking into your templates is at the top of my list!
Thanks, man!