{FORM} :
How to include an entry form on a template?
In order to display the forms you have created on form builder, you should use {FORM} tag. For example {FORM:profile} will display the registration form. Form tag requires to have exact form name as a second parameter. You can find your forms ex...
{UPDATEFORM} :
How to include an update form on a template?
Every entry form created on memberkit will automatically have an update form. You can include an update form with {UPDATEFORM} tag. It's basically the same as Entry form tag {FORM}. You need to specify form name as a second argument. {UPDATEFORM:prof...
{ENTRYFIELD} :
How do I include a form to show only specific questions?
With {ENTRYFIELD} tag you can display only specified question on your page. It's basically the same as {FORM} tag but it only shows the given questions. {ENTRYFIELD:profile:username,email,password} will only show Username, Password and Email fields o...
{UPDATEFIELD} :
How do I include an update form to show only specific questions?
With {UPDATEFIELD}
tag you can display only specified question on your page. It's
basically the same as {UPDATEFORM} tag but it only shows the given questions.
{UPDATEFIELD:profile:username,email,password} will only show Username,
Password and Em...
What is a Form?
Every useful web application depends on user entered data. For example, an article will consist of a title, a summary and a body. We structure data using forms. Once you have such structure, then it is easier to create other pages such as article lis...
How to add validations to forms?
Memberkit makes it very easy to add validations to your forms. You can check:Required: Make a field mandatory,Validation: Check if a field is Alphabetic, Alphanumeric, Numeric or E-mail,Unique: Check if an entered data is unique in the database,Max S...
How to create a new form?
Every new application will be created with a form. If you would like to add another form, go to Application Manager, select and right click on an application, then simply choose "Add New Form" option. You will be prompted to enter a name for your new...
What is Form Builder?
Form Builder is a drag and drop tool to create data entry forms easily.On the Application Manager, double click on an entry form to open visual form editor. It consists of three parts. These are: Form area, toolboxes and properties box. You can drag ...
How to collect donation payments from members?
To collect donations from your users:1. Go to Application Manager -> Profile form2. Open Payment Tools toolbox and drag and drop PayPal option3. Follow the steps and choose "Donation" option on the third step4. Save form and Publish.
How to allow users format text in a textarea?
On the Form Builder: 1. Drag and drop a textarea field to your form,2. Click on the new question to select it,3. On the Properties box at the right bottom, change "Input Mode" to "HTML Editor".
How to give users incremantal usernames?
Memberkit can give users incremantal usernames. Basically, all you you need to do is to hide username question from the
profile registration form. It will then give users incremental
usernames such as 0000001, 0000002, etc.1. On the File Manag...
How to hide some questions on the entry and modification forms?
It is always better to keep your registration forms short and sweet. To do that, you can hide some questions.1. On the File Manager, open profile/profile.html template,2. Change this line:{FORM:profile}To this:{FORM:profile:HIDE:address,city,state,co...
How to add admin-only user fields?
If you would like to have some fields that can only be modified by Admin, you can create hidden fields.To do that, open the form builder:1. Click on the question you would like to hide,2. On the Properties box, select "Admin entry" option for "Displa...
Search in articles
|