Lesson 1 – First steps to becoming a Formbirder
After registering an account in demo.formbird.com – develop your very own Formbird mobile form in the following easy steps. Then enter some data and search for it.
Step 1 – Press “Start Building Now”
Step 2 – Copy the following text into your clipboard
"name": "Contact",
"summaryNameRule":"{{{nameParty.firstName}}} {{{nameParty.surname}}} | {{{mobilePhone}}}",
"components":[
{
"componentName":"sc-party",
"fullWidth":true,
"label":"Person",
"mandatory":true,
"name":"nameParty",
"mandatoryFields":[
"firstName",
"surname"
]
},
{
"componentName":"sc-text-box",
"label":"Title / Role",
"mandatory":false,
"name":"role"
},
{
"componentName":"sc-phone-number",
"name":"mobilePhone",
"label":"Mobile"
},
{
"componentName":"sc-phone-number",
"name":"workPhone",
"label":"Work"
},
{
"componentName":"sc-street-address",
"fullWidth":true,
"label":" ",
"name":"addressGeo"
},
{
"componentName":"sc-uploader",
"fullWidth":true,
"name":"fileAttach",
"label":"Attachments / Photos"
},
{
"componentName":"sc-note-comment",
"fullWidth":true,
"name":"noteComment",
"label":"Notes / Comments"
}
]
Step 3 – Paste the selection into the “Template Editor” Here
Step 4 – Press Save (the tick in the top left of the page).
Step 5 – Well done on creation your first Formbird form! Enter a name and address, press save. Email the URL address to yourself to review how it looks on your phone or tablet.
Step 6 – Search for the name you created for in the search bar
Step 7 – To edit or change the form you need to re-open the “Template” with the template editor. This is done by;
a) Pressing new on the contact form (the “+” button) if you have data displayed. So that you are looking at your Contact for with blank data ready for data entry.
b) Appending the following to the url of that form /74746c80-8378-11e6-99b1-71ee944cf59f this will open your new Contact Form with the “Template Editor”. Edit the template with any changes, hit save and repeat. Refer to our DOCS to play more.
(It should look something like this – although the first number will be the ID of your own Formbird Template eg. https://demo.formbird.com/form/b3f173a0-5ccc-11e9-a6ff-a73ace400440/74746c80-8378-11e6-99b1-71ee944cf59f)
Step 8 – To make it really easy to get back to the template editor. If you add a bookmark to your browser with the following URL. It will open a tab and append the Template Editor to it. One click and you’re a Formbird Developer.
javascript:(function()%7Bf=window.location.href+'/74746c80-8378-11e6-99b1-71ee944cf59f'; if(!window.open(f)) location.href=f; %7D )()