rf21.smarteventscloud.com Open in urlscan Pro
3.211.81.179  Public Scan

Submitted URL: https://email.relativity.com/NDQ3LVlCVC0yNDkAAAF_1xvqV99ObnM5mTS4BNKZ59ojB8AbtmScikbYLOwK0TYsxdTjpOoguheqIOVQzkvvDqCeOg0=
Effective URL: https://rf21.smarteventscloud.com/portal/newreg.ww?mkt_tok=NDQ3LVlCVC0yNDkAAAF_1xvqV-4AzndodQcKsNPZO6npTPnrZaqnuRjZhXgeOSwOk-x1WSM...
Submission: On October 01 via manual from DE — Scanned from DE

Form analysis 3 forms found in the DOM

Name: startNewRegistrationFormPOST /portal/startNewRegistration.do

<form name="startNewRegistrationForm" method="post" action="/portal/startNewRegistration.do" id="newreg_form" class="ng-pristine ng-valid" novalidate="novalidate">
  <input type="hidden" name="regCodeFormHidden" value="" id="regCodeFormHidden" autocomplete="off">
  <input type="hidden" name="zipFormHidden" value="" id="zipFormHidden" autocomplete="off">
  <fieldset class="formColumn" id="splitNewReg">
    <legend>New Registrations</legend>
    <div class="formRow"><!--—xxxx—--></div>
    <script type="text/javascript">
      // baseHref variable is used by function in masterItemsAutoComplete.js
      var baseHref = '/portal/';
      var inputPromptEnabledIds = '[]';
    </script>
    <script>
      $(function() {
        multiSelect();
      });
    </script>
    <script type="text/javascript">
      /* <![CDATA[ */
      $(function() {
        let pIds = JSON.parse(inputPromptEnabledIds);
        for (let i = 0; i < pIds.length; i++) {
          let pId = pIds[i];
          let selectorString;
          if (typeof countTags === 'undefined' || countTags === null || countTags.length === 0) {
            selectorString = '#profileItem_' + pId + '_tr';
            if ($(selectorString).length) {
              autoCompleteMasterItem(selectorString, pId)
            }
          } else {
            let len = countTags.length;
            for (let i = 0; i < len; i++) {
              selectorString = '#profileItem_' + pId + countTags[i] + '_tr';
              if ($(selectorString).length) {
                autoCompleteMasterItem(selectorString, pId)
              }
            }
          }
        }
      });

      function autoCompleteMasterItem(selectorString, pId) {
        if ($(selectorString).find(':input:first').length) {
          $(selectorString).find(':input:first').autocomplete({
            source: function(request, response) {
              let data = {
                id: pId,
                value: request.term
              };
              postAjaxTimeout(baseHref + 'masterItemAutoComplete.ww', data, function(result) {
                switch (result.status) {
                  case 'success':
                    if (result.data) {
                      response(result.data);
                    }
                    break;
                  case 'error':
                    wwAlert('An error occurred: ' + result.message);
                    break;
                }
              });
            }
          }).autocomplete("widget").css({
            "max-height": "20%",
            "overflow-y": "scroll"
          });;
        }
      }
      var ajaxTimeout = 2 * 60 * 1000; // 2 minutes
      function postAjaxTimeout(url, data, success, timeout, error) {
        return jQuery.ajax({
          type: 'POST',
          cache: false,
          timeout: (timeout) ? timeout : ajaxTimeout,
          url: url,
          data: data,
          dataType: "text",
          success: function(result) {
            try {
              result = JSON.parse(result);
            } catch (e) {
              console.log("Exception occurred while parsing result: " + e);
            };
            if (success) success(result);
          },
          error: function(jqXHR, exception) {
            if (error) {
              error(jqXHR);
            } else {
              ajaxError(jqXHR, exception)
            }
          }
        });
      }
      /* ]]> */
    </script>
    <script type="text/javascript">
      var profileTranslatedValues = {};
      profileTranslatedValues.selectMultiple = "-- select multiple --";
    </script>
    <script type="text/javascript">
      /* <![CDATA[ */
      window.addEventListener('load', function() {
        $("span").filter(function() {
          return $(this).html().trim().length == 0
        }).remove();
        $("label").filter(function() {
          return $(this).html().trim().length == 0
        }).remove();
      });
      /* ]]> */
    </script>
    <div class="formButtonRow align-right">
      <div class="formContent">
        <input type="submit" class="btn_submit ui-button ui-corner-all ui-widget" id="regCodeButton" value="Start new registration" role="button">
      </div>
    </div>
  </fieldset>
</form>

Name: loginFormPOST /portal/processLogin.do

