All Products 
Username / Customer#
Password
Log In
 Hi,  |  Log Out
  • Site Search
  • Domain Search
  • WHOIS Domain Check
24/7 Support: (480) 505-8877
Hablamos Español
9 AM to 9 PM IST
7 days a week
Go Daddy Support

Search help articles, forums, and discussion groups

Capturign quantity on input form

Viewing post 1 to 5 (5 total posts)
Profile picture of OzBF

ozbf said 1 year, 1 month ago:

Is there anyway to use a list (i.e. of plants) and instead of putting a checkbox next to it put a empty container to put quantity. That is ability to say out of this list I want 2 roses and 3 sunflowers instead of just checking them?

Profile picture of TimB

GoDaddy Expert timb said 1 year, 1 month ago:

@ozbf

I am not currently able to see a way to make this change, but I will be sure to pass this suggestion along to our developers for future consideration.

Tim B

Profile picture of DS

GoDaddy Contributor DS said 1 year, 1 month ago:

Hi ozbf,

Could you make each of your flower types a column and then you could set the input to be a dropdown where you put 1 through max number of flowers you can order.

Let me know if this helps. I don’t mind helping you work through this.

DS

Profile picture of OzBF

ozbf said 1 year, 1 month ago:

DS, I get the idea of the input quantity being a pick list of say 1-5 but not sure about the columns and how I line the two up. Do you mean columns like when you paste in an excel table…if so how do you get the quantity to line up??? There are 65 different flowers too!

Still a novice at the designer end of things.

Again thanks for any help

Profile picture of DS

GoDaddy Contributor DS said 1 year, 1 month ago:

@ozbf,

Are you looking for something like this (link is to a screenshot of a widget example I came up with):

https://www.onlinefilefolder.com/2stK0BnRl0SF0b

Here is the CSS you would use to stylize your widget like this:

#widget {
width: 800px;
}

.Data_Central_Control_Label {
width: 200px;
}

.Data_Central_Control_Input {
width: 550px;
}

.Data_Central_Control5,
.Data_Central_Control7,
.Data_Central_Control9,
.Data_Central_Control11,
.Data_Central_Control13 {
clear: both;
float: left;
width: 600px;
}

.Data_Central_Control5 .Data_Central_Control_Input,
.Data_Central_Control7 .Data_Central_Control_Input,
.Data_Central_Control9 .Data_Central_Control_Input,
.Data_Central_Control11 .Data_Central_Control_Input,
.Data_Central_Control13 .Data_Central_Control_Input {
width: 390px;
}

.Data_Central_Control6,
.Data_Central_Control8,
.Data_Central_Control10,
.Data_Central_Control12,
.Data_Central_Control14 {
float: left;
width: 130px;
}

.Data_Central_Control6 .Data_Central_Control_Label,
.Data_Central_Control8 .Data_Central_Control_Label,
.Data_Central_Control10 .Data_Central_Control_Label,
.Data_Central_Control12 .Data_Central_Control_Label,
.Data_Central_Control14 .Data_Central_Control_Label {
display: none;
}

.Data_Central_Control6 .Data_Central_Control_Input,
.Data_Central_Control8 .Data_Central_Control_Input,
.Data_Central_Control10 .Data_Central_Control_Input,
.Data_Central_Control12 .Data_Central_Control_Input,
.Data_Central_Control14 .Data_Central_Control_Input {
width: 130px;
}

.Data_Central_Button_Container {
clear: both;
}

Let me know if that helps or if you need more assistance getting the widget to work.

DS

Add a reply:

You will auto join this group when you reply to this topic.

When posting about a technical issue, please be sure to include as many details as possible, such as your domain name, related URLs and other pertinent information. This consideration will allow us to better understand the situation and quickly assist you.