cancel
Showing results for 
Search instead for 
Did you mean: 

How to create data entry forms in Alfresco3.4d

deepak
Champ in-the-making
Champ in-the-making
Hi


   I am new to Alfresco,I am using alfresco community installer 3.4 d .I want to create data entry forums having simple features like adding text in  textbox , Select data from dropdown ,Submit data button and upload feature for storing data in alfresco database ,In recent days i go through many forums and documentations Some how chain get breaks as sometimes steps get discontinued which are said to be used in references or sometime version difference .

Please help me out .


Deepak Sharma
5 REPLIES 5

mitpatoliya
Star Collaborator
Star Collaborator
Hi Deepak,

Please refer following links.
http://wiki.alfresco.com/wiki/WCM_Forms_Developer_Guide
http://wiki.alfresco.com/wiki/WCM_Forms_Authoring_Guide.

You need to get some knowledge of XSLT to create web froms.

deepak
Champ in-the-making
Champ in-the-making
Hello  mitpatoliya

Thanks for your help. The link is great.

On following the steps mentioned in the link i have progressed  a lot, but i am getting error while uploading the XML schema having .xsd extension (Company Home > Data Dictionary > Web Forms). The error is :

Error: This schema does not contain any element declarations. A schema must contain at least one element declaration in order to generate a form.
—–

It would be a great help if you give some explanation over it  or some more step by step links.



   

Deepak Sharma

mitpatoliya
Star Collaborator
Star Collaborator
There might be some problem with the XSD you have created.

deepak
Champ in-the-making
Champ in-the-making
There might be some problem with the XSD you have created.


Hello

My .xsd file is like this ,Please check my error and give solution  please.


<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">

<xs:element name="note">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="to" type="xs:string"/>
      <xs:element name="from" type="xs:string"/>
      <xs:element name="heading" type="xs:string"/>
      <xs:element name="body" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

</xs:schema>


Thankyou

Deepak Sharma

mitpatoliya
Star Collaborator
Star Collaborator
It looks fine.
Make sure you have no such problems of jar as mentioned here
https://forums.alfresco.com/en/viewtopic.php?f=30&t=11422&p=57645#p57645