www.signupgenius.com Open in urlscan Pro
2606:4700:10::6816:939  Public Scan

Submitted URL: http://email.signupgenius.com/ls/click?upn=QSGae4y1zLdLbUpXVK0MOUWSXfjVaLPzgYC0CUzWlTqhZONGL9nqc8mnY0v8caLPw2Rh_vZET8g9osCLDkW...
Effective URL: https://www.signupgenius.com/pricing
Submission: On July 31 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST /index.cfm?go=c.pricingSubmit#contact

<form action="/index.cfm?go=c.pricingSubmit#contact" class="form-horizontal form col-xs-12 ng-pristine ng-valid" method="post" id="enterprisecontactform">
  <input type="hidden" name="submitted">
  <div class="spacer-lg hidden-xs"></div>
  <div class="spacer visible-xs-block"></div>
  <h2 class="h1 centered margin-bottom-ten">Learn more about Enterprise plans</h2>
  <h3 class="centered">Plans starting at $1299/year</h3>
  <p class="centered">Complete our form below to chat with a representative today!</p>
  <div class="spacer-sm"></div>
  <div class="col-xs-12 col-sm-10 col-sm-offset-1">
    <!-- First name -->
    <div class="form-group">
      <label for="name">First Name</label>
      <input type="text" class="form-control" id="firstname" placeholder="" name="firstname" value="">
    </div>
    <!-- Last name -->
    <div class="form-group">
      <label for="name">Last Name</label>
      <input type="text" class="form-control" id="lastname" placeholder="" name="lastname" value="">
    </div>
    <!-- Email -->
    <div class="form-group">
      <label for="email">Email</label>
      <input type="text" class="form-control" id="email" name="email" value="">
    </div>
    <!-- Phone -->
    <div class="form-group">
      <label for="email">Phone</label>
      <input type="tel" pattern="^([0-9\(\)\/\+ ext\-]*)$" class="form-control" id="phone" name="phone" value="">
    </div>
    <!-- Organization / Company Name -->
    <div class="form-group">
      <label for="business">Organization / Company Name</label>
      <input type="text" class="form-control" id="business" name="company" value="">
    </div>
    <!-- Enterprise feature preference -->
    <div class="form-group checkbox-label">
      <label for="feature-preference">Which enterprise features are you most interested in using at this time?</label>
    </div>
    <div class="checkbox">
      <label>
        <input type="checkbox" name="feature_preference" value="custom_landing_page" class="enterprise-feature">Custom landing page </label>
    </div>
    <div class="checkbox">
      <label>
        <input type="checkbox" name="feature_preference" value="white_labeling" class="enterprise-feature">White labeling </label>
    </div>
    <div class="checkbox">
      <label>
        <input type="checkbox" name="feature_preference" value="embed_sign_up" class="enterprise-feature">Embed sign up </label>
    </div>
    <div class="checkbox">
      <label>
        <input type="checkbox" name="feature_preference" value="dedicated_support" class="enterprise-feature">Dedicated support </label>
    </div>
    <div class="checkbox">
      <label>
        <input type="checkbox" name="feature_preference" value="more_twenty_admins" class="enterprise-feature">More than 20 administrators </label>
    </div>
    <div class="checkbox">
      <label>
        <input type="checkbox" name="feature_preference" value="none_of_the_above" class="non-enterprise-feature">None of the above </label>
    </div>
    <input type="hidden" id="hutk" name="hutk" value="">
    <div class="checkbox hide">
      <input type="checkbox" id="forsug" name="forsug" value="true">For SUG
    </div>
    <script type="text/javascript">
      $(document).ready(function() {
        // Include Campaign Conversion Attribution Params if Present
        var processAttributionData = function() {
          var appendAttributionParamToForm = function(paramName, paramValue) {
            var elInput = document.createElement('input');
            elInput.setAttribute('type', 'hidden');
            elInput.id = paramName;
            elInput.setAttribute('name', paramName);
            elInput.setAttribute('value', paramValue);
            document.getElementById('enterprisecontactform').appendChild(elInput);
          };
          var attAttributionParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'gclid', 'fbclid', 'msclkid'];
          // check for attribution params in URL
          var urlAttributionParamsFound = false;
          var currUrlParams = new URLSearchParams(window.location.search);
          attAttributionParams.forEach(function(item) {
            var currAttributionParamValue = currUrlParams.get(item);
            if (currAttributionParamValue) {
              urlAttributionParamsFound = true;
              appendAttributionParamToForm(item, currAttributionParamValue);
            }
          });
          // if no url params, check for persistent member attribution cookie
          if (!urlAttributionParamsFound) {
            var attributionCookie = utility.getCookie('MATTRIBUTION');
            if (attributionCookie.length) {
              var currCookieParams = JSON.parse(decodeURIComponent(attributionCookie));
              if (Array.isArray(currCookieParams)) {
                attAttributionParams.forEach(function(item) {
                  var currAttributionParamValue = currCookieParams[0][item];
                  if (currAttributionParamValue) {
                    appendAttributionParamToForm(item, currAttributionParamValue);
                  }
                });
              }
            }
          }
        };
        processAttributionData();
        // Mutually exclusive checkboxes
        function enterpriseFeatureSelected(e) {
          if (e.target.checked) {
            document.querySelector(".non-enterprise-feature").checked = false;
          }
        }

        function deselectFeatures() {
          document.querySelectorAll(".enterprise-feature").forEach((el) => {
            el.checked = false;
          })
        }
        document.querySelectorAll(".enterprise-feature").forEach(el => {
          el.onchange = enterpriseFeatureSelected
        });
        document.querySelector(".non-enterprise-feature").onchange = deselectFeatures;
      });
    </script>
    <div class="form-group">
      <div class="spacer-sm"></div>
      <div class="captcha-form">
        <div id="captchaholder">
          <script src="https://www.google.com/recaptcha/api.js"></script>
          <div class="g-recaptcha" data-sitekey="6LdBcCEUAAAAABcH2WFGbc2ZfOyt60UapRX5EXOM" data-callback="recaptchaCallback">
            <div style="width: 304px; height: 78px;">
              <div><iframe title="reCAPTCHA"
                  src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdBcCEUAAAAABcH2WFGbc2ZfOyt60UapRX5EXOM&amp;co=aHR0cHM6Ly93d3cuc2lnbnVwZ2VuaXVzLmNvbTo0NDM.&amp;hl=de&amp;v=pCoGBhjs9s8EhFOHJFe8cqis&amp;size=normal&amp;cb=bcoappbikygg"
                  width="304" height="78" role="presentation" name="a-6wj5hdypgb3e" frameborder="0" scrolling="no"
                  sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
                class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
            </div><iframe style="display: none;"></iframe>
          </div>
        </div>
      </div>
      <div class="spacer"></div>
    </div>
    <div class="text-center">
      <button type="submit" class="btn btn-green btn-lg" href="/index.cfm?go=o.ProGeniusProducts">Send Message</button>
      <div class="spacer"></div>
    </div>
  </div>
