Categories

Tag Archives: forms

How to Embed a Google Form in WordPress

Monstroid Tutorials, WordPress Tutorials
  |  
August 31 2018
Our Technical Support Team is ready to present you the easy way to integrate the Google Forms to your WordPress website.
Read More

Flash. How to add a new contact form field

General tutorials, Working with Flash
  |  
April 01 2012
In this tutorial you will learn the way to add new contact field to flash contact form.
Read More

How to create a contact form in HTML

Working with HTML
  |  
November 15 2011
This tutorial will teach you how to create a very simple contact form for HTML based website template.
Read More

How to make a contact form work (up to template #13000)

General tutorials, Working with Flash
  |  
November 15 2010

The configuring of your contact form is pretty easy. You should open your FLA file, then press CTRL+F and search for "@" symbol. It will find several (or one) locations where this symbol can be used. You should go to the one with rec=ice@template-help.com or rec=test@test.com;

After that you will be automatically taken to this location and should see the …

Read More

How to create a combobox

General tutorials, Working with Flash
  |  
November 15 2010
How to create a combobox…
Read More

Dynamic SWiSH. How to create a contact form

SWISH Template Tutorials, Working with Swish
  |  
November 15 2010
First of all, please check a video tutorial on how to create a contact form in Dynamic SWiSH site here.

A .ZIP file with an example of a general contact form in SWiSH (Contact.swi), contact.php and contact.asp you can download here.

The script for “Text_fields” sprite you can copy from the example below:

 
onLoad(){
   
   recipient=_root.mail; …
Read More

How to create an ASP contact form in HTML

Working with HTML
  |  
November 15 2010
В этой инструкции вы узнаете, как создать контактную форму ASP в HTML
Read More

How to enable and edit a contact form (from template #17000)

Working with Flash
  |  
November 15 2010

Open form0XConfiguration (where X is number often 3 or 5) file with Notepad, there you will find instructions on how to set up the contact form.

You should edit 2 lines in this file.

<emailTo>your_email@domain.com</emailTo> where input your email;

<serverProcessorType>php</serverProcessorType> where type your server configuration

(please contact your server and ask if they support asp or php):

Save the file …

Read More

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

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