Help Guides |
The application form is hosted on our server so your system URL is never made public. We now have the option to host the application form on your own web site. See set up section below for instructions. The application is posted to our server and we securely submit it to your system using server side post so your URL is never exposed.
The application can submit multiple students at once. The contacts are automatically assigned and a confirmation email is sent to the school and the parent.
Once received, the student is entered into the waiting list where you can change the students to accepted or directly to an active current student.
You can customise the following options for your applications.
You have 2 hosting options:
https://registrations.ibeuk.org/your-handle
To host on ibeuk.org fill in your handle and click 'Update our application URL' to instantly activate your new registration page.
To host it yourself. edit the application form page on your web site and add the snippet to include the contents of the URL https://{IBEAMS_URL}/api/application-form
PHP
<?= file_get_contents('https://{IBEAMS_URL}/api/application-form'); ?>
The above URL will provide a full standalone page. If you want only the form portion in cases where you're including the URL on your own website with the logo, menu and layout already present, simply append ?form=only
to the URL. E.g:
PHP
<?= file_get_contents('https://{IBEAMS_URL}/api/application-form/?form=only'); ?>
Applicatin groups are used to organise the waiting list so you know what the student has applied to. This can be courses, departments or even branches.
From Settings > Custom Fields you can add custom fields for students and select the include on application form checkbox. You can turn this option on and off as you please. You can also make it optional or required.
To know where the application came from, in the URL, simply append ref={ID}
in URL replacing {ID} with an alphanumeric word. e.g.