What is an Application?
A Memberkit application:- is a useful database powered software, - does not require programming knowledge to create, - can be used to allow users enter data,- can be used so that only admin users can enter data,- can be used so that entries would be ...
{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...
{SEARCHFORM} :
How to include search forms?
If you want to include search forms on your templates you can use {SEARCHFORM} tag. Create your search form using Application Manager, then put it on any page. Example: {SEARCHFORM:artist_search}This tag is basically an alias to {FORM} tag. So, it ca...
{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...
Search in articles
|