
User selection Feature
- or -
Post a project like this144
£20(approx. $27)
- Posted:
- Proposals: 13
- Remote
- #4327969
- Awarded
UI/UX Design | Web Design & Development | iPhone App Design | Android App Design | PHP| WordPress

Building Stunning Websites: WordPress & Shopify Expert |HTML, CSS, JavaScript Pro | Website SEO | UI/UX Design | Responsive Web Design | E-commerce

⭐⭐⭐⭐⭐ Top Rated| Full Stack Web Developer ,Mobile App Developer (Flutter),Desktop App Developer(Python)
2608361181845612063933118396521163606011674011111930421095362911274035119017911199500612061436




Description
Experience Level: Entry
Estimated project duration: 1 day or less
Hello,
I need a user-selection feature added to our website to automate this process for our website visitors. I have standalone html codes for this user-selection, which works well when tested on https://www.w3schools.com/
Here are the html codes, which you can test by yourself. I need this to be implemented into https://voipvoice.co.uk/business-voip/ ---> See first Table, User(s) row
=====================
STANDARD
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
background-color: #f4f4f9;
}
.container {
max-width: 600px;
margin: 0 auto;
background: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
h1 {
text-align: center;
}
.form-group {
margin-bottom: 20px;
}
label {
display: block;
font-weight: bold;
margin-bottom: 10px;
}
input[type="number"] {
width: 100%;
padding: 10px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 4px;
}
.total {
font-size: 18px;
margin: 20px 0;
text-align: center;
}
.btn {
display: block;
width: 100%;
padding: 10px;
font-size: 16px;
color: #fff;
background-color: #007bff;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
}
.btn:hover {
background-color: #0056b3;
}
function updateTotal() {
const pricePerUser = 5;
const userCount = document.getElementById('userCount').value;
const totalPrice = pricePerUser * userCount;
document.getElementById('totalPrice').textContent = `Total Price: £${totalPrice}`;
}
STANDARD
Number of Users:
Total Price: £5
Proceed to Checkout
========================
I need a user-selection feature added to our website to automate this process for our website visitors. I have standalone html codes for this user-selection, which works well when tested on https://www.w3schools.com/
Here are the html codes, which you can test by yourself. I need this to be implemented into https://voipvoice.co.uk/business-voip/ ---> See first Table, User(s) row
=====================
STANDARD
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
background-color: #f4f4f9;
}
.container {
max-width: 600px;
margin: 0 auto;
background: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
h1 {
text-align: center;
}
.form-group {
margin-bottom: 20px;
}
label {
display: block;
font-weight: bold;
margin-bottom: 10px;
}
input[type="number"] {
width: 100%;
padding: 10px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 4px;
}
.total {
font-size: 18px;
margin: 20px 0;
text-align: center;
}
.btn {
display: block;
width: 100%;
padding: 10px;
font-size: 16px;
color: #fff;
background-color: #007bff;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
}
.btn:hover {
background-color: #0056b3;
}
function updateTotal() {
const pricePerUser = 5;
const userCount = document.getElementById('userCount').value;
const totalPrice = pricePerUser * userCount;
document.getElementById('totalPrice').textContent = `Total Price: £${totalPrice}`;
}
STANDARD
Number of Users:
Total Price: £5
Proceed to Checkout
========================

Gilbert A.
100% (99)Projects Completed
75
Freelancers worked with
44
Projects awarded
11%
Last project
5 Jul 2025
United Kingdom
New Proposal
Login to your account and send a proposal now to get this project.
Log inClarification Board Ask a Question
-
Can you elaborate this a bit more?
1121066
We collect cookies to enable the proper functioning and security of our website, and to enhance your experience. By clicking on 'Accept All Cookies', you consent to the use of these cookies. You can change your 'Cookies Settings' at any time. For more information, please read ourCookie Policy
Cookie Settings
Accept All Cookies