webinar-engine.net Open in urlscan Pro
172.67.130.109  Public Scan

Submitted URL: https://click.yourfeba.com/yrfeba/FTzGWTnR
Effective URL: https://webinar-engine.net/webinars/feba/registration_241003_co.php?ct=YTo1OntzOjY6InNvdXJjZSI7YToyOntpOjA7czoxNDoiY2FtcGFp...
Submission: On September 25 via manual from US — Scanned from US

Form analysis 1 forms found in the DOM

<form id="registration" data-id="87359305109" autocomplete="off" novalidate="novalidate">
  <!-- Form and Zoom API integration
						If the form question meets the criteria listed here: https://marketplace.zoom.us/docs/api-reference/zoom-api/methods#operation/webinarRegistrantCreate
						then simply add the class "q" to the input class="q" field, 
						if the form question is considered a custom question, then add the class "q" and "custom" 
						the function formatdata will create the object to fit the Zoom API standards and should be passed through with all relevant
						data from the form.
						-->
  <div class="form-row">
    <h2 id="register">Register Now</h2>
    <br>
    <label for="first_name"><span>First Name:</span></label>
    <input class="q" type="text" id="first_name" name="first_name" autocomplete="off" list="autocompleteOff">
  </div>
  <div class="form-row">
    <label for="last_name">Last Name:</label>
    <input class="q" type="text" id="last_name" name="last_name" autocomplete="off" list="autocompleteOff">
  </div>
  <div class="form-row">
    <label for="Federal Agency">Federal Agency:</label>
    <input class="q custom" type="text" id="Federal Agency" name="Federal Agency" autocomplete="off" list="autocompleteOff">
  </div>
  <div class="form-row">
    <label for="Work Phone">Work Phone:</label>
    <input class="q custom" type="text" id="Work Phone" name="Work Phone" autocomplete="off" list="autocompleteOff">
  </div>
  <div class="form-row">
    <label for="Work Extension">Work Extension:</label>
    <input class="q custom" type="text" id="Work Extension" name="Work Extension" autocomplete="off" list="autocompleteOff">
  </div>
  <!-- <div class="form-row">
							<label for="job_title">Job Title:</label>
								<input class="q" type="text" id="job_title" name="job_title" autocomplete="off" list="autocompleteOff">
						</div> 
						

						<div class="form-row">
							<label for="org">Organization:</label>
								<input class="q" type="text" id="org" name="org" autocomplete="off" list="autocompleteOff">
						</div> 
						

						<div class="form-row">
							<label for="city">City:</label>
								<input class="q" type="text" id="city" name="city" autocomplete="off" list="autocompleteOff">
						</div> 
						

						<div class="form-row">
							<label for="state">State/Province:</label>
								<input class="q" type="text" id="state" name="state" autocomplete="off" list="autocompleteOff">
						</div> -->
  <div class="form-row">
    <label for="Phone">Mobile/Home Phone:</label>
    <input class="q custom" type="text" id="Phone" name="Phone" autocomplete="off" list="autocompleteOff">
  </div>
  <div class="form-row">
    <label for="email">E-mail:</label>
    <input class="q" type="text" id="email" name="email" autocomplete="off" list="autocompleteOff">
  </div>
  <div class="form-row">
    <label for="Current Age (Used to Calculate Pension)">Current Age (Used to Calculate Pension):</label>
    <input class="q custom" type="text" id="Current Age (Used to Calculate Pension)" name="Current Age (Used to Calculate Pension)" autocomplete="off" list="autocompleteOff">
  </div>
  <p class="small"><br>I agree to the <a href="https://www.myfeba.org/terms-and-conditions/" target="_blank">Terms &amp; Conditions</a> and <a href="https://www.myfeba.org/privacy-policy/" target="_blank">Privacy Policy</a> provided by Triumph
    Enterprises, LLC and myFEBA.org. By providing my phone number, I agree to receive informational and promotional SMS messages and e-mails. I understand I can opt-out at any time by replying STOP.</p>
  <div class="form-row-radio">
    <label for="Do you agree to these terms?[]">Do you agree to these terms?</label><br>
    <input class="q custom" type="checkbox" name="Do you agree to these terms?[]" id="I agree" value="I agree"><span>&nbsp;I agree</span><br>
  </div>
  <!-- HIDDEN FIELD WITH DEFAULT VALUE -->
  <div class="form-row">
    <label for="Source"><span style="color:#ffffff; font-size:1px; display: none;">Source:</span></label>
    <input class="q custom" type="hidden" id="Source" name="Source" value="Cole">
  </div>
  <!-- TEXT FIELD	-->
  <!--
						 <div class="form-row">
							<label for="This is a text field">This is a text field:</label>
							<input class="q custom" type="text" id="This is a text field" name="This is a text field">
						</div> 