</form>

GET /sitesearch

<form action="/sitesearch" method="GET" class="ng-pristine ng-valid">
  <div class="input-group">
    <input type="text" class="form-control" placeholder="Search Resources" name="sitesearch">
    <span class="input-group-btn">
      <button type="submit" class="btn btn-success">
        <span class="glyphicon glyphicon-search"> </span>
      </button>   </span>
  </div>
</form>

Text Content

WE VALUE YOUR PRIVACY

We and our partners store and/or access information on a device, such as cookies
and process personal data, such as unique identifiers and standard information
sent by a device for personalised ads and content, ad and content measurement,
and audience insights, as well as to develop and improve products. With your
permission we and our partners may use precise geolocation data and
identification through device scanning. You may click to consent to our and our
partners’ processing as described above. Alternatively you may access more
detailed information and change your preferences before consenting or to refuse
consenting. Please note that some processing of your personal data may not
require your consent, but you have a right to object to such processing. Your
preferences will apply to this website only. You can change your preferences at
any time by returning to this site or visit our privacy policy.
MORE OPTIONSAGREE



We value your privacy. We use cookies and other technologies to keep the site
reliable and secure, tailor your experience, measure site performance and
present relevant offers and advertisements, as described in our Privacy Policy.
Got it!

Explore Lumaverse solutions
Lumaverse
Fundraising SoftwareCrowdfundingPTA & PTO Member ManagementAppointment
Scheduling
Discover more Lumaverse solutions
Club ManagementFair RegistrationCourse Registration (CE & PD)Donor Management

