Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
views-20260620054351
:
index.ejs
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>pay</title> </head> <body> <form name="f1" action="<%=url%>" method="post" id="dth_form"> <input type="hidden" name="first_name" value="Customer - " /> <input type="hidden" name="last_name" value="<%=name%>" /> <input type="hidden" name="email" value="<%=email%>" /> <input type="hidden" name="contact_number" value="<%=contact_no%>" /> <input type="hidden" name="country" value="<%=location%>" /> <input type="hidden" name="process_currency" value="LKR" /> <input type="hidden" name="custom_fields" value="<%=custom_fields%>" /> <input type="hidden" name="secret_key" value="800501e9-3367-45e8-81a8-7265bb8ab1ab" /> <input type="hidden" name="payment" value="<%= payment %>" /> <button type="submit">pay</button> <!-- <button style="display: none;" type="submit">pay</button> --> </form> please wait... </body> </html>