Forums

Submit button is not available in joomla 1.5

stachuu 22 Aug, 2007
I have a problem in joomla 1.5.
Chronoform don't view a submit button
code:
<input type="submit" name="submit" value="Submit" >

I only see:
\"Submit\"
Thanks
Max_admin 23 Aug, 2007
Impossible🙂, Can I see your page ? I needt o look at the source HTML.

Cheers

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
stachuu 23 Aug, 2007
It's my code
<table  cellpadding=\"2\" cellspacing=\"2\">
    <tbody>
      <tr>
        <td>
        <table align=\"center\" width=\"500\">
          <tbody>
            <tr>
              <td width=\"200\"><b>Nazwa
firmy lub organizacji</b></td>
              <td width=\"380\"><input name=\"odnazwa\"
 size=\"46\" maxlength=\"60\"><font>*</font></td>
            </tr>
            <tr>
              <td width=\"200\"><b>Numer
NIP</b><br>
format: nnnnnnnnnn</td>
              <td width=\"380\"><input name=\"nip\"
 size=\"13\" maxlength=\"13\"><font>*</font></td>
            </tr>
            <tr>
              <td width=\"200\"><b>ImiÄ™
i nazwisko</b></td>
              <td width=\"380\"><input name=\"unazwa\"
 size=\"46\" maxlength=\"255\"><font>*</font></td>
            </tr>
            <tr>
              <td width=\"200\"><b>Ulica</b></td>
              <td width=\"380\"><input name=\"ulica\"
 size=\"26\" maxlength=\"30\"><font>*</font></td>
            </tr>
            <tr>
              <td width=\"200\"><b>Kod
pocztowy i miejscowość</b><br>
format kodu: nn-nnn</td>
              <td width=\"380\"><input name=\"kod_p\"
 size=\"6\" maxlength=\"6\"> <input
 name=\"miasto\" size=\"20\" maxlength=\"25\"><font
 c=\"\">*</font></td>
            </tr>
            <tr>
              <td width=\"200\"><b>Telefon
z numerem kierunkowym</b></td>
              <td width=\"380\"><input name=\"telefon\"
 size=\"26\" maxlength=\"30\"></td>
            </tr>
            <tr>
              <td width=\"200\"><b>Adres
e-mail</b></td>
              <td width=\"380\"><input name=\"email\"
 size=\"26\" maxlength=\"100\"><font>*</font></td>
            </tr>
          </tbody>
        </table>
        <center><br>
        <input type=\"submit\" name=\"submit\" value=\"Submit\" ></center>
        </td>
        <td></td>
      </tr>
    </tbody>
  </table>

I see only this <br><br>Post edited by: stachuu, at: 2007/08/23 09:34
Max_admin 23 Aug, 2007
Hi,

I can see that every field attribute has a back slash before the double quotes, this is the problem, we discussed it here before with another user with 1.5 RC1 too, you iwll need to dsiable the magic quotes for your system🙂

Cheers

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
GreyHead 24 Aug, 2007
Hi stachuu,

I see that Magic Quotes On is the preferred setting for Joomla (see here for example) but there does seem to be something fundamentally different between the way it works with the 1.0 code and the 1.5. I expect that we'll be able to find a fix for that when Max looks into the 1.5 version of ChronoForms.

Bob

Post edited by: GreyHead, at: 2007/08/24 11:49<br><br>Post edited by: GreyHead, at: 2007/08/24 11:50
This topic is locked and no more replies can be posted.