I am trying to implement a very easy form for creating a new subsite - 1 input. The 1 input is being used for site address and site title. However, it is sending the input to the site address without the " / " at the beginning, so new sites are being listed as example.comnewsite instead of example.com/newsite . Is there someway I can use the pre submission filter to add that / in before it is sent to the site address function?