Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Calculator not working on mobile - Kevin Powell - Community
KP-C
Kevin Powell - Community
•
3y ago
•
1 reply
Jeff_Fairchild
Calculator not working on mobile
The embedded calculator is only working on pc and not on mobile
.
The website where the calculator is
:
https://www.freetrial.automatedsystems.net/
I already tried to have chatgpt fix the problem
, but it didn
't work
. Any ideas on how to get it to work on mobile
?
<link href
=
"
https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap
" rel
=
"stylesheet
"
>
<title
>ROI Calculator
<
/title
>
<div id
=
"roi
-calculator
-container
"
>
<h1
>ROI Calculator
<
/h1
>
<form id
=
"roi
-calculator
"
>
<label for
=
"client
-value
"
>Average Client
V
a
l
u
e
:
<
/label
>
<input type
=
"number
" id
=
"client
-value
" required
=
"
"
>
<br
>
<label for
=
"missed
-calls
"
>Missed Calls per
M
o
n
t
h
:
<
/label
>
<input type
=
"number
" id
=
"missed
-calls
" required
=
"
"
>
<br
>
<label for
=
"close
-rate
"
>Average Close Rate
(
%
)
:
<
/label
>
<input type
=
"number
" id
=
"close
-rate
" required
=
"
"
>
<br
>
<button type
=
"submit
"
>Calculate ROI
<
/button
>
<
/form
>
<h2
>
R
e
s
u
l
t
s
:
<
/h2
>
<p
>Monthly
$
$
$ Left on Table
:
<span id
=
"monthly
-left
"
>
<
/span
>
<
/p
>
<p
>We Charge
$297
/ month
:
<span id
=
"we
-charge
"
>
<
/span
>
<
/p
>
<p
>ROI
:
<span id
=
"roi
"
>
<
/span
>
%
<
/p
>
<
/div
>
more code in the comment
Kevin Powell - Community
Join
A friendly place for developers to meet other devs, ask questions, get help, and just have a good time 🙂.
36,263
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
nav not working on mobile
KP-C
Kevin Powell - Community / front-end
3y ago
Mobile nav not working
KP-C
Kevin Powell - Community / front-end
4y ago
Sticky nav not working on mobile view
KP-C
Kevin Powell - Community / front-end
2y ago
useSWRInfinite + react-intersection-observer not working on android mobile
KP-C
Kevin Powell - Community / front-end
2y ago