Standalone Forms and Validation in PHP
·876 words·5 mins
Update : I wrote a very minimal approach here
Recently Aura.Input was tagged Beta1. I would like to show you how you can use Aura.Input, Aura.Filter and Aura.View to create form.
The Aura.Input itself contains a basic filter implementation. As shown in earlier post Aura Turns 2
But in this post let us use the power of Aura.Filter. As Aura.Input doesn’t have a rendering capability you may need to use Aura.View as templating system ( see Using Aura.View ) or use the helper classes provided by Aura.View ( see below Without using Aura.View completely ) or create your own helper classes to render the same from the hints ( see Hints for the view ).