E-form with signature
![Gambar](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5lWeJTiaArL2ZJvvJLMuWcphQtbg1ZBBOMwG5KtjgggQoy0J5ZwHZoJY__s1Xjxf6VcS9T7vCDLJHdMIVSf1doyVnv9WLvt6dfUI1Fqyog4jmlvtdb61iEMD0UQFGAbdO4_fKqUoJH3LLUyD-aoEMp5WPMTGuiSoAtK28YyDcQYxCDfJDOqHU4wBu/w186-h320/image_2023-04-24_194015454.png)
index.html <! DOCTYPE html > < html > < head > < script src = "https://cdn.jsdelivr.net/npm/sweetalert2@10" ></ script > < link rel = "stylesheet" href = "https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" /> < script src = "https://code.jquery.com/jquery-3.5.1.slim.min.js" ></ script > < script src = "https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.3/dist/umd/popper.min.js" ></ script > < script src = "https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" ></ script > < style > /* membuat form berada di tengah halaman */ body { display : flex; justify-content : center; ...