-->
  <!-- IF USING DROP-DOWN MENU SO REGISTRANT CAN SELECT WHICH DAY/TIME THEY WANT TO ATTEND FOR A MULTI-DAY WEBINAR -->
  <!--					
					<div class="form-row">
					<label for="webinar-id">When would you like to attend?</label>
					<select id="webinar-id" name="webinar-id">
					<option value="">Select Date/Time</option> 
					<option value="00000000000">DAY, MONTH 00 at 00:00xx ET</option>
					<option value="00000000000">DAY, MONTH 00 at 00:00xx ET</option>
					</select>
					</div> 
-->
  <!-- DROPDOWN MENU -->
  <!--						
					<div class="form-row">
					<label for="This is a drop-down menu field">This is a drop-down menu field:</label>
					<select class="q custom" id="This is a drop-down menu field" name="This is a drop-down menu field">
					<option value="">Select</option>
					<option value="Option 1">Option 1</option>
					<option value="Option 2">Option 2</option>
					<option value="Option 3">Option 3</option>
					</select>
					</div> 
-->
  <!-- RADIO BUTTONS -->
  <!--
					<div class="form-row-radio">
					<label for="This is a radio button field">This is a radio button field:</label><br>
					<input class="q custom" type="radio" name="This is a radio button field" id="This is a radio button field" value="Option 1"><span class="radio-button">Option 1</span><br>
					<input class="q custom" type="radio" name="This is a radio button field" id="This is a radio button field" value="Option 2"><span class="radio-button">Option 2</span><br>				
					</div> 
-->
  <!-- MULTIPLE CHOICE CHECKBOXES -->
  <!--
					<div class="form-row-radio">
					<label for="This is a checkbox field[]">This is a checkbox field:</label><br>
					<input class="q custom" type="checkbox" name="This is a checkbox field[]" id="Option 1" value="Option 1"><span>Option 1</span><br>
					<input class="q custom" type="checkbox" name="This is a checkbox field[]" id="Option 2" value="Option 2"><span>Option 2</span><br>
					<input class="q custom" type="checkbox" name="This is a checkbox field[]" id="Option 3" value="Option 3"><span>Option 3</span><br>					
					</div> 
-->
  <!-- CHALLENGE QUESTION -->
  <!--
					<div class="form-row">
					<label for="captcha">What is 3 + 3?</label>
                    <input type="text" id="captcha"  name="captcha" autocomplete="off" list="autocompleteOff">
					
				</div> 
-->
  <!-- ENABLE THIS WHEN REGISTRATION IS CLOSED AND DISABLE BELOW -->
  <!-- <div class="form-row">
						<button type="submit" name="submit" id="submit" disabled>REGISTER NOW!</button>
						</div> -->
  <div class="form-row">
    <button type="submit" name="submit" id="submit">REGISTER NOW!</button>
  </div>
</form>

Text Content









LUNCH AND LEARN SESSION #5: MEDICARE & FEHB IN RETIREMENT

Thursday, October 3, 12:30pm ET

Free 30-Minute Webinar with Q&A Following

REGISTER NOW!


Join us for an exclusive 30-minute educational webinar on October 3 and unlock
the potential of your Medicare and FEHB benefits!

By attending this webinar, you'll learn how to:

 * Discover strategies to optimize your Medicare and FEHB
 * Leverage the capabilities of Medicare's Cost Savings Plans
 * Temporarily suspend your FEHB for future utilization
 * Unveil additional benefits that many retirees don't know about

We invite you to join us in this educational experience, where we'll provide you
with valuable insights and strategies on how to maximize your healthcare
coverage during retirement.



ABOUT THE PRESENTERS

With over 20 combined years exclusively serving federal employees, Justin T.
Pierce, Fiduciary, FRC℠, and James M. Campbell, Fiduciary, FRC℠, lead an expert
team of Federal Retirement Consultants whose main goal is to provide unbiased,
insightful, and complimentary federal benefit training and federal retirement
planning to all members of both retirement systems.





REGISTER NOW


First Name:
Last Name:
Federal Agency:
Work Phone:
Work Extension:
Mobile/Home Phone:
E-mail:
Current Age (Used to Calculate Pension):


I agree to the Terms & Conditions and Privacy Policy provided by Triumph
Enterprises, LLC and myFEBA.org. By providing my phone number, I agree to
receive informational and promotional SMS messages and e-mails. I understand I
can opt-out at any time by replying STOP.

Do you agree to these terms?
 I agree

Source:
REGISTER NOW!

If you're having trouble submitting this form, please use this alternate method.

By registering, you agree to receive e-mail reminders and other messages about
this webinar.



 

Loading…