Quick question! How can I add a semicolon before the value that is returned for
  onFormReady: function($form) {
    $('input[name="website"]').val(window.location.href).change();
  }
That returns that URL correctly, but I need a semicolon to appear before that value that is returned.
How can I do this?
Thanks.