Hi to all,
I'm trying to create a double drop down with ChronoForms v4. I bought the Bob's manual (http://greyhead.net/how-to-docs/chronoforms-v4-using-ajax).
I copy/pasted all the example's code at the end of that book (obv changing the form's name), but when i select the state, instead of a list of countries appears the message "Powered By ChronoForms - ChronoEngine.com" 😲 😲
This is what I did:
1) Copy/Pasted the "Form HTML" code, inside the "HTML code" in the tab "Code" of the form
2) Copy/Pasted the "The Form JavaScript" code, inside the "Load JS" in the "On Load" event of the Advanced Widzard.
3) Created a new event with the name "ajax" and copy/pasted the "The Ajax event Custom Code" code inside a "Custom Code" element.
4)The only code I wrote is for mysql:
I don't know if I can post the rest of the code, cause it's completely taken from that manual, so I need the permission of the author.
Thanks in Advance
P.S.:
Chronoforms V. 4.0 RC3.11
Joomla! V. 2.5.4
I'm trying to create a double drop down with ChronoForms v4. I bought the Bob's manual (http://greyhead.net/how-to-docs/chronoforms-v4-using-ajax).
I copy/pasted all the example's code at the end of that book (obv changing the form's name), but when i select the state, instead of a list of countries appears the message "Powered By ChronoForms - ChronoEngine.com" 😲 😲
This is what I did:
1) Copy/Pasted the "Form HTML" code, inside the "HTML code" in the tab "Code" of the form
2) Copy/Pasted the "The Form JavaScript" code, inside the "Load JS" in the "On Load" event of the Advanced Widzard.
3) Created a new event with the name "ajax" and copy/pasted the "The Ajax event Custom Code" code inside a "Custom Code" element.
4)The only code I wrote is for mysql:
-- phpMyAdmin SQL Dump
-- version 3.1.3.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generato il: 18 ott, 2010 at 09:42 PM
-- Versione MySQL: 5.1.33
-- Versione PHP: 5.2.9
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `xxx`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_geopc_us`
--
CREATE TABLE IF NOT EXISTS `jos_geopc_us` (
ID bigint(20) NOT NULL,
ISO2 varchar(6) NOT NULL,
Region1 varchar(60) NOT NULL,
Region2 varchar(60) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dump dei dati per la tabella `jos_geopc_us`
--
INSERT INTO `jos_geopc_us` (`id`, `ISO2`, `Region1`, `Region2`) VALUES
(1, 'IT-PI', 'Piemonte', 'Torino'),
(2, 'IT-PI', 'Piemonte', 'Alessandria'),
(3, 'IT-PI', 'Piemonte', 'Asti'),
(4, 'IT-LO', 'Lombardia', 'Milano'),
(5, 'IT-LO', 'Lombardia', 'Bergamo'),
(6, 'IT-LO', 'Lombardia', 'Como');
I don't know if I can post the rest of the code, cause it's completely taken from that manual, so I need the permission of the author.
Thanks in Advance
P.S.:
Chronoforms V. 4.0 RC3.11
Joomla! V. 2.5.4