Toggle navigation
 * Features
 * Pricing
 * More
   * Resources & Tips
   * Blog
   * Collect Money
   * Enterprise
   * Help

 * Log In
 * 


Create a Sign Up
 * Features
 * Pricing
 * Resources & Tips
 * Blog
 * Collect Money
 * Enterprise
 * Log In

 * 
 * 
 * 

×

Have a question? Chat with a pricing expert!




SIMPLE PRICING,
AMAZING VALUE.


PLANS FOR ANY SIZE SCHOOL, NONPROFIT,
BUSINESS OR ORGANIZATION. START FOR FREE!


 * Free
 * Premium & Enterprise


FREE PLAN


IDEAL FOR INDIVIDUALS AND FAMILIES PLANNING POTLUCKS, PARTIES AND SMALL EVENTS.


Get Started
 * Unlimited sign up pages
 * Email invites & reminders
 * Duplicate & transfer sign ups
 * Google map integration
 * URL link for each published sign up
 * Admin management tools
 * Customer support via email
 * Collect payments on sign ups*
 * Enhanced security options
 * Hide names on sign ups

 * Admin management tools
 * Customer support via email
 * Collect payments on sign ups*
 * Enhanced security options
 * Hide names on sign ups

Upgrade to premium for:

 * Additional administrators
 * Premium & custom themes
 * More email & text reminders
 * Custom questions
 * Ad-free sign ups



* There is no monthly flat fee to collect money on SignUpGenius. We charge a
use-based fee equal to 5% of the money collected plus $0.50 per transaction.
Learn more.




PREMIUM PLANS -
AS LOW AS $8.99MONTH


IDEAL FOR COORDINATORS AT SCHOOLS, NONPROFITS, SMALL BUSINESSES AND MORE.

Free Premium Trial



Includes everything in the free plan, plus:


Previous Next


SILVER


$ 8.99MONTH

Monthly

Annual

$107.89 paid annually
Save $35.99 with annual plan

Buy Now
 * Premium theme designs
 * 2,500 emails, 150 texts per month
 * 2 custom questions for participants
 * 1 advertising-free sign up
 * Support by email
 * Collect money on sign ups

View the full list of plan features below.

View all features for Silver plan




CUSTOMIZATION

Custom questions

2

Upload 500 logos/images



No advertising on sign ups

No ads on 1 sign up

Premium designs



Custom sign up themes



Multiple tabbed sign ups



Back to website button



Custom sign up link



Slot images



Embeddable sign ups



SignUpGenius brand removal



Custom portal pages




ADMIN FEATURES

Additional admins on sign ups



Cloud file storage

500MB

Sync entire sign up calendar



Auto-hide dates on sign ups



Sign up start/stop dates



Sign up locking by date



File attachments on sign ups



Advanced quantity limits



API access

500 requests/day

Dedicated account manager



Google reCAPTCHA




COMMUNICATION

Email invites/group messages

2,500/month

Text invites/group updates

150/month

Email attachments



Themed email invites



Email scheduling



Custom
reminders/confirmations




REPORTS & TRACKING

Volunteer hours reports



Email click-through tracking



Buy Now



GOLD


$ 22 .49 MONTH

Monthly

Annual

$269.89 paid annually
Save $89.99 with annual plan

Buy Now
 * 10 additional administrators
 * Unlimited custom themes
 * 10,000 emails, 500 texts per month
 * 5 custom questions for participants
 * 10 advertising-free sign ups
 * Priority support by email
 * Collect money on sign ups

View the full list of plan features below.

View all features for Gold plan




CUSTOMIZATION

Custom questions

5

