Set-up-a-web-profile.md
... ...
@@ -22,6 +22,8 @@ The simplest case is where you have a single service and therefore only need 1 p
22 22
Go to **Account > Setup Org > Profiles** . A default profile will already exist called **All**
23 23
24 24
To view the profile click on the link, it’s worth noting that if you right click on this link and copy that link address, you can paste that in an email to send to parents or include in your Newsletter and that will take parents to your profile page.
25
+<img src="/uploads/CHECKprofile.png"
26
+ />
25 27
26 28
The profile page automatically picks up the centre details from Smart Central and inserts a map of your location.
27 29
... ...
@@ -32,9 +34,11 @@ There is some basic editing required in order to set up the profile page. Click
32 34
33 35
Some sample formatting will appear that you can overwrite with your details. you can see a block here which is called the “Introduction”, it includes an instruction code to the system to upload an image and then the text. This will appear beside the map in the Introduction section. 


34 36
Detailed discription section which is below, goes the full width of the page, so that’s the main difference between the two. You edit them the same way, but they’re laid out on the page slightly differently with the Introduction appearing beside the map image and the description section going the full width of the page below those two items.
37
+
35 38
<img src="/uploads/introblock.png"
36 39
/>
37 40
41
+
38 42
Markup is a set of coded instructions to Smart Central about how you want the contents to be presented.
39 43
A hash
# on the start of a line by itself, means that this is a heading.
40 44
You can have one # for a size one heading, two ## for a size two heading etc.

... ...
@@ -45,11 +49,17 @@ As well as headings and emphasis (bolding words), you can also insert **links**.
45 49
The system will read that and say display the word but mark it as a hyperlink and send it to the webpage when it’s clicked.
46 50
That can be any location or document as long as it’s accessible on the web.
47 51
52
+<img src="/uploads/boldetc.png"
53
+ />
54
+
48 55
If you have an **image** instead of a document or a webpage you want to include on this page, the Markup is very similar, you just put an exclamation mark **!** infront. That tells the system that is an image 
!(what I want to call image)[link to the image] and it will include it on your page. 

49 56
Some of the other things that are also on this page control how various things look.
The next section below, the **application contents**, relates to the application form itself.On the application form, there are two blocks of text you can enter. First the “Header” and appears as the very first thing they see when they login to the application and then the application “Footer” which is the very last thing they see just above the submit button.
50 57
51 58
We suggest that in the “Header” you might put additional instructions for your parents, so if they need extra guidance you can update the wording as it will be the first thing the see before they start, and in the “Footer” you would put things you want to remind them of before they click submit. Many centre’s in the Footer section tend to say “By clicking the submit button you agree to the terms outlined in the Parent Handbook.”
52 59
60
+<img src="/uploads/headfoot.png"
61
+ />
62
+
53 63
Once they do click “Submit”, they will get a message displayed to confirm that it is a successful submission, and the wording displayed on that page is configurable by you. All three of these boxes follow the same Markup rules as the sections on the profile page, which means you can include links here. So if you want to, for example on the “Successful submission” page, want to send them somewhere else, you can put a link on that page using the Markup that we previously went through. If at any time you’re not sure what that Markup is, click on the blue “Markdown Syntax” and it will show a guide.
54 64
55 65
In the reminder email, when you request additional information from the parent, there’s a template there that follows the same rules.
... ...
@@ -57,7 +67,8 @@ In the reminder email, when you request additional information from the parent,
57 67
You can also define how many “Authorised Contacts” is the minimum required for the application form.
58 68
You can also temporarily disable applying through this profile, so you might leave that as ticked to disable while you’re setting up or if you need to make major changes and you don’t want anyone applying while you do that. You can temporarily disable the applications or if for any reason you don’t want to accept online applications, but you do want to use the other parent portal functions, you tick the temporary disable box, click save and the profile will still be created, you will still have that webpage but the “Apply” button won’t be on the webpage. 

59 69
60
-
70
+<img src="/uploads/authcontact.png"
71
+ />
61 72
62 73
63 74