www.iconnectx.com Open in urlscan Pro
65.183.169.61  Public Scan

URL: https://www.iconnectx.com/
Submission: On November 25 via api from CA — Scanned from CA

Form analysis 5 forms found in the DOM

POST

<form id="login-form" class="login-form" action="" method="post" role="form" autocomplete="off">
  <div style="display:none">
    <input type="password" id="prevent_autofill" autocomplete="off" style="display:none" tabindex="-1">
  </div>
  <div class="form-group">
    <span id="login_info" style="display: none;"></span>
  </div>
  <div class="form-group">
    <input type="text" name="username" id="login_email" tab-index="1" class="form-control validate[required,custom[email]]" placeholder="Email" value="">
  </div>
  <div class="form-group">
    <input type="password" name="password" id="login_password" tab-index="2" class="form-control validate[required]" placeholder="Password" value="">
  </div>
  <div class="row">
    <div class="col-xs-6">
      <div class="form-group pull-left">
        <label style="display:block;" class="remember">Remember me <input type="checkbox" tab-index="3" id="login_rememberme">
          <span class="checkmark"></span>
        </label>
      </div>
    </div>
    <div class="col-xs-6 text-right">
      <div class="form-group pull-right">
        <a href="#" class="forgot" tab-index="4">
                                                            Forgot Password?</a>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="row">
      <div class="col-sm-12">
        <input type="submit" name="login-submit" id="login_submit" tab-index="5" class="form-control btn btn-login login" value="Login">
        <div>
          <div class="text ">
            <h4>OR</h4>
            <h6>Login With your social network</h6>
          </div>
          <div class="col-sm-4 col-xs-4 " tab-index="6">
            <a class="icon" onclick="javascript:auth_popup('Google');">
                                                                    <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2022%200'%3E%3C/svg%3E" width="22" data-lazy-src="https://www.iconnectx.com/wp-content/themes/icx/assets/images/google-color.svg"><noscript><img src="https://www.iconnectx.com/wp-content/themes/icx/assets/images/google-color.svg" width="22"></noscript></a>
          </div>
        </div>
        <div class="col-sm-4 col-xs-4" tab-index="7">
          <a class="icon" onclick="javascript:auth_popup('LinkedIn');">
                                                                <i class="fa fa-linkedin"></i></a>
        </div>
        <div class="col-sm-4 col-xs-4" tab-index="17">
          <a class="icon" onclick="javascript:auth_popup('Facebook');">
                                                                <i class="fa fa-facebook"></i></a>
        </div>
      </div>
    </div>
  </div>
</form>

POST

<form id="forgotpass-form" class="login-form" action="" method="post" role="form" autocomplete="off">
  <div class="form-group">
    <h4>RESET YOUR PASSWORD</h4>
    <h2 style="font-size: 14px;line-height: 23px;color: #fff;">Enter your email address below and we'll send you a link to reset your password.</h2>
  </div>
  <div class="form-group">
    <span id="forgotpass_info" style="display: none;"></span>
  </div>
  <div class="form-group">
    <input type="text" name="email" id="forgotpass_email" tab-index="1" class="form-control validate[required,custom[email]]" placeholder="Email" value="">
  </div>
  <div class="form-group">
    <div class="row">
      <div class="col-sm-12">
        <input type="button" name="forgotpass_submit" id="forgotpass_submit" tab-index="5" class="form-control btn btn-login login" value="Reset">
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="row">
      <div class="col-sm-12">
        <input type="button" name="forgotpass-back" id="forgotpass-back" tab-index="5" class="form-control btn btn-login login" value="Back">
      </div>
    </div>
  </div>
</form>

POST

