_template

This page holds the following information:

Fieldname Value
%%form_label{name}%% %%form_data{name}%%
%%form_label{domein}%% %%form_data{domein}%%
%%form_label{link}%% %%form_data{link}%%

You can delete this page by clicking "+options" and then "delete".
Otherwise just navigate away from this page

====
[[form]]
fields:
name:
  label: email
  type: text
  hint: "John.smith"
  width: 20
  match: ";^([A-Za-z._]*)$;"
  match-error: Please only use characters that are allowed (A-Z)(a-z)(0-9) _ .
domein:
  label: @
  type: text
  hint: "hotmail.com"
  width: 20
  join: true
  match: ";^[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)+$;"
  match-error: Please only use characters that are allowed (A-Z)(a-z)(0-9) _ . And don't forget the domein (.com .co.uk .be...)
link:
  label: Link name
  type: text
  hint: "John Smith"
  width: 40
[[/form]]

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License