register.gotowebinar.com
Open in
urlscan Pro
18.66.112.118
Public Scan
URL:
https://register.gotowebinar.com/register/5188982827933176923
Submission: On October 19 via api from US — Scanned from DE
Submission: On October 19 via api from US — Scanned from DE
Form analysis
1 forms found in the DOM<form id="registrationForm" data-view="registration/body/body" data-active-view="true" style="">
<div data-bind="visible:!webinarTimesVM().allSessionsOver()" class="trainingTimesBox clearfix">
<!-- ko compose : { view : 'registration/body/body.webinarTimes' } -->
<div data-view="registration/body/body.webinarTimes" data-active-view="true" style="">
<!-- ko 'if' : showDates() === true -->
<hr>
<!-- ko 'if': !getWebinarInfo().description --><!-- /ko -->
<!-- ko 'if' : getWebinarInfo().type === 'series' --><!-- /ko -->
<!-- ko 'if' : getWebinarInfo().type !== 'series' -->
<div data-bind="'visible': getWebinarInfo().type === 'sequence'" class="row col-md-12" style="display: none;">
<div data-bind="'html': multipleSessionsText">This webinar meets 1 times.</div>
</div>
<div class="row col-md-12">
<div id="training-times" class="trainingTimesRegister">
<table class="webinarTimes" data-bind="'foreach': webinarTimesVM().webinarSessions()">
<tbody>
<!-- ko 'if' : $parent.webinarTimesVM().showFirstOfMonth($data) && $parent.getWebinarInfo().type === 'sequence'--><!-- /ko -->
<tr data-bind="css:{'past':past && !$data.inSession, 'next':next, 'future':future, 'far-future':farFuture}" class="next">
<!--ko 'if': $data.getDay() && $parent.getWebinarInfo().type === 'sequence' --><!--/ko-->
<td data-bind="'text':$data.getStartAndEndDate()">Wed, Nov 8, 2023 7:00 PM - 8:00 PM CET</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /ko -->
<div class="row col-md-12">
<a class="timeZone pointer launch-tz-modal" data-i18n="registration.webinarTimes.timeZone" data-bind="click:webinarTimesVM().showInMyTimeZoneDialog">Show in My Time Zone</a>
<!-- ko 'if' : webinarTimesVM().priceInfo --><!-- /ko -->
</div>
<!-- /ko -->
<!-- ko 'if' : showDates() === false && webinarTimesVM().priceInfo --><!-- /ko -->
</div><!-- /ko -->
</div>
<!-- ko 'if': getWebinarInfo().description -->
<!-- ko compose : {view:'registration/body/body.description'} -->
<div data-bind="visible:getWebinarInfo().description" data-view="registration/body/body.description" data-active-view="true" style="">
<hr>
<div class="description trainingDescription">
<div class="clearfix">
<img id="customThemeImage" data-bind="attr:{src:getBrandingInfo().themeImageUrl}" class="customImage" onerror="this.style.display='none'">
<span class="registration-description" data-bind="expander:{'expandText': moreButtonText(), 'userCollapseText': lessButtonText(), 'text':getWebinarInfo().description}">We use negotiation strategies every day – with coworkers, service
providers, even our friends and family. The purpose of this webinar is to increase negotiation skills, while providing confidence to help you reach the best settlement outcomes. Join Alisa Hofmann and John McCulloch as they share expert
tips on how to negotiate using structured settlements and other tools. The following learning objectives will be discussed in this webinar: • How to prepare and plan for the negotiation process • Reaching compromises during the negotiation
process while overcoming objections • Leveraging Structured Settlement consultants to maximize your negotiation power PRESENTERS: Alisa Hofmann, CWCP, CMSS, WCSS, is the Vice President of Workers’ Compensation and Medicare Practices at
Arcadia Settlements Group. Alisa has been handling, and Leading Workers’ Compensation claims for close to 30 years. She maintains adjuster licensing in many states, holds Life, Health, and Accident Licensing, and many Insurance
Accreditations. John McCulloch, JD/MBA, CSSC, CMSP, FLMI, WCLS, AIAA, ACS, CMSS™ is a Structured Settlement Consultant, Vice President of IFS and a Vice Chairman of Arcadia Settlements Group. Prior to joining Arcadia and IFS in 2006, John
was the Senior Vice President of Structured Settlements for Allstate Assignment Company. His formal insurance training includes casualty, property, fidelity and Workers’ Compensation claims, as well as Life and Health underwriting. He holds
an MBA from the University of Phoenix, a JD from Purdue University, and a BA in Business from St. Martin’s University. CONTINUING EDUCATION: • 1 Hour Adjuster CE Credit: AK, AL, AR, CA, CT, DE, FL, GA, ID, IN, KY, LA, MA, MN, MS, MT, NV,
NH, NM, NC, OK, TX, UT, WY • 1 Hour Adjuster CE Credit in your Resident State License Only. • Register with your Name EXACTLY as it appears on your Resident State License. • Must use Webinar Platform (Telephone-only will NOT work for CE). •
Do NOT share your login information.</span>
</div>
</div>
</div><!-- /ko -->
<!-- /ko -->
<!-- ko compose : {view:'registration/body/body.registrationQuestions'} -->
<div class="questions" data-view="registration/body/body.registrationQuestions" data-active-view="true" style="">
<hr>
<!-- General Questions -->
<p class="requiredMessage" data-i18n="registration.registrationQuestions.requiredInstructions">Required field</p>
<div id="studentInformation">
<div data-bind="'foreach':registrationQuestionsVM().groupedGeneralQuestions">
<div data-bind="'foreach':$data" class="row">
<div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
<label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.firstNameLabel" for="registrant.firstName">First Name</label>
<!-- ko 'if': type == 'shortAnswer' -->
<span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
style="display: none;">128</span>
<!-- TODO : IE8 Doesn't allow to change type of input field-->
<!-- ko 'if' : name === 'email' --><!-- /ko -->
<!-- ko 'if' : name !== 'email' -->
<input type="text" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
class="form-control maxCharLimit" id="registrant.firstName" maxlength="128" tabindex="2">
<!-- /ko -->
<!-- /ko -->
<!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
<!-- ko 'if': verificationFailed --><!-- /ko -->
</div>
<div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
<label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.lastNameLabel" for="registrant.lastName">Last Name</label>
<!-- ko 'if': type == 'shortAnswer' -->
<span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
style="display: none;">128</span>
<!-- TODO : IE8 Doesn't allow to change type of input field-->
<!-- ko 'if' : name === 'email' --><!-- /ko -->
<!-- ko 'if' : name !== 'email' -->
<input type="text" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
class="form-control maxCharLimit" id="registrant.lastName" maxlength="128" tabindex="3">
<!-- /ko -->
<!-- /ko -->
<!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
<!-- ko 'if': verificationFailed --><!-- /ko -->
</div>
</div>
<div data-bind="'foreach':$data" class="row">
<div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
<label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.emailLabel" for="registrant.email">Email Address</label>
<!-- ko 'if': type == 'shortAnswer' -->
<span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
style="display: none;">128</span>
<!-- TODO : IE8 Doesn't allow to change type of input field-->
<!-- ko 'if' : name === 'email' -->
<input type="email" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
class="form-control maxCharLimit" id="registrant.email" maxlength="128" tabindex="4">
<!-- /ko -->
<!-- ko 'if' : name !== 'email' --><!-- /ko -->
<!-- /ko -->
<!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
<!-- ko 'if': verificationFailed --><!-- /ko -->
</div>
<div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
<label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.cityLabel" for="registrant.city">City</label>
<!-- ko 'if': type == 'shortAnswer' -->
<span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
style="display: none;">128</span>
<!-- TODO : IE8 Doesn't allow to change type of input field-->
<!-- ko 'if' : name === 'email' --><!-- /ko -->
<!-- ko 'if' : name !== 'email' -->
<input type="text" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
class="form-control maxCharLimit" id="registrant.city" maxlength="128" tabindex="5">
<!-- /ko -->
<!-- /ko -->
<!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
<!-- ko 'if': verificationFailed --><!-- /ko -->
</div>
</div>
<div data-bind="'foreach':$data" class="row">
<div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
<label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.stateLabel" for="registrant.state">State/Province</label>
<!-- ko 'if': type == 'shortAnswer' --><!-- /ko -->
<!-- ko 'if': type == 'multipleChoice' -->
<select class="form-control maxCharLimit"
data-bind="visible: equalToCountryState, 'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'options':answers, 'optionsText':'answer', optionsCaption:$root.chooseOneText, value:selectedAnswer, optionsValue:'answerKey'"
id="registrant.state" tabindex="6">
<option value="">Choose One...</option>
<option value="None">None</option>
<option value="Alabama">Alabama</option>
<option value="Alaska">Alaska</option>
<option value="Arizona">Arizona</option>
<option value="Arkansas">Arkansas</option>
<option value="California">California</option>
<option value="Colorado">Colorado</option>
<option value="Connecticut">Connecticut</option>
<option value="Delaware">Delaware</option>
<option value="District of Columbia">District of Columbia</option>
<option value="Florida">Florida</option>
<option value="Georgia">Georgia</option>
<option value="Hawaii">Hawaii</option>
<option value="Idaho">Idaho</option>
<option value="Illinois">Illinois</option>
<option value="Indiana">Indiana</option>
<option value="Iowa">Iowa</option>
<option value="Kansas">Kansas</option>
<option value="Kentucky">Kentucky</option>
<option value="Louisiana">Louisiana</option>
<option value="Maine">Maine</option>
<option value="Maryland">Maryland</option>
<option value="Massachusetts">Massachusetts</option>
<option value="Michigan">Michigan</option>
<option value="Minnesota">Minnesota</option>
<option value="Mississippi">Mississippi</option>
<option value="Missouri">Missouri</option>
<option value="Montana">Montana</option>
<option value="Nebraska">Nebraska</option>
<option value="Nevada">Nevada</option>
<option value="New Hampshire">New Hampshire</option>
<option value="New Jersey">New Jersey</option>
<option value="New Mexico">New Mexico</option>
<option value="New York">New York</option>
<option value="North Carolina">North Carolina</option>
<option value="North Dakota">North Dakota</option>
<option value="Ohio">Ohio</option>
<option value="Oklahoma">Oklahoma</option>
<option value="Oregon">Oregon</option>
<option value="Pennsylvania">Pennsylvania</option>
<option value="Rhode Island">Rhode Island</option>
<option value="South Carolina">South Carolina</option>
<option value="South Dakota">South Dakota</option>
<option value="Tennessee">Tennessee</option>
<option value="Texas">Texas</option>
<option value="Utah">Utah</option>
<option value="Vermont">Vermont</option>
<option value="Virginia">Virginia</option>
<option value="Washington">Washington</option>
<option value="West Virginia">West Virginia</option>
<option value="Wisconsin">Wisconsin</option>
<option value="Wyoming">Wyoming</option>
<option value="Puerto Rico">Puerto Rico</option>
<option value="Virgin Islands">Virgin Islands</option>
<option value="Guam">Guam</option>
<option value="Alberta">Alberta</option>
<option value="British Columbia">British Columbia</option>
<option value="Manitoba">Manitoba</option>
<option value="New Brunswick">New Brunswick</option>
<option value="Newfoundland">Newfoundland</option>
<option value="Northwest Territories">Northwest Territories</option>
<option value="Nova Scotia">Nova Scotia</option>
<option value="Nunavut">Nunavut</option>
<option value="Ontario">Ontario</option>
<option value="Prince Edward Island">Prince Edward Island</option>
<option value="Quebec">Quebec</option>
<option value="Saskatchewan">Saskatchewan</option>
<option value="Yukon">Yukon</option>
</select>
<select class="form-control maxCharLimit"
data-bind="visible: name === 'country', 'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'options':countriesOptions, optionsCaption:$root.chooseOneText, 'optionsText':'COUNTRY_NAME', value:selectSelectedAnswer, event: {change: onChangeSelect}"
id="registrant.state" tabindex="6" style="display: none;">
<option value="">Choose One...</option>
</select>
<select class="form-control maxCharLimit"
data-bind="visible: shouldStateEnable, enable: isStateEnable,'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'options':stateOptions, optionsCaption:$root.chooseOneText, value:stateSelectedAnswer, event: {change: onChangeState} "
disabled="" id="registrant.state" tabindex="6" style="display: none;">
<option value="">Choose One...</option>
</select>
<!-- /ko -->
<!-- ko 'if': verificationFailed --><!-- /ko -->
</div>
<div class="form-group col-sm-6" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
<label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.phoneLabel" for="registrant.phone">Phone Number</label>
<!-- ko 'if': type == 'shortAnswer' -->
<span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
style="display: none;">20</span>
<!-- TODO : IE8 Doesn't allow to change type of input field-->
<!-- ko 'if' : name === 'email' --><!-- /ko -->
<!-- ko 'if' : name !== 'email' -->
<input type="text" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
class="form-control maxCharLimit" id="registrant.phone" maxlength="20" tabindex="7">
<!-- /ko -->
<!-- /ko -->
<!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
<!-- ko 'if': verificationFailed --><!-- /ko -->
</div>
</div>
<div data-bind="'foreach':$data" class="row">
<div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
<label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.organizationLabel" for="registrant.organization">Organization</label>
<!-- ko 'if': type == 'shortAnswer' -->
<span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
style="display: none;">128</span>
<!-- TODO : IE8 Doesn't allow to change type of input field-->
<!-- ko 'if' : name === 'email' --><!-- /ko -->
<!-- ko 'if' : name !== 'email' -->
<input type="text" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
class="form-control maxCharLimit" id="registrant.organization" maxlength="128" tabindex="8">
<!-- /ko -->
<!-- /ko -->
<!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
<!-- ko 'if': verificationFailed --><!-- /ko -->
</div>
<div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
<label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.jobTitleLabel" for="registrant.jobTitle">Job Title</label>
<!-- ko 'if': type == 'shortAnswer' -->
<span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
style="display: none;">128</span>
<!-- TODO : IE8 Doesn't allow to change type of input field-->
<!-- ko 'if' : name === 'email' --><!-- /ko -->
<!-- ko 'if' : name !== 'email' -->
<input type="text" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
class="form-control maxCharLimit" id="registrant.jobTitle" maxlength="128" tabindex="9">
<!-- /ko -->
<!-- /ko -->
<!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
<!-- ko 'if': verificationFailed --><!-- /ko -->
</div>
</div>
</div>
</div>
<!-- Custom Questions-->
<!-- ko 'if': registrationQuestionsVM().customQuestions().length > 0 -->
<hr class="skinny">
<div class="alert-info">
<p data-i18n=""></p>
</div>
<div class="row" data-bind="'foreach':registrationQuestionsVM().customQuestions">
<div class="form-group col-sm-12" data-bind="'css':{required : required, 'has-error':verificationFailed}">
<!-- ko 'if' : question -->
<label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'customQuestion' + $index()}, 'html':question" id="registrant.548558870Label" for="customQuestion0">Select Your Resident License State (AK -
LA)</label>
<!-- /ko -->
<!-- ko 'if': type == 'shortAnswer' --><!-- /ko -->
<!-- ko 'if': type == 'multipleChoice' -->
<select class="form-control maxCharLimit"
data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'customQuestion' + $index(), tabindex:tabIdx},hasFocus:isSelected, options: answers, optionsText:'answer', optionsCaption:$parent.chooseOneText, value:selectedAnswer, optionsValue:'answerKey'"
id="customQuestion0" tabindex="10">
<option value="">Choose One...</option>
<option value="548558871">AK</option>
<option value="548558872">AL</option>
<option value="548558873">AR</option>
<option value="548558874">CA</option>
<option value="548558875">CT</option>
<option value="548558876">DE</option>
<option value="548558877">FL</option>
<option value="548558878">GA</option>
<option value="548558879">ID</option>
<option value="548558880">IN</option>
<option value="548558881">KY</option>
<option value="548558882">LA</option>
</select>
<!-- /ko -->
<span data-bind="visible:verificationFailed" class="help-block" style="display: none;"><i class="togo-icon togo-icon-error"></i><span data-bind="'text':errorMessage"></span></span>
</div>
<div class="form-group col-sm-12" data-bind="'css':{required : required, 'has-error':verificationFailed}">
<!-- ko 'if' : question -->
<label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'customQuestion' + $index()}, 'html':question" id="registrant.548558883Label" for="customQuestion1">Select Your Resident License State (MA -
WY)</label>
<!-- /ko -->
<!-- ko 'if': type == 'shortAnswer' --><!-- /ko -->
<!-- ko 'if': type == 'multipleChoice' -->
<select class="form-control maxCharLimit"
data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'customQuestion' + $index(), tabindex:tabIdx},hasFocus:isSelected, options: answers, optionsText:'answer', optionsCaption:$parent.chooseOneText, value:selectedAnswer, optionsValue:'answerKey'"
id="customQuestion1" tabindex="11">
<option value="">Choose One...</option>
<option value="548558884">MA</option>
<option value="548558885">MN</option>
<option value="548558886">MS</option>
<option value="548558887">MT</option>
<option value="548558888">NC</option>
<option value="548558889">NH</option>
<option value="548558890">NM</option>
<option value="548558891">NV</option>
<option value="548558892">OK</option>
<option value="548558893">TX</option>
<option value="548558894">UT</option>
<option value="548558895">WY</option>
</select>
<!-- /ko -->
<span data-bind="visible:verificationFailed" class="help-block" style="display: none;"><i class="togo-icon togo-icon-error"></i><span data-bind="'text':errorMessage"></span></span>
</div>
<div class="form-group col-sm-12 required" data-bind="'css':{required : required, 'has-error':verificationFailed}">
<!-- ko 'if' : question -->
<label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'customQuestion' + $index()}, 'html':question" id="registrant.548558896Label" for="customQuestion2">Enter Your Resident State License Number (If none,
type none)</label>
<!-- /ko -->
<!-- ko 'if': type == 'shortAnswer' -->
<span data-bind="'text':maxSize - selectedAnswer().length, visible:isSelected, css:{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit" style="display: none;">128</span>
<input data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'customQuestion' + $index(), maxlength:maxSize, tabindex:tabIdx}, hasFocus:isSelected, value:selectedAnswer, valueUpdate: 'afterkeydown'"
class="form-control maxCharLimit" type="text" id="customQuestion2" maxlength="128" tabindex="12">
<!-- /ko -->
<!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
<span data-bind="visible:verificationFailed" class="help-block" style="display: none;"><i class="togo-icon togo-icon-error"></i><span data-bind="'text':errorMessage"></span></span>
</div>
<div class="form-group col-sm-12" data-bind="'css':{required : required, 'has-error':verificationFailed}">
<!-- ko 'if' : question -->
<label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'customQuestion' + $index()}, 'html':question" id="registrant.548558897Label" for="customQuestion3">How did you hear about this webinar?</label>
<!-- /ko -->
<!-- ko 'if': type == 'shortAnswer' --><!-- /ko -->
<!-- ko 'if': type == 'multipleChoice' -->
<select class="form-control maxCharLimit"
data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'customQuestion' + $index(), tabindex:tabIdx},hasFocus:isSelected, options: answers, optionsText:'answer', optionsCaption:$parent.chooseOneText, value:selectedAnswer, optionsValue:'answerKey'"
id="customQuestion3" tabindex="13">
<option value="">Choose One...</option>
<option value="548558898">Arcadia Consultant</option>
<option value="548558899">Colleague or Manager</option>
<option value="548558900">Settlements Institute</option>
<option value="548558901">Arcadia Website</option>
<option value="548558902">LinkedIn</option>
<option value="548558903">Other</option>
</select>
<!-- /ko -->
<span data-bind="visible:verificationFailed" class="help-block" style="display: none;"><i class="togo-icon togo-icon-error"></i><span data-bind="'text':errorMessage"></span></span>
</div>
<div class="form-group col-sm-12" data-bind="'css':{required : required, 'has-error':verificationFailed}">
<!-- ko 'if' : question -->
<label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'customQuestion' + $index()}, 'html':question" id="registrant.548558904Label" for="customQuestion4">Please share your response if you selected
"other".</label>
<!-- /ko -->
<!-- ko 'if': type == 'shortAnswer' -->
<span data-bind="'text':maxSize - selectedAnswer().length, visible:isSelected, css:{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit" style="display: none;">128</span>
<input data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'customQuestion' + $index(), maxlength:maxSize, tabindex:tabIdx}, hasFocus:isSelected, value:selectedAnswer, valueUpdate: 'afterkeydown'"
class="form-control maxCharLimit" type="text" id="customQuestion4" maxlength="128" tabindex="14">
<!-- /ko -->
<!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
<span data-bind="visible:verificationFailed" class="help-block" style="display: none;"><i class="togo-icon togo-icon-error"></i><span data-bind="'text':errorMessage"></span></span>
</div>
</div>
<hr class="skinny">
<!-- /ko -->
<!-- ko 'if' : registrationQuestionsVM().commentsField -->
<div class="form-group" data-bind="css:{required : registrationQuestionsVM().commentsField.required, 'has-error':registrationQuestionsVM().commentsField.verificationFailed }">
<label class="control-label" data-bind="attr:{'id':'registrant.' + registrationQuestionsVM().commentsField + 'Label', 'for':'registrant.' + registrationQuestionsVM().commentsField.name}, text:registrationQuestionsVM().commentsField.question"
id="registrant.[object Object]Label" for="registrant.comments">Questions & Comments</label>
<span
data-bind="visible:registrationQuestionsVM().commentsField.isSelected, text:registrationQuestionsVM().commentsField.maxSize - registrationQuestionsVM().commentsField.selectedAnswer().length, css:{'danger':registrationQuestionsVM().commentsField.maxSize - registrationQuestionsVM().commentsField.selectedAnswer().length === 0, 'warning':registrationQuestionsVM().commentsField.maxSize - registrationQuestionsVM().commentsField.selectedAnswer().length < 20}"
class="charLimit" style="display: none;">255</span>
<textarea class="form-control"
data-bind="attr:{id:'registrant.' + registrationQuestionsVM().commentsField.name, maxlength:registrationQuestionsVM().commentsField.maxSize},hasFocus:registrationQuestionsVM().commentsField.isSelected, value:registrationQuestionsVM().commentsField.selectedAnswer, valueUpdate: 'afterkeydown'"
id="registrant.comments" maxlength="255"></textarea>
<span data-bind="visible:registrationQuestionsVM().commentsField.verificationFailed" class="help-block" style="display: none;"><i class="togo-icon togo-icon-error"></i><span
data-bind="text:registrationQuestionsVM().commentsField.errorMessage"></span></span>
</div>
<!-- /ko -->
</div><!-- /ko -->
<div class="paymentBody" id="payment-form" data-bind="visible: showPayment" style="display: none;">
<!-- ko 'if' : registrationQuestionsVM().commentsField || registrationQuestionsVM().customQuestions().length == 0 -->
<hr>
<!-- /ko -->
<div class="paymentFields" data-bind="visible: showCreditCardFields" style="display: none;">
<div clss="row">
<div class="card-disclaimer">
<i class="togo-icon togo-icon-lock-closed"></i>
<span class="stripe-text" data-i18n="registration.cardDisclaimer">Secured payments with your credit or debit card via stripe</span>
<span class="cards-icons">
<img src="../../../../images/visa.png">
<img src="../../../../images/masterCard.png">
<img src="../../../../images/amex.png">
<img src="../../../../images/discover.jpg">
</span>
</div>
<!-- Used to display form errors. -->
<div id="card-errors" role="alert"></div>
</div>
<div id="paymentBody-paymentRequest">
<!-- Stripe paymentRequestButton Element inserted here-->
</div>
<div class="row">
<div class="field card-number col-xs-12 col-sm-6 col-md-6 col-lg-6">
<label class="control-label" for="card-number" data-i18n="registration.creditCardNumber">Card Number</label>
<div id="card-number" class="field empty input payment-fields">
<!-- A Stripe Element will be inserted here. -->
</div>
</div>
<div class="field card-expiry col-xs-6 col-sm-3 col-md-3 col-lg-3">
<label class="control-label" for="card-expiry" data-i18n="registration.expirationDate">Expiration Date</label>
<div id="card-expiry" class="empty input payment-fields">
<!-- A Stripe Element will be inserted here. -->
</div>
</div>
<div class="field card-cvc col-xs-6 col-sm-3 col-md-3 col-lg-3">
<label class="control-label" for="card-cvc" data-i18n="registration.cvv">CVV</label>
<div id="card-cvc" class="empty input payment-fields">
<!-- A Stripe Element will be inserted here. -->
</div>
</div>
</div>
<div class="error" role="alert">
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17">
<path class="base" fill="#000" d="M8.5,17 C3.80557963,17 0,13.1944204 0,8.5 C0,3.80557963 3.80557963,0 8.5,0 C13.1944204,0 17,3.80557963 17,8.5 C17,13.1944204 13.1944204,17 8.5,17 Z"></path>
<path class="glyph" fill="#FFF"
d="M8.5,7.29791847 L6.12604076,4.92395924 C5.79409512,4.59201359 5.25590488,4.59201359 4.92395924,4.92395924 C4.59201359,5.25590488 4.59201359,5.79409512 4.92395924,6.12604076 L7.29791847,8.5 L4.92395924,10.8739592 C4.59201359,11.2059049 4.59201359,11.7440951 4.92395924,12.0760408 C5.25590488,12.4079864 5.79409512,12.4079864 6.12604076,12.0760408 L8.5,9.70208153 L10.8739592,12.0760408 C11.2059049,12.4079864 11.7440951,12.4079864 12.0760408,12.0760408 C12.4079864,11.7440951 12.4079864,11.2059049 12.0760408,10.8739592 L9.70208153,8.5 L12.0760408,6.12604076 C12.4079864,5.79409512 12.4079864,5.25590488 12.0760408,4.92395924 C11.7440951,4.59201359 11.2059049,4.59201359 10.8739592,4.92395924 L8.5,7.29791847 L8.5,7.29791847 Z">
</path>
</svg>
<span class="message"></span>
<span id="invalidCardDetailsError" style="display:none" data-i18n="registration.emptyPaymentFieldError">Enter your card details</span>
</div>
</div>
<div class="row promotion-code-row" data-bind="visible: showDiscountCodeField">
<div class="field promotion-code col-xs-6 col-sm-3 col-md-3 col-lg-3">
<label class="control-label" for="promotion-code" data-i18n="registration.promotionCodeLabel">Discount Code</label>
<input type="text" id="promotion-code" class="empty input payment-fields" data-bind="textInput: promotionCodeValue">
</div>
<button id="promotion-code-apply-Btn field col-xs-6 col-sm-3 col-md-3 col-lg-3" type="button" class="btn btn-tertiary promotion-code-applyBtn" data-i18n="registration.promotionCodeApplyBtn"
data-bind="click:applyPromoCode, disable:disablePromoCodeButton">Apply</button>
</div>
<div class="promotion-code-errorMsg">
<span data-i18n="registration.promotionCodeInvalidErrorMessage">Invalid discount code.</span>
</div>
<div class="promotion-code-SuccessMsg">
<span data-i18n="registration.promotionCodeSuccessMessage">Discount code applied successfully!</span>
</div>
<div class="alert-info payment-disclaimer">
<p class="paymentDisclaimerText" data-i18n="[html]registration.paymentDisclaimer">NOTE: Please direct all payment-related questions to the webinar organizer. Your registration for this webinar is subject to GoTo’s
<a href="https://www.logmeininc.com/legal/terms-and-conditions" target="_blank" rel="noopener noreferrer">Terms of Service</a> and
<a href="https://www.logmeininc.com/legal/privacy" target="_blank" rel="noopener noreferrer">Privacy Policy</a>.</p>
</div>
<hr class="skinny-bottom">
</div>
<div data-bind="visible: showPaymentError" class="paymentError" style="display: none;">
<div data-i18n="payment.error.unsupportedBrowserText">Unfortunately your browser isn't supported. Please upgrade to Safari v7+ or switch to Chrome™ or FireFox®.</div>
</div>
<div class="alert-info disclaimer">
<!-- ko 'if' : registrationQuestionsVM().disclaimerNotice -->
<input id="disclaimer-notice-checkbox" type="checkbox" data-bind="checked: disclaimerCheckbox">
<label class="disclaimerText" for="disclaimer-notice-checkbox" data-bind="html: registrationQuestionsVM().disclaimerNotice">By checking this box, you submit your information to the webinar organizer, who will use it to communicate with you
regarding this event and their other services. Any unauthorized reading, distribution, copying or other use of this communication (or its attachments) is strictly prohibited. The information or materials presented herein by Arcadia Settlements
Group, Inc. and its affiliates and subsidiaries (collectively, "Arcadia") are provided solely for informational purposes as a convenience to agents, brokers and customers of Arcadia. Neither Arcadia nor its professionals are licensed to sell
variable or securities products, nor do we provide legal, tax, accounting or investment advice. Please consult your legal, financial and tax advisors for specific recommendations or comments regarding this material as individual circumstances
may vary. Arcadia may make video recordings of this presentation for use by Arcadia or its affiliates. Each attendee at this webinar grants Arcadia and its affiliates the rights to record his or her statements without payment or other
consideration. There is no time limit on this release. Any attendee who does not agree with these conditions should not attend these presentations. Licensees will receive credits only once for a course completed in the licensee’s current
compliance cycle regardless of the number of times the same course is taken.</label>
<!-- /ko -->
<!-- ko 'if' : registrationQuestionsVM().defaultDisclaimerNotice --><!-- /ko -->
</div>
<!-- this div is only needed for recaptcha checkbox mode -->
<!-- for invisible, could put id on the submit button below, but this works too. -->
<div id="recaptchaDiv"></div>
<div id="hcaptchaDiv" class="h-captcha"></div>
<div class="sectionFooter">
<p>
<button data-bind=" enable:enableButton,
buttonColor:getBrandingInfo().selectedHeaderColor(),
click:submit" type="submit" id="registration.submit.button" class="btn btn-primary" disabled="" style="background-color: rgb(244, 149, 37); border-color: rgb(244, 149, 37);">
<!-- ko 'if': getWebinarInfo().experienceType === 'SIMULIVE' && getWebinarInfo().recurrencePeriod === 'ANYTIME' --><!-- /ko -->
<!-- ko 'if': webinarTimesVM().selectedWebinarSession().inSession && !(getWebinarInfo().experienceType === 'SIMULIVE' && getWebinarInfo().recurrencePeriod === 'ANYTIME') --><!-- /ko -->
<!-- ko 'if': !webinarTimesVM().selectedWebinarSession().inSession -->
<span data-bind="text: submitBtnText">Register</span>
<!-- /ko -->
</button>
</p>
</div>
</form>
Text Content
HOW TO SUCCESSFULLY NEGOTIATE USING STRUCTURED SETTLEMENTS The email address you're registering with is already in use. Please register using an alternate email address. -------------------------------------------------------------------------------- This webinar meets 1 times. Wed, Nov 8, 2023 7:00 PM - 8:00 PM CET Show in My Time Zone -------------------------------------------------------------------------------- We use negotiation strategies every day – with coworkers, service providers, even our friends and family. The purpose of this webinar is to increase negotiation skills, while providing confidence to help you reach the best settlement outcomes. Join Alisa Hofmann and John McCulloch as they share expert tips on how to negotiate using structured settlements and other tools. The following learning objectives will be discussed in this webinar: • How to prepare and plan for the negotiation process • Reaching compromises during the negotiation process while overcoming objections • Leveraging Structured Settlement consultants to maximize your negotiation power PRESENTERS: Alisa Hofmann, CWCP, CMSS, WCSS, is the Vice President of Workers’ Compensation and Medicare Practices at Arcadia Settlements Group. Alisa has been handling, and Leading Workers’ Compensation claims for close to 30 years. She maintains adjuster licensing in many states, holds Life, Health, and Accident Licensing, and many Insurance Accreditations. John McCulloch, JD/MBA, CSSC, CMSP, FLMI, WCLS, AIAA, ACS, CMSS™ is a Structured Settlement Consultant, Vice President of IFS and a Vice Chairman of Arcadia Settlements Group. Prior to joining Arcadia and IFS in 2006, John was the Senior Vice President of Structured Settlements for Allstate Assignment Company. His formal insurance training includes casualty, property, fidelity and Workers’ Compensation claims, as well as Life and Health underwriting. He holds an MBA from the University of Phoenix, a JD from Purdue University, and a BA in Business from St. Martin’s University. CONTINUING EDUCATION: • 1 Hour Adjuster CE Credit: AK, AL, AR, CA, CT, DE, FL, GA, ID, IN, KY, LA, MA, MN, MS, MT, NV, NH, NM, NC, OK, TX, UT, WY • 1 Hour Adjuster CE Credit in your Resident State License Only. • Register with your Name EXACTLY as it appears on your Resident State License. • Must use Webinar Platform (Telephone-only will NOT work for CE). • Do NOT share your login information. -------------------------------------------------------------------------------- Required field First Name 128 Last Name 128 Email Address 128 City 128 State/Province Choose One...NoneAlabamaAlaskaArizonaArkansasCaliforniaColoradoConnecticutDelawareDistrict of ColumbiaFloridaGeorgiaHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth DakotaOhioOklahomaOregonPennsylvaniaRhode IslandSouth CarolinaSouth DakotaTennesseeTexasUtahVermontVirginiaWashingtonWest VirginiaWisconsinWyomingPuerto RicoVirgin IslandsGuamAlbertaBritish ColumbiaManitobaNew BrunswickNewfoundlandNorthwest TerritoriesNova ScotiaNunavutOntarioPrince Edward IslandQuebecSaskatchewanYukon Choose One... Choose One... Phone Number 20 Organization 128 Job Title 128 -------------------------------------------------------------------------------- Select Your Resident License State (AK - LA) Choose One...AKALARCACTDEFLGAIDINKYLA Select Your Resident License State (MA - WY) Choose One...MAMNMSMTNCNHNMNVOKTXUTWY Enter Your Resident State License Number (If none, type none) 128 How did you hear about this webinar? Choose One...Arcadia ConsultantColleague or ManagerSettlements InstituteArcadia WebsiteLinkedInOther Please share your response if you selected "other". 128 -------------------------------------------------------------------------------- Questions & Comments 255 -------------------------------------------------------------------------------- Secured payments with your credit or debit card via stripe Card Number Expiration Date CVV Enter your card details Discount Code Apply Invalid discount code. Discount code applied successfully! NOTE: Please direct all payment-related questions to the webinar organizer. Your registration for this webinar is subject to GoTo’s Terms of Service and Privacy Policy. -------------------------------------------------------------------------------- Unfortunately your browser isn't supported. Please upgrade to Safari v7+ or switch to Chrome™ or FireFox®. By checking this box, you submit your information to the webinar organizer, who will use it to communicate with you regarding this event and their other services. Any unauthorized reading, distribution, copying or other use of this communication (or its attachments) is strictly prohibited. The information or materials presented herein by Arcadia Settlements Group, Inc. and its affiliates and subsidiaries (collectively, "Arcadia") are provided solely for informational purposes as a convenience to agents, brokers and customers of Arcadia. Neither Arcadia nor its professionals are licensed to sell variable or securities products, nor do we provide legal, tax, accounting or investment advice. Please consult your legal, financial and tax advisors for specific recommendations or comments regarding this material as individual circumstances may vary. Arcadia may make video recordings of this presentation for use by Arcadia or its affiliates. Each attendee at this webinar grants Arcadia and its affiliates the rights to record his or her statements without payment or other consideration. There is no time limit on this release. Any attendee who does not agree with these conditions should not attend these presentations. Licensees will receive credits only once for a course completed in the licensee’s current compliance cycle regardless of the number of times the same course is taken. Register ©2023 GoTo, Inc. All rights reserved. View the GoTo Webinar Privacy Policy Firefox is a registered trademark of the Mozilla Foundation. To review the webinar organizer's privacy policy or opt out of their other communications, contact the webinar organizer directly. Safeguarding your email address and webinar registration information is taken seriously at GoTo Webinar. GoTo Webinar will not sell or rent this information.