<form id="signup-form" class="signup-form" action="" method="post" role="form" autocomplete="off">
  <div class="col-lg-12 col-xs-12">
    <div id="registeration_info" class="alert alert-success"></div>
  </div>
  <div class="col-lg-8 col-xs-8">
    <label class="radio_cntnr reg_radio">Register as an Individual <input type="radio" name="radio" checked="" tab-index="9">
      <span class="checkmark"></span>
    </label>
  </div>
  <div class="col-lg-4 col-xs-4">
    <label class="radio_cntnr non_profit_radio">NonProfit <input type="radio" name="radio">
      <span class="checkmark"></span>
    </label>
  </div>
  <div class="reg_form">
    <div class="form-group">
      <input type="text" name="username" tab-index="10" id="signup_i_firstname" class="form-control validate[required,minSize[3],custom[onlyLetterSp]],max[50]" placeholder="First Name" value="">
    </div>
    <div class="form-group">
      <input type="text" name="username" tab-index="10" id="signup_i_lastname" class="form-control validate[required,minSize[3],custom[onlyLetterSp]],max[50]" placeholder="Last Name" value="">
    </div>
    <div class="form-group">
      <input type="email" name="email" tab-index="11" id="signup_i_email" class="form-control validate[required,custom[email]]" placeholder="Email" value="">
    </div>
    <div class="form-group">
      <div style="display:none">
        <input type="password" id="prevent_autofill" autocomplete="off" style="display:none" tabindex="-1">
      </div>
      <input type="password" tab-index="12" name="password" id="signup_i_password" class="form-control validate[required]" placeholder="Password" autocomplete="off">
      <span class="validation-list" style="color: red; display: none;">
        <ul>
          <li class="one_capital_letter">Must have 1 capital letter</li>
          <li class="one_num_spl_char">Must use 1 number or special character</li>
          <li class="8_char">Must be atleast 8 characters long</li>
        </ul>
      </span>
    </div>
    <div class="form-group">
      <input type="password" tab-index="13" name="confirm-password" id="signup_i_confirmpassword" class="form-control validate[required]" placeholder="Confirm Password" autocomplete="off">
    </div>
    <div class="form-group">
      <input type="text" name="" id="signup_i_zipcode" class="form-control validate[required,custom[usazip],maxSize[6],custom[notMoreZero]]" placeholder="Zip Code" value="" maxlength="6">
    </div>
    <div class="form-group">
      <div class="g-recaptcha-fourth" data-sitekey="6LfVLzgbAAAAAFG9ioCf8KdL7yxEsJoRhBHd0ZFC" id="RecaptchaField4"></div>
      <input type="hidden" class="hiddenRecaptcha" name="fourthCaptcha" id="fourthCaptcha" val="">
    </div>
    <div class="form-group">
      <span id="signup_regError" class="alert alert-danger pswmatch">Password did not matched</span>
    </div>
    <div class="form-group">
      <div class="row">
        <div class="col-sm-12">
          <label class="agree">I agree to the <a target="_blank" href="/pages/terms-conditions/">Terms
                                                                of Service</a> and <a target="_blank" href="/pages/privacy-policy/">Privacy
                                                                Policy</a> and I'm at least 18 years old and that I am authorized by this organization to subscribe to this platform. <input type="checkbox" id="npp_formagree1" tab-index="30">
            <span class="checkmark"></span>
            <br>
            <span id="not_chekedcheckbox1" style="color:red;display:none">Please agree terms and conditions</span>
          </label>
          <input type="submit" name="signup-submit" id="signup-submit" tab-index="14" class="form-control btn btn-register signup" value="SUBMIT &amp; LOGIN">
          <div>
            <div class="text ">
              <h4>OR</h4>
              <h6>Login With your social network</h6>
            </div>
            <div class="col-sm-4 col-xs-4 " tab-index="15">
              <a href="#" class="icon" onclick="javascript:auth_popup('Google');">
                                                                    <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2022%200'%3E%3C/svg%3E" width="22" data-lazy-src="https://www.iconnectx.com/wp-content/themes/icx/assets/images/google-color.svg"><noscript><img src="https://www.iconnectx.com/wp-content/themes/icx/assets/images/google-color.svg" width="22"></noscript></a>
            </div>
            <div class="col-sm-4 col-xs-4" tab-index="16">
              <a href="#" class="icon" onclick="javascript:auth_popup('LinkedIn');">
                                                                    <i class="fa fa-linkedin"></i></a>
            </div>
            <div class="col-sm-4 col-xs-4" tab-index="17">
              <a href="#" class="icon" onclick="javascript:auth_popup('Facebook');">
                                                                    <i class="fa fa-facebook"></i></a>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST

