Form being cut off on joomla frontend.

thatsmashykid 09 Oct, 2010
Hey,

First timer here on the forums.
Have just installed Chrono Forms onto my Joomla website and am having some troubles with it.

I have made a very extensive form using the form wizard and the form is located here
http://leapingfoxmultimedia.com.au/index.php?option=com_chronocontact&chronoformname=sharedhostingsignup.

If you visit the link, You will be able to see that the form is cut off at the bottom.

I am desperately trying to figure out why and even my designing skills cant top this one.

Any ideas?

It also does the same when I put the form in an article using the plugin & the tags.
GreyHead 09 Oct, 2010
Hi thatsmashykid,

I've no idea why but the options for the last drop-down displayed are broken - there's a little script code popped into the ALLEY option:
    <select class="cf_inputbox validate-selection" id="select_11" size="1" title=""  name="street-type">
    <option value="">choose an option</option>
      <option value="ACCESS">ACCESS</option>
<option value="ALLEY<script type=">ALLEY<script type=</option>
<option value="APPROACH">APPROACH</option>


Bob

PS The dash in the select name may also cause problems - replace it with an underscore street_type
thatsmashykid 10 Oct, 2010
Hi,

What part of the code is broken?

 <select class="cf_inputbox validate-selection" id="select_11" size="1" title=""  name="street-type">
    <option value="">choose an option</option>
      <option value="ACCESS">ACCESS</option>
<option value="ALLEY<script type=">ALLEY<script type=</option>
<option value="APPROACH">APPROACH</option>


Should the above be...

 <select class="cf_inputbox validate-selection" id="select_11" size="1" title=""  name="street-type">
    <option value="">choose an option</option>
      <option value="ACCESS">ACCESS</option>
<option value="ALLEY</option>
<option value="APPROACH"></option>


?
thatsmashykid 10 Oct, 2010
I fixed the code ans its working perfectly!🙂

Thanks so much for your help.
This topic is locked and no more replies can be posted.