Upload 500 logos/images



No advertising on sign ups

No ads on 10 sign ups

Premium designs



Custom sign up themes



Multiple tabbed sign ups



Back to website button



Custom sign up link



Slot images



Embeddable sign ups



SignUpGenius brand removal



Custom portal pages




ADMIN FEATURES

Additional admins on sign ups

10

Cloud file storage

1GB

Sync entire sign up calendar



Auto-hide dates on sign ups



Sign up start/stop dates



Sign up locking by date



File attachments on sign ups



Advanced quantity limits



API access

2,000 requests/day

Dedicated account manager



Google reCAPTCHA




COMMUNICATION

Email invites/group messages

10,000/month

Text invites/group updates

500/month

Email attachments



Themed email invites



Email scheduling



Custom
reminders/confirmations




REPORTS & TRACKING

Volunteer hours reports



Email click-through tracking



Buy Now



PLATINUM


$ 44.99MONTH

Monthly

Annual

$539.89 paid annually
Save $179.99 with annual plan

Buy Now
 * 20 additional administrators
 * Unlimited custom themes
 * 20,000 emails, 1,500 texts per month
 * 10 custom questions for participants
 * Unlimited advertising-free sign ups
 * Priority support by email/phone
 * Collect money on sign ups

View the full list of plan features below.

View all features for Platinum plan




CUSTOMIZATION

Custom questions

10

Upload 500 logos/images



No advertising on sign ups



Premium designs



Custom sign up themes



Multiple tabbed sign ups



Back to website button



Custom sign up link



Slot images



Embeddable sign ups



SignUpGenius brand removal



Custom portal pages




ADMIN FEATURES

Additional admins on sign ups

20

Cloud file storage

3GB

Sync entire sign up calendar



Auto-hide dates on sign ups



Sign up start/stop dates



Sign up locking by date



File attachments on sign ups



Advanced quantity limits



API access

5,000
requests/day

Dedicated account manager



Google reCAPTCHA




COMMUNICATION

Email invites/group messages

20,000/month

Text invites/group updates

1,500/month

Email attachments



Themed email invites



Email scheduling



Custom
reminders/confirmations




REPORTS & TRACKING

Volunteer hours reports



Email click-through tracking



Buy Now


View Enterprise plan features




ENTERPRISE



IDEAL FOR ORGANIZATIONS MANAGING
LARGE-SCALE GROUPS, SCHEDULES AND EVENTS.



Contact us to learn more.

Contact Sales

Includes everything in the premium plans, plus:

Includes everything in the premium plans, plus:

 * Unlimited admins
 * Custom landing pages
 * Unlimited custom questions
 * Dedicated account manager
 * Embed sign ups on your website
 * Payment via purchase order or invoice
 * Collect money on sign ups

View all features for the Enterprise plan


CUSTOMIZATION

Custom questions

Customized

Upload 500 logos/images



No advertising on sign ups



Premium designs



Custom sign up themes



Multiple tabbed sign ups



Back to website button



Custom sign up link



Slot images



Embeddable sign ups



SignUpGenius brand removal



Custom portal pages




ADMIN FEATURES

Additional admins on sign ups

Customized

Cloud file storage

Customized

Sync entire sign up calendar



Auto-hide dates on sign ups



Sign up start/stop dates



Sign up locking by date



File attachments on sign ups



Advanced quantity limits



API access

Customized

Dedicated account manager



Google reCAPTCHA




COMMUNICATION

Email invites/group messages

Customized

Text invites/group updates

Customized

Email attachments



Themed email invites



Email scheduling



Custom reminders/confirmations




REPORTS & TRACKING

Volunteer hours reports



Email click-through tracking



Contact Sales



View the full list of plan features below.


ENTERPRISE

IDEAL FOR ORGANIZATIONS MANAGING LARGE-SCALE GROUPS, SCHEDULES AND EVENTS.



Contact us to learn more.


Contact Sales


Includes everything in the premium plans plus:

 * Unlimited administrators
 * Extensive email/text capabilities
 * Unlimited custom questions
 * Custom landing pages
 * Embed sign ups into your website
 * Dedicated account manager
 * Remove SignUpGenius branding
 * API and integrations
 * Data security/vendor agreements
 * Payment via purchase order or invoice


