You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app.js
+51-5Lines changed: 51 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7882,6 +7882,7 @@ ${paragraphs.join("\n")}
7882
7882
<strong>Want this turned into a local print pack?</strong>
7883
7883
<p class="help">Request the $29 Custom Local Print Pack Setup, or start with a free Market Table Print Audit. Payment starts only after fit is confirmed and a real external checkout or invoice is paid.</p>
<input name="contact" maxlength="180" autocomplete="email" placeholder="you@example.com or @publichandle" required>
7923
+
</label>
7924
+
<label class="field">
7925
+
<span>What should be assembled?</span>
7926
+
<textarea name="requestSummary" maxlength="1000" required>I just downloaded ${escapeHtml(tool.shortTitle || tool.title || toolId)} and want a quick $29 local print pack review.</textarea>
7927
+
</label>
7928
+
<label class="check-row">
7929
+
<input name="consent" type="checkbox" required>
7930
+
<span>I will keep payment, tax, identity, passwords, customer lists, and private files outside this request.</span>
<p class="help service-lead-status" data-service-lead-status role="status" aria-live="polite">Fastest path: send a public-safe request here. Payment still happens only through a real external checkout or invoice after fit is confirmed.</p>
7937
+
</form>
7938
+
`;
7939
+
}
7940
+
7897
7941
function showDownloadComplete(tool, target, remaining, title = "PDF downloaded") {
7898
7942
if (!target) return;
7899
7943
const related = getRelatedTools(tool.id).slice(0, 3);
@@ -7911,6 +7955,7 @@ ${paragraphs.join("\n")}
7911
7955
</div>
7912
7956
${renderAdUnit("tool", "download-complete area, clearly separated from the PDF action")}
0 commit comments