<form id="non-profit-signup" class="signup-form" action="" method="post" role="form">
  <div class="non_profit_form_b" id="non_profit_form_b">
    <div class="non_profit_form" id="non_profit_form">
      <label class="required">Required Fields*</label>
      <div class="form-group">
        <div class="row">
          <div class="col-sm-9 col-xs-8">
            <input type="text" name="" id="nonprofit_ein" tab-index="18" class="form-control validate[required,custom[einNumber]]" placeholder="Nonprofit Name or EIN" value="">
            <span class="ein-loader" style="display: none;"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E"
                data-lazy-src="https://www.iconnectx.com/wp-content/themes/icx/assets/images/loader.gif?ver=0.40"><noscript><img src="https://www.iconnectx.com/wp-content/themes/icx/assets/images/loader.gif?ver=0.40"></noscript></span>
            <span id="ein-clear" class="einClear" style="display:none;">X</span>
            <div id="ein_result" class="einResult"></div>
            <span id="charityError"></span>
          </div>
          <!--
                                                        <div class="col-sm-3  col-xs-4 find">
                                                            <button class="btn" tab-index="19">Find</button>
                                                        </div>-->
        </div>
      </div>
      <div class="form-group">
        <div class="row">
          <div class="col-sm-6 col-xs-6">
            <input type="text" name="" id="nonprofit_name" class="form-control validate[required,custom[notMoreZero]]" placeholder="Nonprofit Name" value="">
          </div>
          <div class="col-sm-6 col-xs-6">
            <input type="text" name="" id="nonprofit_streetaddr" class="form-control validate[required]" placeholder="Street Address" value="">
          </div>
        </div>
      </div>
      <div class="form-group">
        <div class="row">
          <div class="col-sm-4 col-xs-4">
            <input type="text" name="" id="nonprofit_city" class="form-control validate[required]" placeholder="City" value="">
          </div>
          <div class="col-sm-4 col-xs-4">
            <input type="text" name="" id="nonprofit_state" class="form-control validate[required]" placeholder="State" value="">
          </div>
          <div class="col-sm-4 col-xs-4">
            <input type="text" name="" id="nonprofit_zip" class="form-control validate[required,custom[usazip],maxSize[6],custom[notMoreZero]]" placeholder="Zip Code" value="" maxlength="6">
          </div>
        </div>
      </div>
      <div class="form-group">
        <input type="text" name="email" id="nonprofit_phone" tab-index="21" class="form-control validate[required, custom[phone], minSize[12],custom[notMoreZero],custom[invalidPhone]]" placeholder="Phone Number (555-555-5555)" value=""
          maxlength="12">
      </div>
      <div class="form-group">
        <div class="row">
          <div class="col-sm-12">
            <h4>This information is pulled directly from CharityNavigator. If this information is incorrect, please send an email with updates to <a href="mailto:support@iconnectx.com">support@iconnectx.com</a>
            </h4>
            <input type="button" name="" id="non_profit_submit_btn" class="form-control btn btn-register signup non_profit_submit_btn" tab-index="22" value="NEXT">
          </div>
        </div>
      </div>
    </div>
    <div class="non_profit_submit" id="non_profit_submit">
      <h4>TELL US ABOUT YOUR ORGANIZATION</h4>
      <label class="required">Required Fields*</label>
      <div class="form-group">
        <input type="text" name="" id="nonprofit_url" class="form-control validate[required,custom[urlwithouthttp]]" tab-index="23" placeholder="Nonprofit Website URL" value="">
      </div>
      <div class="form-group deduct_charit">
        <div class="row">
          <div class="col-sm-6 col-xs-6">
            <label>Deductibility Status</label>
            <div class="dropdown">
              <select name="signup_charity_deductibility" id="nonprofit_deduc_status" class="validate[required] form-control select-charity-category" style="margin-bottom: 10px;" tab-index="24">
              </select>
            </div>
          </div>
          <div class="col-sm-6 col-xs-6">
            <label>Charit/Nonprofit Category</label>
            <div class="dropdown">
              <select name="signup_charity_category" id="nonprofit_category_name" class="validate[required] form-control select-charity-category" tab-index="25">
              </select>
            </div>
          </div>
        </div>
      </div>
      <div class="form-group">
        <div class="row">
          <div class="col-sm-6 col-xs-6">
            <input type="text" name="" id="nonprofit_fname" class="form-control validate[required,custom[onlyLetterSp],minSize[3]]" placeholder="Your First Name" value="" tab-index="26">
          </div>
          <div class="col-sm-6 col-xs-6">
            <input type="text" name="" id="nonprofit_lname" class="form-control validate[required,custom[onlyLetterSp],minSize[3]]" placeholder="Your Last Name" value="" tab-index="27">
          </div>
        </div>
      </div>
      <div class="form-group">
        <div class="row">
          <div class="col-sm-6 col-xs-6">
            <input type="email" name="" id="nonprofit_email" class="form-control validate[required,custom[email]]" placeholder="Email" value="" tab-index="28">
          </div>
          <div class="col-sm-6 col-xs-6">
            <input type="password" name="" id="nonprofit_password" class="form-control validate[required,minSize[8],maxSize[15]]" placeholder="Password" value="" tab-index="29">
            <span class="validation-list" style="color: red; display: none;">
              <ul>
                <li class="one_capital_letter">Must have 1 capital letter</li>
                <li class="one_num_spl_char">Must use 1 number or special character</li>
                <li class="8_char">Must be atleast 8 characters long</li>
              </ul>
            </span>
          </div>
        </div>
      </div>
      <div class="form-group">
        <label class="agree">I agree to the <a target="_blank" href="/pages/terms-conditions/">Terms
                                                            of Service</a> and <a target="_blank" href="/pages/privacy-policy/">Privacy
                                                            Policy</a> and I'm at least 18 years old and that I am authorized by this organization to subscribe to this platform. <input type="checkbox" id="npp_formagree" tab-index="30">
          <span class="checkmark"></span>
          <span id="not_chekedcheckbox" style="color:red;display:none">Please agree terms and conditions</span>
        </label>
      </div>
      <div class="form-group back_next">
        <div class="row">
          <div class="col-sm-6 col-xs-6">
            <button type="button" id="npp_back" class="btn back" tab-index="31"> Back </button>
          </div>
          <div class="col-sm-6 col-xs-6">
            <button class="btn" type="button" id="npp_submit" tab-index="32">CONFIRM &amp; LOGIN </button>
          </div>
        </div>
      </div>
    </div>
    <div class="non_profit_submit text-center register_confirm" id="register_confirm">
      <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://www.iconnectx.com/wp-content/themes/icx/assets/images/allset.svg?ver=0.40"><noscript><img
          src="https://www.iconnectx.com/wp-content/themes/icx/assets/images/allset.svg?ver=0.40"></noscript>
      <h2>All Set!</h2>
      <div class="msg">Thank you for providing your nonprofit details. We are starting on the review to verify your nonprofit status.<br><br> Please click on continue to view our available subscription plans and select on option that works least for
        you </div>
      <input type="button" name="" id="choosePlan" class="form-control btn btn-register signup non_profit_submit_btn choosePlanBtn" value="Choose a Subscription Plan">
    </div>
  </div>
