.post-meta { display: none; } form { width: 100%; } input { width: 100%; padding: 10px; margin: 14px 0; padding-inline-start: var(--radius); overflow-x: hidden; border-radius: var(--radius); background: var(--code-bg); color: var(--primary); border: 1px solid var(--border); } textarea { width: 100%; height: 200px; padding: 10px; margin: 14px 0; padding-inline-start: var(--radius); border-radius: var(--radius); background: var(--code-bg); color: var(--primary); border: 1px solid var(--border); } .faq { font-size: large !important; background-color: rgb(214, 245, 202); border-radius: var(--radius); padding: var(--gap); margin-bottom: 50px; } .faq a { background-color: unset !important; text-decoration: none !important; margin: 0 !important; padding: 0 !important; border: none !important; border-radius: 0 !important; font-size: large !important; } .faq ul li { list-style-type: none; border-bottom: solid 4px transparent; } .faq ul li:before { content: "\2192 \0020"; padding-right: 8px; color: var(--dt-green); } .faq ul li a:hover { border-bottom: solid 4px var(--dt-green) !important; transition: 0.1s; } Check out these answers to common questions I am still getting spam texts, why isn’t the app working? Can the app block texts on Mac computers? How do I request a refund? How do I cancel my subscription? Couldn't find the answer you were looking for? Get in touch for questions, concerns, and general app support. Email Message // Function to extract appId from the URL function getQueryParam(param) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(param); } // Set the value of userAppId if appId is present const appId = getQueryParam('appId'); if (appId) { document.getElementById('userAppId').value = appId; }