Add Form Element Type "ip address"

My use case:

Hello, how can i help you?

@SMART_PROMPT I suggest stopping to spamm with raw AI answers from a LLM, every answer out there.

You can use it, to learn simplify and related to topic(everyone I assume know to use n8n DOCS CHAT AI).

Rather than a whole type for IP Address, it would be good to be able to restrict input based on Regex. In this way, the IP Address could be entered as a Text input, but with Regex restrictions enforcing validation.

For now I have added 2x nodes: 1 Code node to validate in Regex, if error I send to a continuous form to correct.

I believe this would be a good idea but that would need UX/UI consideration. Currently in the node you can choose field type “text” or “e-mail” which are just text and text with validation respectively. If we were to add more predetermined text validations I believe e-mail and new text validations should be moved to some sort of subcategory for text. Here you could also include custom regex if you want.

This would allow n8n to be far less restrictive regarding which validations to include. We could then add IPv4, IPv6, and MAC.