I want to know how to apply custom attribute to the form fields
eg: {input name='identity'} converts to <input type="text" name="......
i want to specify id, classes, placeholder etc but not able to do so because of this string conversion.
pls state a method to do so.....