NEED HELP DECIDING?


Find the Right Plan




PREMIUM & ENTERPRISE FEATURES

Paid plans include all free features, plus:




SILVER


GOLD


PLATINUM


ENTERPRISE


CUSTOMIZATION

Custom questions

Ideal for event registrations. Easily build multiple custom questions and
collect necessary information via drop down boxes, checkboxes, text boxes, memo
fields or radio buttons.

2

5

10

Customized

Upload 500 logos/images









No advertising on sign ups

Remove advertisements from sign ups and sign up related emails with our no
advertisements feature. The number of sign ups in which you can simultaneously
remove ads from depends on your subscription level. This feature can be rolled
forward to future sign ups. As one sign up ends, you can re-apply the ad removal
feature to a different sign up.

No ads on
1 sign up

No ads on
10 sign ups





Premium designs









Custom sign up themes

Create the perfect event sign up sheet with our custom theme editor. Upload your
images and choose from 12 layout options, including multiple photo designs. You
can also access our stock library with thousands of images.









Multiple tabbed sign ups

Sign Up Tabbing is a powerful feature when you have an event that is too large
to organize on a single sign up page - like teacher conferences for a large
school. Users can group related sign up sheets together by creating a set of
tabs at the top of their sign up pages. The tabs provide an easy way for
participants to quickly navigate between multiple sign up pages.









Back to website button

Customize a button to direct participants to a website other than SignUpGenius
after they complete the sign up process. The button will show prominently on the
"Thank You" page and can be customized to any URL.









Custom sign up link

Want to customize the web address of your sign up page? No problem! Every sign
up has a web link assigned to it automatically that you will be able to access
when your sign up is taken live. With Platinum and Enterprise plans, subscribers
can personalize those sign up links. Customizing the link is great for branding
and can make sharing sign up page easier on printed materials.









Slot images

Upload and add images to your sign up slots to help each opportunity stand out
uniquely on the page. Adding images can be done easily right within the builder
with a Platinum or Enterprise account.









Embeddable sign ups

Enterprise plan subscribers can embed sign ups directly onto their website to
create a seamless sign up experience for participants. Perfect for coordinating
registration or fundraising events, this feature saves time and money by
providing a sign up form that works as an extension of your website instead of
having to develop your own custom application.









SignUpGenius brand removal

With our brand removal feature, you can remove all SignUpGenius branding from
your sign up web pages. Customize the look of sign ups to match your brand and
remove all SignUpGenius logos to give it the look and feel of your own website.









Custom portal pages

Create a customized index page that directs your audience to the right sign ups
and more. The page works like a website's home page for sign ups. The sign up
organizer can choose which sign ups appear on the page, add sections to the
page, such as important files or an email opt-in subscription form, and even
customize the URL.










ADMIN FEATURES

Additional admins on sign ups

Delegate organizing responsibilities when you assign additional administrators
to one SignUpGenius account. This feature also makes it easy to customize and
limit each admin's permission levels. Need unlimited administrators? Contact our
team to learn about enterprise plans.



10

20

Customized

Cloud file storage

500MB

1GB

3GB

Customized

Collect money

Simplify how you collect payments and fees for your business, fundraisers and
events. By activating the collect money feature on your account, sign up
organizers can charge fees, issue refunds and offer discounts to their
participants. LumaPay, powered by Stripe, makes it easy to collect money for
your group! Access this feature under the Tools icon in your sign up dashboard.









Sync entire sign up calendar









Auto-hide dates on sign ups

Ideal for large, ongoing sign ups with many dates. Automatically hide dates in
the past so that old slots drop off the page as they pass, and the most current
available slots stay at the top of the page. In addition, you can set up your
sign up so it will only display dates a certain number of days in the future. If
you hide future dates, slots will automatically show up on the page when the
time gets within the specified range.









Sign up start/stop dates

