<?php

		$form->addComponent(
		new Nette\Forms\Controls\TextInput('Firma'),
		'billing_name',
		'billing_firstname' // insertBefore arg
	   );