My clients would like to know if they can make the price field modifiable by the person placing the order.
My clients would like to know if they can make the price field modifiable by the person placing the order.
There is a User Defined Price input type for the Product Field which would allow the user filling out the form to specify their own price: http://grab.by/bahT - Is this what you mean?
Can you make the User Defined Price box smaller
Not by default; however, you could readily accomplish this with CSS.
Great were would I find it in the CSS.
Can you post a link to your form and I can whip a css snippet up for you.
Try this out:
[css]
#input_10_14, #input_10_17, #input_10_18 {
width: 30px !important;
}
At this point you can change the px value to whatever you need.
Thank you. I am assuming I ad this to the forms.css page.
Actually you will want to add this to your theme's css. If you alter the forms.css page it will get overridden each time you update the plugin.
I've added the css to my style.css but it did not make the box any shorter. Here's the page: http://regalhaircolor.com/orderforms/?page_id=54
I'm not seeing the declaration in your style.css file. Are you running a caching plugin or anything that prevents that from updating right away? Did you upload/save the file on the server?
It's the last entry on my style.css. Should I have put it somewhere else?
Thanks
Try a hard refresh/browser cache clear - looks like my browser was cached so you might be too. :) They are much smaller.
Okay I'll try that, Thanks so much for all of your help!
Just tried that and they don't look any different. Maybe GoDaddy servers are caching. Since there's not much in this form I'll just start over.
Thanks!
I don't think you need to start over, here is a screen grab:
You never know with GoDaddy. I usually try a different browser completely, or a new computer if it's available, to be sure it's NOT cached.
You can also trick the browser sometimes by just adding a random query string on the end of the URL. Like this:
http://regalhaircolor.com/orderforms/?page_id=54&refresh=yesplease1
That's a new URL so the output should NOT be cached. If that does not work, sometimes loading the stylesheet directly in the browser will work, with a hard refresh.