Skip to content

Instantly share code, notes, and snippets.

@shahryarjb
Created February 10, 2017 06:05
Show Gist options
  • Select an option

  • Save shahryarjb/1d0cb8f822844213a5c2003deec65a78 to your computer and use it in GitHub Desktop.

Select an option

Save shahryarjb/1d0cb8f822844213a5c2003deec65a78 to your computer and use it in GitHub Desktop.
tinypay fix no Bootstrap
<?php echo $this->form->getLabel('payer_name'); ?>
<div style="clear: both;"> </div>
<?php echo $this->form->getInput('payer_name'); ?>
<div style="clear: both;"> </div>
<?php echo $this->form->getLabel('payer_mobile'); ?>
<div style="clear: both;"> </div>
<?php echo $this->form->getInput('payer_mobile'); ?>
<div style="clear: both;"> </div>
<?php echo $this->form->getLabel('payer_email'); ?>
<div style="clear: both;"> </div>
<?php echo $this->form->getInput('payer_email'); ?>
<div style="clear: both;"> </div>
<?php echo $this->form->getLabel('pay_title'); ?>
<div style="clear: both;"> </div>
<?php echo $this->form->getInput('pay_title'); ?>
<div style="clear: both;"> </div>
<?php echo $this->form->getLabel('pay_description'); ?>
<div style="clear: both;"> </div>
<?php echo $this->form->getInput('pay_description'); ?>
<br>
@shahryarjb
Copy link
Copy Markdown
Author

<?php echo $this->form->getLabel('payer_name'); ?>
<br>
<?php echo $this->form->getInput('payer_name'); ?>
<br>
<?php echo $this->form->getLabel('payer_mobile'); ?>
<br>
<?php echo $this->form->getInput('payer_mobile'); ?>
<br>
<?php echo $this->form->getLabel('payer_email'); ?>
<br>
<?php echo $this->form->getInput('payer_email'); ?>
<br>
<?php echo $this->form->getLabel('pay_title'); ?>
<br>
<?php echo $this->form->getInput('pay_title'); ?>
<br>
<?php echo $this->form->getLabel('pay_description'); ?>
<br>
<?php echo $this->form->getInput('pay_description'); ?>
<br>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment