XR Documentation
  • Welcome
  • Principles and values
  • Create a local chapter
  • Create a working group
  • Create an affinity group
  • EU Rebellion
    • About
  • Finance
    • Collecting money
    • Fiscal sponsorship
    • Offline fundraising
    • Online fundraising
    • Expense management
    • Expense policy
    • Tools
  • Action & Strategy
    • Types of actions (WIP)
  • Arts
    • Flags
    • Posters
  • BE
    • Directory
    • Using the Rebels Manager
    • Sending emails
  • UK
    • Opening a bank account
    • Raising money for legal costs
Powered by GitBook
On this page
  • Features
  • Add a signup form to your local group website
  • Contributing

Was this helpful?

  1. BE

Using the Rebels Manager

Managing rebels at the local group level.

PreviousDirectoryNextSending emails

Last updated 5 years ago

Was this helpful?

Each local group has credentials to the Rebels Manager. This app allows them to manage their rebels and is frequently improved based on user feedback.

Looking for support? Want to suggest a feature? Please get in touch on our Mattermost channel.

Features

  • Rebels signing up on extinctionrebellion.be are added to the database

  • Rebels are synced with Mailtrain, the emailing app

Add a signup form to your local group website

Please first get in touch with and provide your website URL. We will need to allow signups from your website beforehand.

<form method="post" action="https://rebels.extinctionrebellion.be/rebels">
  <input type="text" name="rebel[name]" id="rebel_name">
  <input type="email" name="rebel[email]" id="rebel_email" required>
  <input type="tel" name="rebel[phone]" id="rebel_phone">
  <input type="text" name="rebel[postcode]" id="rebel_postcode">

  <!-- ask it@extinctionrebellion.be for your Local Group ID -->
  <input type="hidden" name="rebel[local_group_id]" id="rebel_local_group_id" value="[YOUR_LOCAL_GROUP_ID]">

  <!-- for notes/skills -->
  <textarea name="rebel[notes]" id="rebel_notes"></textarea>

  <input type="checkbox" name="rebel[consent]" id="rebel_consent">

  <!-- value can be: en, fr, nl -->
  <input type="hidden" name="rebel[language]" id="rebel_language" value="en">

  <!-- rebel will be redirected to the global 'Thank You' page -->
  <!-- but you can provide another URL -->
  <input type="hidden" name="rebel[redirect]" id="rebel_redirect" value="https://xr-city.be/welcome">

  <input type="submit" value="Join the Rebellion">
</form>

Contributing

As a user, we strongly suggest you to provide feedback and suggest changes/new features on the Mattermost channel

As a developer, feel free to browse the and get involved into the development

#rebels-manager
it@extinctionrebellion.be
#rebels-manager
Github repository