https://bbbootstrap.com/snippets/tailwind-css-payment-form-input-masking-78076875
https://dev.to/xenoxdev/7-free-cool-form-components-made-in-tailwindcss-2e12
if(has_plan == true) {
tracker = 1;
var html_ = '₦'+currency.format(amount)+' -'+plan_name+'
'+
'Hey there 👋🏽, Click on the content_copy to copy our account number.
Now Make a fund transfer of the above amount to:
'+
'
'+
'| ACCOUNT NAME | '+
''+account_name+' | '+
'
'+
'| ACCOUNT NUMBER | '+
''+account_number+' content_copy | '+
'
'+
'| BANK | '+
''+bank+' | '+
'
'+
'
'+
'Note you are attempting to increase your investment capital
'+
'FROM: '+currency.format(amount)+' ('+plan_name+')
'+
'TO: '+currency.format(parseFloat(amount)+parseFloat(amt))+' ('+plan_name+')
'+
'Click the completed button below if you successfully made the fund transfer
'+
'Your money will reflect on your dashboard upon system confirmation of the deposit.
';
}
else {
var html_ = '₦'+currency.format(amount)+' -'+plan_name+'
'+
'Hey there 👋🏽, Click on the content_copy to copy our account number.
Now Make a fund transfer of the above amount to:
'+
''+
'| ACCOUNT NAME | '+
''+account_name+' | '+
'
'+
'| ACCOUNT NUMBER | '+
''+account_number+' content_copy | '+
'
'+
'| BANK | '+
''+bank+' | '+
'
'+
'
'+
'Click the completed button below if you successfully made the fund transfer
'+
'Your money will reflect on your dashboard upon system confirmation of the deposit.
';
}