</form>

POST

<form id="demo-form" class="demo-form" action="" method="post" role="form">
  <div class="width100">
    <div id="demo_info" class="alert alert-success"></div>
  </div>
  <div class="form-group col-xs-6">
    <b>*</b>
    <input type="text" name="username" id="demo_firstname" tab-index="33" class="form-control validate[required, custom[onlyLetterSp],minSize[3]],max[50]" placeholder="First Name" value="">
  </div>
  <div class="form-group col-xs-6">
    <b>*</b>
    <input type="text" name="name" id="demo_lastname" tab-index="34" class="form-control validate[required, minSize[3],custom[onlyLetterSp]],max[50]" placeholder="Last Name">
  </div>
  <div class="form-group col-xs-6">
    <b>*</b>
    <input type="text" name="" id="demo_org_name" tab-index="35" class="form-control validate[required,minSize[3]],max[50]" placeholder="Organization Name" value="">
  </div>
  <div class="form-group col-xs-6">
    <b>*</b>
    <input type="text" name="" id="demo_job_title" tab-index="36" class="form-control validate[required]" placeholder="Your Job Title">
  </div>
  <div class="form-group width100 col-xs-12">
    <b>*</b>
    <input type="email" name="" id="demo_email" tab-index="37" class="form-control validate[required,custom[email]]" placeholder="Your Email (johns@email.com)">
  </div>
  <div class="form-group col-xs-6">
    <b>*</b>
    <input type="text" name="" id="demo_ph_no" tab-index="38" class="form-control validate[required,custom[phone],custom[invalidPhone],minSize[12],custom[notMoreZero]]" maxlength="12" placeholder="Phone Number (555-555-5555)" value="">
  </div>
  <div class="form-group col-xs-6">
    <b>*</b>
    <input type="text" name="" id="demo_zipcode" tab-index="39" class="form-control validate[required,custom[usazip],maxSize[6],custom[notMoreZero]]" maxlength="6" placeholder="Organization Zip Code">
  </div>
  <div class="form-group col-xs-6 date">
    <b>*</b>
    <input type="text" id="demo_date" name="" tab-index="40" class="form-control date validate[required]" placeholder="Select Demo Date" value="" min="2024-11-24">
  </div>
  <div class=" form-group col-xs-6 time">
    <b>*</b>
    <input type="text" name="" id="demo_time" tab-index="41" class="form-control time validate[required]" placeholder="Select Demo Time Slot">
  </div>
  <div class="demo_text">
    <div class="col-xs-9">
      <h4>I would also like to join the iConnectX mailing list to receive updates, specials and news.</h4>
    </div>
    <div class="col-xs-3">
      <label class="radio_btn">Yes <input type="radio" value="1" name="demo_mail" id="demo_mail_yes" tab-index="42" checked="">
        <span class="checkmark"></span>
      </label>
      <label class="radio_btn">No <input type="radio" name="demo_mail" id="demo_mail_no" tab-index="43">
        <span class="checkmark"></span>
      </label>
    </div>
  </div>
  <div class="form-group width100">
    <div class="row">
      <div class="col-sm-12">
        <input type="submit" name="demo-submit" id="demo-submit" tab-index="44" class="form-control btn btn-demo demo" value="submit demo request">
      </div>
    </div>
  </div>
