Loading...
 
Features / Usability

Features / Usability


How do I create a form page in tikiwiki?

posts: 3

Hi everybody,
I have to create a webpage and add it to my tikiwiki. The webpage is a form containing various input ext fields and checkboxes. There is a way to do that using tikiwiki? Do I have to write a php page from scratch and then link it to tikiwiki?

Thanks,

Christian

posts: 1633 Canada

Trackers

Use tracker plugin to reuse this in a wiki page (as a form)
trackerlist plugin to show results (a report)

M smile

posts: 3

Thanks,
What I want to accomplish is a page that looks like this:

http://libsys.ucr.edu/index.php?view=forms&name=addrequest

Do you think that I can achieve that using trackers?

Thank you very much,

Christian Malatesti


> Trackers
>
> Use tracker plugin to reuse this in a wiki page (as a form)
> trackerlist plugin to show results (a report)
>
> M smile


posts: 3665 United States

> Hi everybody,
> I have to create a webpage and add it to my tikiwiki. The webpage is a form containing various input ext fields and checkboxes. There is a way to do that using tikiwiki? Do I have to write a php page from scratch and then link it to tikiwiki?
>

Create it as an HTML Page — not a wiki page — in Tiki.

HTH,

-Rick

posts: 20

> > Hi everybody,
> > I have to create a webpage and add it to my tikiwiki. The webpage is a form containing various input ext fields and checkboxes. There is a way to do that using tikiwiki? Do I have to write a php page from scratch and then link it to tikiwiki?
> >
>
> Create it as an HTML Page — not a wiki page — in Tiki.
>
> HTH,
>
> -Rick
Hi,
I am planning to do the same thing (a form kind of webpage) containing input fields etc. What do you mean by creating it as an HTML - in Tiki? i am confuse. DOes that mean we can create an HTML page and add it to the tikiwiki? how is that being done? thank you..

posts: 3665 United States


> I am planning to do the same thing (a form kind of webpage) containing input fields etc. What do you mean by creating it as an HTML - in Tiki? i am confuse. DOes that mean we can create an HTML page and add it to the tikiwiki? how is that being done? thank you..


Yes, you can manage HTML pages (not wiki) from TikiWiki. You'll need to turn on the HTML Pages feature. You can then create the page (within Tiki) using regular HTML syntax.

See the docs for details.