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!