Forums

Chronoforms displays a blank page

herdaems 16 Apr, 2010
Hello,
I'm using Joomla 1.0.12 with Chronoforms 2.3.9 (for the first time)
Installation of Chronoforms went ok.
In forms management I created a basic form (used only html), saved and published the form.
But when I click on the Form Link a blank page is the result.
In the source code of this page there is only the first form tag and no form content:

<form name="ChronoContact_test" id="ChronoContact_test" method="post" action="index.php?option=com_chronocontact&task=send&chronoformname=test" >

Can somebody tell me what is going wrong?
Thanks in advance!
GreyHead 16 Apr, 2010
Hi herdaems,

Could be a problem in the Form HTML? Can you post it here?

Bob
herdaems 17 Apr, 2010
Hi Greyhead,
Here's the code I use as form-html in the chronoform:
Hallo,
<div class="contact_email">
  <H2>Bestelformulier</H2>
  <p>Vul onderstaande gegevens in (alle velden zijn verplicht!) en druk op 'verzend'</p> 
  <br/><br/>
  <table>
   <tr><td style="padding-bottom:1em;">
     Naam:
   </td><td style="padding-bottom:1em;">
     <input type="text" name="naam" id="contact_name" size="30" class="inputbox"   value="" />
   </td></tr>
   <tr><td style="padding-bottom:1em;">
     E-mail adres:
   </td><td style="padding-bottom:1em;">
     <input type="text" name="email" id="contact_email" size="30" class="inputbox" value="" />
   </td></tr></table>
  <br/><br/>
  <input type="submit" id="send" name="send" value="Verzend" class="button" disabled="true"/>
</div>
GreyHead 17 Apr, 2010
Hi herdaems,

That looks fine and the form displays OK in Joomla 1.0

Really hard to say what else the problem might be.

Bob
herdaems 22 Apr, 2010
Ok, thank you for your time
This topic is locked and no more replies can be posted.