Portsmouth Guildhall      4-5th May 2019         
  • What’s On
    • Carnival Of Cosplay
    • Comic City
    • Tripwire Awards
  • Guests
    • Comic Guests
    • Celebrity/Cosplay Guests
  • Info
    • About
    • Access
    • Accommodation
    • Contact
    • Food & Drink
    • Getting There
    • Places To Visit – Portsmouth
    • Sitemaps
    • Tickets – Where To Buy
    • Timings
    • Venue
Image
  • Press/Trade
  • News
  • Tickets

hogan 10198279

[email protected] April 26, 2018


  • Guests
    • Comic Guests
    • Celebrity/Cosplay Guests
  • What’s On
    • Carnival Of Cosplay
    • Comic City
    • Tripwire Awards
  • Info
    • About
    • Access
    • Accommodation
    • Contact
    • Exhibitor Info
      • Exhibitor Info
      • Sponsorship Packages
    • Food & Drink
    • Getting There
    • Places To Visit – Portsmouth
    • Press
    • Sitemaps
    • Tickets – Where to buy
    • Timings & Dates
    • Venue
  • News
  • Press/Trade
  • Tickets
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok
// // $('#bootstrapForm').submit(function (event) { event.preventDefault() var extraData = {} $('#bootstrapForm').ajaxSubmit({ data: extraData, dataType: 'jsonp', // This won't really work. It's just to use a GET instead of a POST to allow cookies from different domain. error: function () { // Submit of form should be successful but JSONP callback will fail because Google Forms // does not support it, so this is handled as a failure. alert('Form Submitted. Thanks.') // You can also redirect the user to a custom thank-you page: // window.location = 'http://www.mydomain.com/thankyoupage.html' } }) })