Capturign quantity on input form
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?
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
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
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
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
0 min expected wait time