Add Online AMP Enrollment to Your webFCA Site

Online enrollment for FCA's Automatic Monthly Partner program is now available.

Here's how the system works...
Upon completion of this online form
  1. The appropriate staff person will get an email with donor contact information.
  2. The donor will get a confirmation page/reciept they can print for their records.
  3. Home Office Finance staff will get alerted to the AMP enrollment. They will process the enrollment, just like a printed form, then delete any and all financial information (credit card numbers, bank account numbers, etc)
You have two ways to add this capability to your website.

DISPLAY 1)
A general list of all staff, which your web visitors will scroll through and select. They can also choose to find a staff person by zip code.



DISPLAY 2)
By adding your ORG number to a section of code, you can display a single staff person's name automatically.



THINGS TO KEEP IN MIND:
HOW TO IMPLEMENT DISPLAY 1:
  1. Login to your website
  2. You'll need to create an Online Enrollment page to hold the form
  3. Click on your "Donate Locally" section (See an example here) and click "Edit this Page"
  4. Click the red "Options" link under "Become an Automatic Monthly Partner" > Select Add>Page
  5. Title the page Enroll Online, click "Ok"
  6. Choose a single column layout (See an example here)
  7. At the top of your page, click "Add Item Here" and select "Column>View Existing"
  8. In the top right corner, change the "Scope" dropdown menu to "Public"
  9. Find the object titled "Online AMP Enrollment", check the box next to it and click "Add to Column"
  10. The Online Enrollment form is now added to your new page, see the section below called "FINAL STEPS"
HOW TO IMPLEMENT DISPLAY 2 FOR ONE STAFF PERSON:
  1. Login to your website
  2. You'll need to create an Online Enrollment page to hold the form
  3. Click on your "Donate Locally" section (See an example here) and click "Edit this Page"
  4. Click the red "Options" link under "Become an Automatic Monthly Partner" > Select Add>Page
  5. Title the page Enroll Online, click "Ok"
  6. Choose a single column layout (See an example here)
  7. At the top of your page, click "Add Item Here" and create a new text object with the words "Online AMP Enrollment"
  8. Click here to see an example
  9. Underneath your newly created text object, click "Add Item Here">HTML>Create New
  10. Label the new HTML object "Donate Locally - Online AMP Enrollment"
  11. Copy and paste the code below, replacing the existing ORG number XXXXXXXX with your ORG number


    <iframe  name="iframe1" src="https://mla.fca.org/fcaweb/AMPEnroll.aspx?OrgId=XXXXXXXX" align="top" height="1200" width="400" hspace="0" vspace="0" scrolling="no" frameborder="0"> </iframe>

    So if your ORG# was 01646000 the code would like...

    <iframe  name="iframe1" src="https://mla.fca.org/fcaweb/AMPEnroll.aspx?OrgId=01646000" align="top" height="1200" width="400" hspace="0" vspace="0" scrolling="no" frameborder="0"> </iframe>

  12. Click "Update Text"
  13. Refresh your page to show your newly added form (See an example here)
  14. The Online Enrollment form is now added to your new page, see the section below called "FINAL STEPS"

FINAL STEPS