This is an overview of nunify Registrations & Ticketing modules. Key topics we cover are:

Templates & Samples

  1. Registration page –  Click here for Sample 
  2. Embed Registration – Form only . Below is sample embed code
  3. Event website – Click here for Sample

Included in all the above templates are:

  • Registration form builder with custom registration fields
  • One registration confirmation emailer
  • Access to secure admin backend
  • DIY content updates
  • Excel Import & Export
  • 24×7 Email Tech support
  • [Add-on] Multiple Ticket Types
  • [Add-on] Integrated Payments
  • [Add-on] Project management

Any changes to the templates/theme will be a customization request for which you’ll need to contact our sales team – [email protected]

Key Deliverables

Template Key Deliverables
Registration Page Single page hosted on nunify servers
Embed Registration Form HTML Snippet that you can place on a website built and hosted by you.
Event website Website hosted on nunify servers with following pages:
1) Home
2) Registration
3) Agenda
4) Speakers
5) Venue

What do you need to get started?

Following is a list of content and other assets you require in order to publish any of the templates:

Templates Prerequisites
All templates
  • List of fields and field types. You can set it up directly in the admin backend.
  • The domain name of the website. The website will be available in <your-domain-name>.nunify.com
  • Branding assets & copy for the template
  • HTML email for registration confirmation
  • Event website
  • All prerequisites listed in “All templates”
  • Initial content for agenda, speakers, and venue as per format listed in backend admin
  • Payment & Ticketing
  • You will need an active Stripe account
  • Multiple ticket types
  • Ticket type information – name, description, price(optional)
  • How does Payment & Ticketing work?

    Coming Soon!

    Embed HTML Snippet

    <div id="nunify-container-parisera" style="width: 100%; height: 100%"></div>
    
    <script src="https://www.nunify.com/events/embed-v1.js"></script>
    
    <script type="text/javascript">
      window.NunifyWidgets.createRegistrationWidget({
        eventCode: 'parisera',
        elementId: 'nunify-container-parisera',
    
        // Optional
        accessCode: 'exhibitor-access',
    
        params: [
          { name: 'first_name', value: 'Jane' },
          { name: 'last_name', value: 'Doe' },
          { name: 'email', value: '[email protected]' },
        ],
    
        onRegistrationSuccess: yourSuccessCallback,
        onRegistrationFailure: yourFailureCallback,
      })
    </script>
    
    

    This marks the end of this article. If you are still facing issues. Email support@nunify.com & we would be happy to help.



    Click to view original post

    By admin

    Leave a Reply

    Your email address will not be published. Required fields are marked *