</form>

Text Content

Skip to content
Contact Us
 * 
 * 
 * 
 * 
 * 

iConnectX


 * Solutions
   * Auctions
   * Virtual Events
   * Ticketing
   * Donations
   * Text to Give
   * Payments
 * About Us
 * Get a Demo

Login
Sign Up
Remember me
Forgot Password?

OR

LOGIN WITH YOUR SOCIAL NETWORK





RESET YOUR PASSWORD


ENTER YOUR EMAIL ADDRESS BELOW AND WE'LL SEND YOU A LINK TO RESET YOUR PASSWORD.





Register as an Individual
NonProfit
 * Must have 1 capital letter
 * Must use 1 number or special character
 * Must be atleast 8 characters long




Password did not matched
I agree to the Terms of Service and Privacy Policy and I'm at least 18 years old
and that I am authorized by this organization to subscribe to this platform.
Please agree terms and conditions

OR

LOGIN WITH YOUR SOCIAL NETWORK




Required Fields*
X





THIS INFORMATION IS PULLED DIRECTLY FROM CHARITYNAVIGATOR. IF THIS INFORMATION
IS INCORRECT, PLEASE SEND AN EMAIL WITH UPDATES TO SUPPORT@ICONNECTX.COM

TELL US ABOUT YOUR ORGANIZATION

Required Fields*

Deductibility Status

Charit/Nonprofit Category


 * Must have 1 capital letter
 * Must use 1 number or special character
 * Must be atleast 8 characters long

I agree to the Terms of Service and Privacy Policy and I'm at least 18 years old
and that I am authorized by this organization to subscribe to this platform.
Please agree terms and conditions
Back
CONFIRM & LOGIN


ALL SET!

Thank you for providing your nonprofit details. We are starting on the review to
verify your nonprofit status.

Please click on continue to view our available subscription plans and select on
option that works least for you
Close

SUCCEED IN FUNDRAISING ALL YEAR!

SELECT A PLAN THAT WILL WORK FOR YOUR NON-PROFIT. NOTE: IF SELECTING THE BYO
PLAN,PLEASE SELECT EITHER TICKETING OR AUCTIONS FIRST, THEN SELECT HOW YOU WOULD
LIKE TO PAY (MONTHLY OR ANNUALLY).


BYO PACKAGE

MONTHLY ANNUALLY

