Categories

Working with XML-based forms

This section covers different questions about configuration of an XML-based form integrated into a Flash template. Please use the navigation buttons below or main navigation menu to browse the topics.

Getting Started

If your template has an XML-based contact form you may need to get familiar with the following information which will help you to set up and configure your contact form according to your requirements.

You’ll find the following files that will be needed for the contact form:

•    contact.asp
•    contact.php
•    formConfiguration.xml
•    formStructure.xml
•    [cfDataProviders]

contact.asp and contact.php
Read More

formConfiguration.xml file

The settings are as follows (they go in the same order as in the fcContactFormConfiguration.xml):

 • An e-mail address which will be used to receive messages from your contact form. You can specify several e-mail addresses separating them with a comma. For example: first_email@domain.com, second_email@domain.com, third@domain.com

 • A server script type which will process sending e-mails.  It depends on…
Read More

formStructure.xml file

The structure file fcContactFormStructure.xml describes the form fields, their types and properties. The form is based upon the data from this file and therefore will not work correctly in case this file contains errors. It is not recommended to edit this file without understanding of what you are doing.

The structure of this file should coincide with the existing fields…
Read More