Contactform

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
TNTH

Contactform

Post by TNTH »

I tried to use my own contactform with it's own procession of the data, but I just can't get it working.

At first I put the code into an html blob, but when i embed this in my page, it does show the code instead of the form.

Then I tried to put the code into the page itselfes with a little help of TinyMCE. At that point it won't show the textforms.

Can someone please help me with this?

This is the code:

Code: Select all

	<FORM  METHOD="POST"
	 ACTION="/cgi-bin/cgiemail/cgiemail/info.txt">
	<table width="300" border="0">
        <tr>
          <td>Naam</td>
          <td>:
            <INPUT SIZE=30 NAME="required-yourname"></td>
        </tr>
        <tr>
          <td>E-mail</td>
          <td>:
            <INPUT SIZE=30 NAME="required-email"></td>
        </tr>
        <tr>
          <td>Info over</td>
          <td>:
            <select name="required-info" size="1" id="required-info">
              <option value="info@mijndomein.nl">Algemeen</option>
              <option value="tekst@mijndomeinn.nl">Tekst</option>
              <option value="design@mijndomein.nl">Design</option>
            </select></td>
        </tr>
      </table>
	  
	    <p>Uw opmerking/vraag: 
          <TEXTAREA name="required-quest" rows=10 cols=32></TEXTAREA>
          <BR>
          <INPUT name="Verstuur" TYPE="image" src="images/verstuur.gif" width="78" height="28" id="Verstuur" value="Verstuur">
          <INPUT TYPE="hidden" NAME="success" VALUE="http://www.mijndomein.nl/cms/index.php?page=Bedankt">
        </p>
      </FORM> 
As you might have seen it's CGI email (Click here)
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Contactform

Post by Ted »

Turn off TinyMCE. Unfortuatly, all of these WYSIWYGs have bugs, and if you're doing very specific HTML work, it's just going to mess it all up. You can turn on TinyMCE in the User Preferences.
TNTH

Thnx

Post by TNTH »

Thnx wishy, it works perfectly now.
Locked

Return to “CMSMS Core”