$29 PER MONTH X MIN 6 MONTHS

$539 BILLED ANNUALLY

Auctions + Donations Ticketing + Donations
Select

SERVICE FEES

3.9% FOR AUCTION PURCHASES

3.9% FOR TICKET PURCHASES +

3.9% FOR TICKET PURCHASES +

3.9% FOR TICKET PURCHASES +

Tool Access

AUCTIONS OR TICKETING

UNLIMITED AUCTIONS W/80 ITEMS PER AUCTION OR UNLIMITED TICKETED EVENTS W/UP TO
150 TICKETS PER EVENT

TEXT-TO-GIVE

Advocacy

MINI SITE ON PLATFORM

Customer Service

EMAIL, CHAT


BASIC/TRAIL

MONTHLY ANNUALLY

$29 PER MONTH X MIN 6 MONTHS

$539 BILLED ANNUALLY

Auctions + Donations Ticketing + Donations
Select

SERVICE FEES

3.9% FOR ALL DONATIONS,

FUNDRAISERS , AUCTIONS

TICKET SALES = 3.9% + $0.99/T

CREDIT CARD 2.29% +.15/TR

Tool Access

DONATIONS = UNLIMITED

FUNDRAISERS = 1X/YR

AUCTIONS = 1X/YR

EVENT TICKETS = 1X/YR

Advocacy

MINI SITE ON PLATFORM

Customer Service

EMAIL, CHAT


SILVER

MONTHLY ANNUALLY

$29 PER MONTH X MIN 6 MONTHS

$539 BILLED ANNUALLY

Auctions + Donations Ticketing + Donations
Select

SERVICE FEES

3.9% FOR ALL DONATIONS,

FUNDRAISERS , AUCTIONS

TICKET SALES = 3.9% + $0.99/T

CREDIT CARD 2.29% +.15/TR

Tool Access

DONATIONS = UNLIMITED

FUNDRAISERS = 3X/YR

AUCTIONS = 3X/YR

EVENT TICKETS = 3X/YR

Advocacy

MINI SITE ON PLATFORM

Customer Service

LIVE PERSON,EMAIL, CHAT


GOLD

MONTHLY ANNUALLY

$29 PER MONTH X MIN 6 MONTHS

$539 BILLED ANNUALLY

Auctions + Donations Ticketing + Donations
Select

SERVICE FEES

3.9% FOR AUCTION PURCHASES

3.9% FOR TICKET PURCHASES +

3.9% FOR TICKET PURCHASES +

3.9% FOR TICKET PURCHASES +

Tool Access

UNLIMITED DONATIONS

UNLIMITED DONATIONS

UNLIMITED DONATIONS

UNLIMITED DONATIONS

TEXT-TO-GIVE

Advocacy

MINI SITE ON PLATFORM

Customer Service

LIVE PERSON,EMAIL, CHAT

Advertising

SOCIAL POSTS 4X/ YR

EMAIL CAMPAIGN 4X/ YR

PREMIUM LISTING OF EVENTS, FUNDRAISERS AND AUCTIONS

30 DAY BANNER IN
MARKETPLACE 4X/ YR

30 DAY BANNER ON
LOGIN PAGE 4X/ YR


PLATINUM

MONTHLY ANNUALLY

$29 PER MONTH X MIN 6 MONTHS

$539 BILLED ANNUALLY

Auctions + Donations Ticketing + Donations
Select

SERVICE FEES

3.9% FOR AUCTION PURCHASES

3.9% FOR TICKET PURCHASES +

3.9% FOR TICKET PURCHASES +

3.9% FOR TICKET PURCHASES +

Tool Access

UNLIMITED DONATIONS

UNLIMITED DONATIONS

UNLIMITED DONATIONS

UNLIMITED DONATIONS

TEXT-TO-GIVE

Advocacy

MINI SITE ON PLATFORM

Customer Service

“WHITE GLOVE” SUPPORT

Advertising

SOCIAL POSTS 4X/ YR

EMAIL CAMPAIGN 4X/ YR

PREMIUM LISTING OF EVENTS, FUNDRAISERS AND AUCTIONS

30 DAY BANNER IN
MARKETPLACE 4X/ YR

30 DAY BANNER ON
LOGIN PAGE 4X/ YR


