| Demo |
| Below is the form named "Test Form" embeded into a php file. |
|
|
| Features |
- Embed forms to your php or html files
- Admin Login
- Determine your form and field details easily
- Add, edit or delete forms and fields to the forms easily
- Drag and drop to change the order of fields, forms or options of dropdown, multiselect, checkbox lists and radio groups.
- Edit form name and description easily
- Determine the e-mail address that you want the form to be sent.
- The form automatically creates attachments to e-mails when file fields are added.
- Easily change the language of the script in front end.
- Easily change the design of the form with the template system and css support.
|
| Installation |
- Create a database.
- Edit the details in “settings.php” in the root folder of the script for your needs and preferences.
- Upload all files to your server in the folder you’ve specified in the settings.php file.
- Visit the address http://www.yoursite.com/path_to_script_folder/ for installation.
|
| Instructions |
| Once you have created your gallery, just copy and paste the embed code shown on the admin panel gallery page. An example code is shown below. |
<?php
$form_id = "1";
$css_link = "css/form.css";
$ie_css_link = "css/ie_form.css";
include("site_root/script_folder/form.php");
?> |
| Admin Demo |
| Admin demo information: |
Username: admin
Password: demo
Note: Some features will not work in the demo such as sending e-mail. |
| Goto Contact Form Manager Admin Panel Demo |