input type="submit" как сделать всегда активной

как сделать input type="submit" включалась автоматически

<form name="form1" id="form1" method="post" action="?step=3">
<input type="hidden" name="service" value="2" >
<input type="hidden" name="id" value="<?=$id?>">
<input type="hidden" name="type_payment" value="<?=$type_payment?>">
<input type="submit" class="submit" name="submit"style= "background-color: green; color: #FFFFFF; font-size: 21px;" value="Включить <?=$koshel[$type_payment]?> руб." />
</form>

Ответы (0 шт):