I need a JavaScript form verification that...?

punly1

New member
I'm creating a payment form for my gaming community. Donations on our servers allow users to have extra features that regular players would not. In order to give players these perks, we have to know their steam id. I need a script for my form that will ensure a correctly formatted ID is entered.

Steam IDs are formatted like STEAM_0:0:12345678. All I really need to script to check for is the 1 underscore and the two colons.

I don't know hardly anything about JS though, and editing a preexisting email verification form is only half-way getting me there. Can anyone provide me a script for this?

Thanks.
 
Back
Top