GET A DEMO

PLEASE FILL OUT THE FORM BELOW AND REQUEST A DATE & TIME FOR YOUR DEMO. A
REPRESENTATIVE WILL GET BACK TO YOU SHORTLY.

Required *
*
*
*
*
*
*
*
*
*

I WOULD ALSO LIKE TO JOIN THE ICONNECTX MAILING LIST TO RECEIVE UPDATES,
SPECIALS AND NEWS.

Yes No

×


BYO PACKAGE SUBSCRIPTION PAYMENT: $319 ($29 MONTHLY)

Populate Personal details Reset Form
First name*
Last name*
Email*
Phone number*
Street address*
City*
State*
Country*
Zip Code*
Please ensure the address provided above matches the one registered with the
card
Card number*
Month*
Month january january january
Year*
Year 2022 2023 2023
CVV*
Save my card information
Back Submit

YOUR CREDIT CARD IS AUTHORIZED AND SAVED


YOU'RE ALL SET TO AUCTIONS + DONATIONS!




FREE AUCTION & EVENT TICKETING SOFTWARE


ONLY TRANSACTIONS HAVE FEES.





FINALLY A TECHNOLOGY SOLUTION MADE FOR NONPROFITS!


GENERATE FUNDS THROUGH AUCTIONS OR SELLING TICKETS.





NONPROFITS RAISE FUNDS WITHOUT PAYING!


FREE USE OF TECHNOLOGY FOR NONPROFITS!





Hosted
Events
by iConnectX

Free technology to create your own custom private ULR/ web page.
Your logo and images, sell tickets, host auctions and get Text-To-Give!


ASK TO START YOUR EVENT

Auction
Ticketing
Text-to-Give
Donations



FREE/POWERFUL FUNDRAISING SOLUTIONS


RAISE FUNDS FOR NONPROFIT OR BUSINESS!

Industry Leading Auction and Event Ticketing Software
for your nonprofit or business. Your choice of hosting an auction, selling
tickets, or using both in the same event!  Packages include a custom private
URL/webpage, technology for your activity, and reporting.

Secure Checkout and Payment Solutions with Authorize.net,
From donations to auction winning bids, your donors have the security and
comfort of knowing their transactions are safe.

Simple To Use Administrative Pages
to manage your events and auctions and help with set-up and management of your
event. When complete, we make it easy to pull the data you need to update your
CRM and donor information.

(Support packages available if needed)





NO-COMMITMENT FUNDRAISING SOLUTIONS

That’s right, we provide you with the ability to host your own event for your
nonprofit or business. From selling your tickets and soliciting sponsorships, to
promoting and running your own auction or both!

Each Event Can Include (depending on selection):

 * Custom private URL/webpage to promote your event – Your logo, content,
   colors, etc.
 * Description of your event and organization
 * Ticket sales for attendees
   * Multiple levels/Early Bird and Discount Pricing
 * Access to a Virtual platform (if needed)
   * Webinar style or standard
   * Up to 1,000 participants
 * Online Auction
   * 80 or 150 items
   * Item Watch, Auto-bid
   * Text and Email notifications
 * Options to add
   * VirtualToast® – beverages for guests
   * Emcee
   * Comedian
 * Full reporting on invitations, attendees and more

Submit A Request


Ticketing

Online Auctions


AFFORDABLE FUNDRAISING SOLUTIONS

 * Multiple options to fit your budget
 * Single use = No-commitment options
 * Lowest credit card processing fees (2.29%)

 * Text-To-Give included with packages
 * Live Software Support

Whatever solution you need, iConnectX is built for you. From single use
technology to full service.  We have options for your budget, single payment
with no platform fees and transaction based options. Call or email our
consultants to find out which solution is right for you.

Call: 248-904-1740 Email: support@iconnectx.com


DON'T ASK US LISTEN TO OUR CLIENTS

It was easy to set up and run my auction from my own private web page. Even
though we could not hold our annual event, we were able to raise funds through
the online auction. This really helped us out this year.

Read more
Tracey Nonprofit Director

The iConnectx team from start to finish were immensely helpful and supportive as
we put our virtual auction together. Their process is so easy and simple, that
my team and I were able to focus solely on getting fabulous auction prizes and
ensuring that it would be successful. I would highly recommend iConnectx to any
fellow fundraiser/event planners!

