Developer signup validation

Is there a strategy for validating the extra fields for the developer signup? Post to another custom endpoint with ajax and use that to do validation and create developer in tyk if ok?

The templates are all editable (portal/templates folder), so if you want to add validation - you can do it right there in the form with some JS :slight_smile:

In fact, you don’t need to use the auto-generated form, you can make your own one and just make sure the field names add up.

Thanks for the quick reply! Yeah, I’ve got some js validation on the go and it does the job well, just wondering if there was any strategy for server side, mostly just for required fields.

1 Like

Ah, no not yet, though it’s a valid point.