Uniform for creating users

I have a frontend form which I am using to create users. It is working great, but I would like to use Uniform for it to take advantage of the additional validation / simple email setup. Can I use Uniform for this? My existing code uses $kirby->users()->create

Yes, what you have to do is create a custom action for this, see the plugin’s docs.

Thank you, I will take a look