IP-form

I don’t believe but… I couldn’t find form for ip. (255.255.255.0) field for 4 byte numbers with points.
What can you offer for this? (Field or Form or Component)?
It’s strange that nobody haven’t created this yet :slight_smile: Help!

Hi,

You’re right, there is no such field. I’d guess the need for one isn’t that great since there isn’t an add-on available either. Or then everyone who’s needed one has just made their own solution.

You could just have four TextFields next to each other, this is what I’ve seen in many web ui’s for IP input. Or then you could try the
CSValidation
add-on to just use one TextField and validate the input in the browser.

-tepi