Skip to content

Instantly share code, notes, and snippets.

@Kcko
Created November 8, 2018 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kcko/b63266b66433a8f92dfdf34bace42cd8 to your computer and use it in GitHub Desktop.
Save Kcko/b63266b66433a8f92dfdf34bace42cd8 to your computer and use it in GitHub Desktop.
<?php
$form->addComponent(
new Nette\Forms\Controls\TextInput('Firma'),
'billing_name',
'billing_firstname' // insertBefore arg
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment