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.

Place dropdown left of single line text

  1. Brutus
    Member

    Is there a way to place a simple drop down to the left of a single line text field?

    For instance, I want to allow our employees to select from a dropdown immediately to the left so they can choose from http or https, and then directly to the right of that, I'd like them to be able to type in their designated domain name. So something like this:

    Web Site URL:
    http:// (dropdown) domainname.com (text field)

    Is this possible? I've tried gf_left_half and gf_right_half but I don't get the desired results. Thank you!

    Posted 11 years ago on Thursday May 23, 2013 | Permalink
  2. Do you have a link to your form?

    Posted 11 years ago on Thursday May 23, 2013 | Permalink
  3. Brutus
    Member

    No, it is our internal Intranet.

    Here's exactly what I'm looking for:

    http://www.flickr.com/photos/japipitone/8795148477/

    Posted 11 years ago on Thursday May 23, 2013 | Permalink
  4. You should be able to do pull this off with ready classes, perhaps try gf_inline

    If that doesn't work, you'll need to target each field with custom CSS by inspecting using Chrome Developer Tools or Firebug for Firefox. I could help you more specifically if I had a way to view the actual form.

    Posted 11 years ago on Thursday May 23, 2013 | Permalink
  5. Brutus
    Member

    It's a start - here's what it is looking like using gf_inline:

    http://www.flickr.com/photos/japipitone/8795260409/

    Posted 11 years ago on Thursday May 23, 2013 | Permalink