Read more
Rebecca Nonprofit Leader

My favorite part of the iConnectX Auction solution was how easy it was to set up
my items and run reports when the auction was finished.

Read more
Ava Event Coordinator

It was so easy to sell my tickets using the iConnectX Ticketing app. And my
attendees told me how easy to purchase them. Thanks iConnectX!

Read more
Steven Event Manager
X Your browser does not support HTML video.
X
Close X

It is a long established fact that a reader will be distracted by the readable
content of a page when looking at its layout. The point of using Lorem Ipsum is
that it has a more-or-less normal distribution of letters, as opposed to using
'Content here, content here', making it look like readable English. Many desktop
publishing packages and

Close X

It is a long established fact that a reader will be distracted by the readable
content of a page when looking at its layout. The point of using Lorem Ipsum is
that it has a more-or-less normal distribution of letters, as opposed to using
'Content here, content here', making it look like readable English. Many desktop
publishing packages and

Close X

It is a long established fact that a reader will be distracted by the readable
content of a page when looking at its layout. The point of using Lorem Ipsum is
that it has a more-or-less normal distribution of letters, as opposed to using
'Content here, content here', making it look like readable English. Many desktop
publishing packages and

Close X

It is a long established fact that a reader will be distracted by the readable
content of a page when looking at its layout. The point of using Lorem Ipsum is
that it has a more-or-less normal distribution of letters, as opposed to using
'Content here, content here', making it look like readable English. Many desktop
publishing packages and




 * Website Terms of Use
 * Solutions
 * Resources
 * Privacy Policy
 * About Us
 * News
 * Nonprofit Participation Agreement
 * Pricing
 * Blog
 * Auction Agreement
 * Contact US
 * FAQs
 * Privacy Settings

DOWNLOAD THE APP FOR IPHONE OR ANDROID



Are you looking for help with setting
up your virtual or LIVE event?

Find venues, order food, hire services.

LIVEvents Virtual VirtualToast MeetNow

www.WeInvite.com

We use cookies on our website to give you the most relevant experience by
remembering your preferences and repeat visits. By clicking “Accept All”, you
consent to the use of ALL the cookies. However, you may visit "Cookie Settings"
to provide a controlled consent.
Cookie SettingsAccept All
Manage consent
Close

PRIVACY OVERVIEW

This website uses cookies to improve your experience while you navigate through
the website. Out of these, the cookies that are categorized as necessary are
stored on your browser as they are essential for the working of basic
functionalities of the website. We also use third-party cookies that help us
analyze and understand how you use this website. These cookies will be stored in
your browser only with your consent. You also have the option to opt-out of
these cookies. But opting out of some of these cookies may affect your browsing
experience.
Necessary
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly.
These cookies ensure basic functionalities and security features of the website,
anonymously.

CookieDurationDescriptioncookielawinfo-checkbox-analytics11 monthsThis cookie is
set by GDPR Cookie Consent plugin. The cookie is used to store the user consent
for the cookies in the category "Analytics".cookielawinfo-checkbox-functional11
monthsThe cookie is set by GDPR cookie consent to record the user consent for
the cookies in the category "Functional".cookielawinfo-checkbox-necessary11
monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to
store the user consent for the cookies in the category
"Necessary".cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR
Cookie Consent plugin. The cookie is used to store the user consent for the
cookies in the category "Other.cookielawinfo-checkbox-performance11 monthsThis
cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the
user consent for the cookies in the category
"Performance".viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie
Consent plugin and is used to store whether or not user has consented to the use
of cookies. It does not store any personal data.

Functional
Functional
Functional cookies help to perform certain functionalities like sharing the
content of the website on social media platforms, collect feedbacks, and other
third-party features.
Performance
Performance
Performance cookies are used to understand and analyze the key performance
indexes of the website which helps in delivering a better user experience for
the visitors.
Analytics
Analytics
Analytical cookies are used to understand how visitors interact with the
website. These cookies help provide information on metrics the number of
visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and
marketing campaigns. These cookies track visitors across websites and collect
information to provide customized ads.
Others
Others
Other uncategorized cookies are those that are being analyzed and have not been
classified into a category as yet.
SAVE & ACCEPT