HTML Block

EAACA CRN:
  00-0004
Select Client Name
  Harsha Chandiramani
Ticket ID
  – Fill Out Other Fields –
Pending Fee Details
 
CRN Tally Bill amt Paid Amt Any other Outstanding Tally Owner Dr or Cr.
00-0000 1000 1000 2000 Select Select
@Harsha Chandiramani's Email
  harshac@brightpointinfotech.com
Allotted to
  TJ70
Staff's Email
  teena.jhinjhoter@estibeiro.in
Work Type
  ITR AY 2018-19
Estimated Bill Amount (without GST)
  ₹ 1,000.00



/**
* Gravity Wiz // Gravity Forms // Disable Submission when Pressing Enter
* http://gravitywiz.com/disable-submission-when-pressing-enter-for-gravity-forms/
*/
jQuery(document).on( 'keypress', '.gform_wrapper', function (e) {
var code = e.keyCode || e.which;
if ( code == 13 && ! jQuery( e.target ).is( 'textarea,input[type="submit"],input[type="button"]' ) ) {
e.preventDefault();
return false;
}
} );


Scroll to Top