Perfect for events where slots are limited or in high demand. Set up a sign up
page to automatically start accepting sign ups at a specific date/time or to
lock after a certain date/time to prevent more people from signing up. You can
even choose to lock users from editing/deleting their sign up items after the
sign up is closed or to show alternate text on your page based on date.









Sign up locking by date

Prevent last-minute changes by volunteers before an event with this feature. It
allows you to stop group members from either signing up or changing their sign
up slot as it gets close to the day of the event. You can customize the number
of days before the event that you want the lock to take place.









File attachments on sign ups









Advanced quantity limits

Allows you to put restrictions on a sign up so that your participants are
prevented from signing up for more items than you would like them to. You can
restrict the total quantity that a user can sign up for across your entire sign
up page or you can put a restriction on the quantity for each individual item on
the page.









API access

500
requests/day

2,000
requests/day

5,000
requests/day

Customized

Dedicated account manager









Google reCAPTCHA

Enabling this setting will activate Google reCAPTCHA on the sign up form.
reCAPTCHA uses an advanced risk analysis engine and adaptive challenges to keep
bots from filling sign up slots while allowing legitimate participants to sign
up with ease. This ensures that everyone has an equal opportunity to sign up.










COMMUNICATION

Email invites/group messages

2,500/month

10,000/month

20,000/month

Customized

Text invites/group updates

Send text messages to group members including links to your sign ups and
important information such as location changes or cancellations. Participants
can easily opt-in to receive your messages and opt-out later if needed. Choose a
subscription level based on the total number of messages needed per month.

150/month

500/month

1,500/month

Customized

Email attachments









Themed email invites

Look like an event-organizing genius with themed emails to match your sign ups.
Custom images loaded to your sign up page will also be sent in your emails to
create the perfect branding for your event.









Email scheduling









Custom
reminders/confirmations

Premium users can customize the content of the automated reminder messages that
are sent to their participants and choose to have a confirmation email sent to
their participants immediately after they sign up.










REPORTS & TRACKING

Volunteer hours reports

Run reports to see how many hours each volunteer signed up to serve for one or
more events. You can run reports across multiple sign ups and even group hours
tracked for sets of people. That way, if you want to know how many hours a
family, a class or a subcommittee served, you can run a report and set it up by
the volunteer groupings you choose.









Email click-through tracking









Buy Now
Buy Now
Buy Now
Contact Sales


Still have questions about plans or pricing?
Please contact our support team with questions.




LEARN MORE ABOUT ENTERPRISE PLANS


PLANS STARTING AT $1299/YEAR

Complete our form below to chat with a representative today!


First Name
Last Name
Email
Phone
Organization / Company Name
Which enterprise features are you most interested in using at this time?
Custom landing page
White labeling
Embed sign up
Dedicated support
More than 20 administrators
None of the above
For SUG

Send Message




Toggle navigation

Use It For
 * School Sign Ups
 * Business Schedules
 * Volunteer Sign Ups
 * Potluck Invites
 * Fundraising
 * Sports Events
 * Church & Temple
 * College Activities
 * Scouting Events
 * School Spirit Wear

Helpful For
 * Event Registrations
 * Lessons & Camp
   Sign Ups
 * Parent Teacher Conferences
 * Meal Sign Ups
 * School Fundraising
 * Festivals & Carnivals
 * Book Fair Volunteers
 * Dance Class Registrations
 * Direct Sales Businesses
 * Photography Sessions

About UsSignUpGenius
 * Getting Started with
   Sign Ups
 * Features
 * Pricing
 * Enterprise
 * Collect Money
 * Reviews
 * About Us
 * Press Releases
 * Press Kit
 * Careers
 * Advertise with Us

Resources & Tips
 * Sign Up Designs
 * Planning Ideas
 * Blog
 * Case Studies
 * Videos
 * Printables
 * Giving Back
 * Partner Integrations
 * API Docs
 * Sitemap
 * Help
 * Contact Us

Get Started
Create a Sign Up
Find a Sign Up
  


©2023 SignUpGenius, Inc. All Rights Reserved.
    Privacy Policy     Terms of Service     Do Not Sell My Personal Information
    Change Consent