Index: advanced/_install/english.lang =================================================================== --- advanced/_install/english.lang (revision 14184) +++ advanced/_install/english.lang (working copy) @@ -161,6 +161,7 @@ RHVyYXRpb24= RS1NYWls RmF4 + RmlsZQ== UHJpbWFyeSBGaWxl Mm5kIEZpbGU= M3JkIEZpbGU= Index: advanced/platform/designs/form.tpl =================================================================== --- advanced/platform/designs/form.tpl (revision 14184) +++ advanced/platform/designs/form.tpl (working copy) @@ -51,7 +51,7 @@ img/grey_pix.gif" width="100%" height="1" align="absmiddle" alt="" />

-
"> + " enctype="multipart/form-data"> Index: advanced/platform/elements/dynamic_forms.elm.tpl =================================================================== --- advanced/platform/elements/dynamic_forms.elm.tpl (revision 14184) +++ advanced/platform/elements/dynamic_forms.elm.tpl (working copy) @@ -34,6 +34,16 @@ + + /> + + + +
Index: default/_install/english.lang =================================================================== --- default/_install/english.lang (revision 14184) +++ default/_install/english.lang (working copy) @@ -7,6 +7,7 @@ Q2FwdGNoYSBJbWFnZQ== Q29tcGFueQ== RS1tYWls + RmlsZQ== TWVzc2FnZQ== TmFtZQ== UGhvbmU= Index: default/_install/install_data.sql =================================================================== --- default/_install/install_data.sql (revision 14184) +++ default/_install/install_data.sql (working copy) @@ -22,14 +22,14 @@ INSERT INTO PermCache VALUES(DEFAULT, 202, 1, '11'); INSERT INTO PermCache VALUES(DEFAULT, 203, 1, '11'); -INSERT INTO Forms VALUES(1, 'Contact Us', 'Form for contacts', 0, 1, 0, 0, '', '', '', '', '', '', '110', '', '', '', '', '110', '', ''); +INSERT INTO Forms VALUES(1, 'Contact Us', 'Form for contacts', 0, 1, '', 0, 0, '', '', '', '', '', '', '110', '', '', '', '', '110', '', ''); -INSERT INTO FormFields VALUES(1, 1, 0, 'Name', 'lu_fld_Name', NULL, 'la_fld_Name', 'text', NULL, 5, 0, 1, 1, NULL, 0, 1, 1); -INSERT INTO FormFields VALUES(2, 1, 0, 'Company', 'lu_fld_Company', NULL, 'la_fld_Company', 'text', NULL, 4, 0, 1, 1, NULL, 0, 1, 0); -INSERT INTO FormFields VALUES(3, 1, 0, 'Email', 'lu_fld_Email', NULL, 'la_fld_Email', 'text', NULL, 3, 0, 1, 1, NULL, 1, 1, 2); -INSERT INTO FormFields VALUES(4, 1, 0, 'Phone', 'lu_fld_Phone', NULL, 'la_fld_Phone', 'text', NULL, 2, 0, 0, 1, NULL, 0, 1, 0); -INSERT INTO FormFields VALUES(5, 1, 0, 'Message', 'lu_fld_Message', NULL, 'la_fld_Message', 'textarea', NULL, 0, 0, 1, 0, NULL, 0, 1, 4); -INSERT INTO FormFields VALUES(6, 1, 0, 'Subject', 'lu_fld_Subject', NULL, 'la_fld_Subject', 'select', '=+-- Please select --||0=+Sales questions||1=+General questions||2=+Billing questions||3=+Support questions', 1, 0, 1, 0, NULL, 0, 1, 3); +INSERT INTO FormFields VALUES(1, 1, 0, 'Name', 'lu_fld_Name', NULL, 'la_fld_Name', 'text', NULL, 5, 0, 1, 1, NULL, 0, '', NULL, 1, 1); +INSERT INTO FormFields VALUES(2, 1, 0, 'Company', 'lu_fld_Company', NULL, 'la_fld_Company', 'text', NULL, 4, 0, 1, 1, NULL, 0, '', NULL, 1, 0); +INSERT INTO FormFields VALUES(3, 1, 0, 'Email', 'lu_fld_Email', NULL, 'la_fld_Email', 'text', NULL, 3, 0, 1, 1, NULL, 1, '', NULL, 1, 2); +INSERT INTO FormFields VALUES(4, 1, 0, 'Phone', 'lu_fld_Phone', NULL, 'la_fld_Phone', 'text', NULL, 2, 0, 0, 1, NULL, 0, '', NULL, 1, 0); +INSERT INTO FormFields VALUES(5, 1, 0, 'Message', 'lu_fld_Message', NULL, 'la_fld_Message', 'textarea', NULL, 0, 0, 1, 0, NULL, 0, '', NULL, 1, 4); +INSERT INTO FormFields VALUES(6, 1, 0, 'Subject', 'lu_fld_Subject', NULL, 'la_fld_Subject', 'select', '=+-- Please select --||0=+Sales questions||1=+General questions||2=+Billing questions||3=+Support questions', 1, 0, 1, 0, NULL, 0, '', NULL, 1, 3); ALTER TABLE FormSubmissions ADD COLUMN fld_1 text, Index: default/designs/form.tpl =================================================================== --- default/designs/form.tpl (revision 14184) +++ default/designs/form.tpl (working copy) @@ -31,7 +31,7 @@
- "> + " enctype="multipart/form-data"> Index: default/elements/dynamic_forms.elm.tpl =================================================================== --- default/elements/dynamic_forms.elm.tpl (revision 14184) +++ default/elements/dynamic_forms.elm.tpl (working copy) @@ -50,6 +50,18 @@ + + + /> + + + + +