I need to add the following field at my form
I create model and describe this field (the las
There's nothing wrong with just using the input tag directly in your view. You aren't required to use a helper.
Just make sure it's within your BeginForm declaration block.