How to change the page based on suite let button by using HTML

const buttonCode = `<!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <style> .button-container {   text-align: center; } .button-container input[type=”submit”] {   display: inline-block;   width:120px;   background-color: #003366;   color: white;   border: none;   cursor: pointer;   padding: 10px 20px;   border-radius: 5px;   font-size: 12pt;   margin: 0 10px;… Continue reading How to change the page based on suite let button by using HTML