I would like to automatically create a new site when a user registers. I am currently able to accomplish this by using the network option in the registration settings page. I am using subdirectories (url.com/username). The problem is, the site is created with out the forward slash after the url. It is creating a site that has a url that looks like this: url.comusername . As you can see, the forward slash is missing.
I am using the gravity form on a register page, and my intentions are to use the username field to populate the site address and site title. How can I get the forward slash to automatically populate? Thanks