<form name="loginForm" method="post" action="/portal/processLogin.do" id="login" class="ng-pristine ng-valid" novalidate="novalidate">
  <fieldset class="formColumn" id="splitLogin">
    <legend><iframe src="https://player.vimeo.com/video/577690045" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen=""></iframe><br><br><span>Already Registered?</span></legend>
    <input type="hidden" name="whichForm" value="login" autocomplete="off">
    <input type="hidden" name="returnTo" value="" autocomplete="off">
    <div class="formParagraph">If you have already registered for this event and need to update your registration information, please log in below using the email and password submitted during registration.</div>
    <div class="formRow formReq">
      <label for="username">Email Address</label>
      <div class="formContent"><input type="text" name="username" value="" id="username" class="ignore" required="required"></div>
    </div>
    <div class="formRow formReq">
      <label for="password">Password</label>
      <div class="formContent"><input type="password" name="password" id="password" maxlength="256" autocomplete="off" class="ignore" required="required"></div>
    </div>
    <div class="formButtonRow">
      <div class="formContent">
        <input type="submit" value="Log In" class="ui-button ui-corner-all ui-widget" role="button">
      </div>
      <div class="formInstruct"><a href="#">Forgot your password?</a></div>
    </div>
  </fieldset>
</form>

Name: forgotPasswordFormPOST /portal/processForgotPassword.do

<form name="forgotPasswordForm" method="post" action="/portal/processForgotPassword.do" id="forgot" class="ng-pristine ng-valid" novalidate="novalidate" style="display: none;">
  <fieldset class="formColumn" id="splitLogin">
    <legend><iframe src="https://player.vimeo.com/video/577690045" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen=""></iframe><br><br><span>Already Registered?</span> - Password Retrieval
    </legend>
    <div class="formRow formReq">
      <label for="email">Email Address</label>
      <div class="formContent"><input type="text" name="email" value="" id="email" class="retrieve_email" required="required"></div>
      <div class="formInstruct">Please enter the email address you registered with.</div>
    </div>
    <div class="formButtonRow">
      <input type="submit" class="btn_submit ui-button ui-corner-all ui-widget" value="Continue" role="button">
      <button class="btn_cancel ui-button ui-corner-all ui-widget">Cancel</button>
    </div>
  </fieldset>
</form>

Text Content

Relativity Fest 2021


 * Public Registration


REGISTRATION

 * Login

RELATIVITY FEST
OCTOBER 4-6


QUESTIONS? EMAIL: RELATIVITYFEST@RELATIVITY.COM
AGENDACLICK HERE

LEARN MORE ABOUT RELATIVITY FEST 2021


Relativity Fest 2021









REGISTRATION SUPPORT

Toll Free International

Email Registration Support

The following required fields did not validate
The following errors occurred
Invalid email address.
is required.
Usernames must be at least
characters in length.
characters in length and can contain only letters and numbers.
Ok!
Uppercase Letter
Lowercase Letter
Uppercase or Lowercase Letter
Number
Invalid phone number.
Special Character
Password length of
or more and have
of the following:
Password 2 does not match password.
This field is required.
Must be less than
remaining.
Max length:
characters.
Max length:   characters.   remaining.
Max length:   words.   remaining.
Your credit card has expired.
Your credit card number does not match the type selected.
Cardholder name must have at least a first name and a last name
OK
OK
Cancel
Cancel Registrant?
Are you sure you want to cancel this registrant?
Alert
System Message
Close page?
Are you sure you want to close this page?
The code "{0}" was added successfully!
The code "{0}" was not found or cannot be added.
The provided hotel code is invalid.
Could not get form
The hotel selection data is undefined.
Could not get table
By choosing a different hotel or room type you will no longer have your current
roommate. Would you still like to continue?
Ext
Close
Proceed
Are you sure?
Errors
View or Update Registration
Registration Summary
Confirmation Number
Invoice Number
Order Date
Proforma Number
Contact Information
Billing Information
Payment Method
Purchase Details
Packages
Sessions
Billing Address
Total Amount
Wire Transfer
Credit Card
Check
Hotel Information
Check-in Date
Check-out Date
Yes
No
Travel Information
Travel Itinerary
Your travel itinerary not yet available. If you have not booked your travel,
please click here.
is a session purchase package, and you have not selected a session. Do you want
to select a session before you continue?
is a session purchase package, and you have not selected a session. You must
select a session before you continue.
Your request timed out
Please wait a moment and try again.
This is embarrassing
Something went wrong on our end–sorry about that. Please wait a moment and try
again.
Okay
Add hotel registration


RELATIVITY FEST 2021




New Registrations




Already Registered?
If you have already registered for this event and need to update your
registration information, please log in below using the email and password
submitted during registration.
Email Address

Password

Forgot your password?


Already Registered? - Password Retrieval
Email Address

Please enter the email address you registered with.
Cancel

 


Do Not Sell My Personal Information

Privacy Policy





X
!
We use cookies on this website to enhance your browsing experience and measure
our audience. Click here to find out more about how we use cookies. By
continuing to use this website, or by closing this box, you are indicating your
consent to our use of cookies.
 Close
Do Not Sell My Personal Information
You must be logged in to opt out of the CCPA.

Yes
No
First name
Last name
Email address
OK