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.

multisite sub-domain entry

  1. bandcloud
    Member

    hi there,
    i have a multisite and i'm using a gravity form for registration.
    i'd like to have a custom field where users would type in the site url but i'd like to have my site url next to that field. it'd look exactly like on this example http://bandzoogle.com/try-it-free.cfm
    (please look at the 'Trial Address'.
    is that possible?
    thanks,
    Adam

    Posted 11 years ago on Saturday July 14, 2012 | Permalink
  2. Yes that's possible. What problem do your currently have making that happen? Can you share a URL with your form embedded in it? You might need some CSS to position the URL just as you like it. Thanks.

    Posted 11 years ago on Sunday July 15, 2012 | Permalink
  3. bandcloud
    Member

    hi,
    thanks for your prompt reply!
    i wasn't sure whether there's some custom gravity form field for it or anything like that.
    i've given a 'subdomain' class for that field, but not sure how to CSS to make it working.
    if you could help me on that it'd be great!
    thanks,
    Adam
    PS. it's here: http://bandcloud.co.uk/try-it-free/

    Posted 11 years ago on Sunday July 15, 2012 | Permalink
  4. Adam,

    Try dropping this into your theme's stylesheet:

    [css]
    #field_1_11 .gfield_description {
    float: right;
    width: auto;
    margin: -50px 570px 0 0;
    }

    Screenshot

    Posted 11 years ago on Monday July 16, 2012 | Permalink
  5. bandcloud
    Member

    that works. great. thanks!!

    Posted 11 years ago on Tuesday July 17, 2012 | Permalink

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