I just installed Chronoforms V4 on our dev site. I installed the component, the module, and the plugin.
I created a "contact us" form with a few fields (name, email, textarea for comments, captcha, and submit). I created an email action, a DB save action, and a display thanks action. I created the table for DB save.
I tried adding it to an article with {chronoforms}AddToMailingList{/chronoforms}, adding it to a menu option, and looking at the form from the Frontend View in the Forms Manager. In each case, the form is not printed, and I just see the "Powered by" line. Even if I view source, I only see <div class="chronoform"><a href="http://www.chronoengine.com">Powered By ChronoForms - ChronoEngine.com</a></div>.
What could be causing this? What can I try?
I created a "contact us" form with a few fields (name, email, textarea for comments, captcha, and submit). I created an email action, a DB save action, and a display thanks action. I created the table for DB save.
I tried adding it to an article with {chronoforms}AddToMailingList{/chronoforms}, adding it to a menu option, and looking at the form from the Frontend View in the Forms Manager. In each case, the form is not printed, and I just see the "Powered by" line. Even if I view source, I only see <div class="chronoform"><a href="http://www.chronoengine.com">Powered By ChronoForms - ChronoEngine.com</a></div>.
What could be causing this? What can I try?
I tried creating another test from with just a formated text header in it and NOTHING else. When I tested the form I saw the same thing; just the Powered By line. This is the HTML when I viewed source:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr">
<head>
<base href="http://dev.agilegamesnewengland.com/index.php" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Agile Games 2014, an event organized by Agile New England." />
<meta name="generator" content="Joomla! - Open Source Content Management" />
<title>AG2014 DEV</title>
<link href="http://dev.agilegamesnewengland.com/index.php/component/chronoforms/?tmpl=component&chronoform=TestOne" rel="canonical" />
<link href="/templates/protostar/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
<link rel="stylesheet" href="/templates/protostar/css/template.css" type="text/css" />
<script src="/media/jui/js/jquery.min.js" type="text/javascript"></script>
<script src="/media/jui/js/jquery-noconflict.js" type="text/javascript"></script>
<script src="/media/jui/js/bootstrap.min.js" type="text/javascript"></script>
<!--[if lt IE 9]>
<script src="/media/jui/js/html5.js"></script>
<![endif]-->
</head>
<body class="contentpane modal">
<div id="system-message-container">
<div id="system-message">
</div>
</div>
<div class="chronoform"><a href="http://www.chronoengine.com">Powered By ChronoForms - ChronoEngine.com</a></div>
</body>
</html>
This topic is locked and no more replies can be posted.