PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Modifiable price field

  1. bigmaxsstudio
    Member

    My clients would like to know if they can make the price field modifiable by the person placing the order.

    Posted 13 years ago on Tuesday November 1, 2011 | Permalink
  2. 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?

    Posted 13 years ago on Tuesday November 1, 2011 | Permalink
  3. bigmaxsstudio
    Member

    Can you make the User Defined Price box smaller

    Posted 13 years ago on Tuesday November 1, 2011 | Permalink
  4. Not by default; however, you could readily accomplish this with CSS.

    Posted 13 years ago on Tuesday November 1, 2011 | Permalink
  5. bigmaxsstudio
    Member

    Great were would I find it in the CSS.

    Posted 13 years ago on Wednesday November 2, 2011 | Permalink
  6. Can you post a link to your form and I can whip a css snippet up for you.

    Posted 13 years ago on Wednesday November 2, 2011 | Permalink
  7. bigmaxsstudio
    Member

    Here you go:

    http://regalhaircolor.com/orderforms/?page_id=54

    Thank you.

    Posted 13 years ago on Wednesday November 2, 2011 | Permalink
  8. 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.

    Posted 13 years ago on Wednesday November 2, 2011 | Permalink
  9. bigmaxsstudio
    Member

    Thank you. I am assuming I ad this to the forms.css page.

    Posted 13 years ago on Wednesday November 2, 2011 | Permalink
  10. 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.

    Posted 13 years ago on Wednesday November 2, 2011 | Permalink
  11. bigmaxsstudio
    Member

    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

    Posted 13 years ago on Friday November 4, 2011 | Permalink
  12. 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?

    Posted 13 years ago on Friday November 4, 2011 | Permalink
  13. bigmaxsstudio
    Member

    It's the last entry on my style.css. Should I have put it somewhere else?

    Thanks

    Posted 13 years ago on Friday November 4, 2011 | Permalink
  14. Try a hard refresh/browser cache clear - looks like my browser was cached so you might be too. :) They are much smaller.

    Posted 13 years ago on Friday November 4, 2011 | Permalink
  15. bigmaxsstudio
    Member

    Okay I'll try that, Thanks so much for all of your help!

    Posted 13 years ago on Friday November 4, 2011 | Permalink
  16. bigmaxsstudio
    Member

    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!

    Posted 13 years ago on Friday November 4, 2011 | Permalink
  17. I don't think you need to start over, here is a screen grab:

    http://grab.by/bbxy

    Posted 13 years ago on Friday November 4, 2011 | Permalink
  18. 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.

    Posted 13 years ago on Friday November 4, 2011 | Permalink

This topic has been resolved and has been closed to new replies.