Page 3 of 3

Posted: Wed 23. Feb 2005, 22:57
by cyaneo
great but the output link doesn´t work - but that doesn´t matter....
of course it works - this site is online. try again and look at the form there.

otherwise klick on "Enduro Touren", then "Termine 2005" (bottom of article) and then on "Buchungsanfrage"

Note: this only works in german

Posted: Thu 24. Feb 2005, 09:23
by brans
it works fine for me.

Posted: Thu 24. Feb 2005, 19:56
by StudioZ
Can anyone please confirm if the new form generator
will allow to write the data in a database table... :?:

Cheers,

Yves

Posted: Thu 24. Feb 2005, 20:01
by Ben
I don't think that it allows you to write to the db, although this feature would be great. It seems like it might be planned, as there is a dropdown to set the target - e-mail being the only option at this point.

Posted: Thu 24. Feb 2005, 20:13
by StudioZ
Thank you Ben. I should test the new DEV soon ;-)
Cheers,
Yves

Posted: Thu 24. Feb 2005, 23:32
by Carino
I have to make a mini shop formular. How can I display two fields in one line? Like:

amount: description:

[______] [__________________________________]



Ich muss ein Mini Shop Formular entwerfen. Wie kann ich zwei Felder in einer Reihe anzeigen lassen ? Wie:

Menge: Beschreibung:

[______] [__________________________________]


Aber der HTML Output ist ja schonmal klasse! Erinnert mich leicht an Typo3 und gefällt mir sehr gut.

Gruß Carino

Posted: Fri 25. Feb 2005, 01:40
by Ben
I don't think you can. Oliver ... any suggestions?

Posted: Fri 25. Feb 2005, 01:45
by cyrano
you can setup the normal form and copy the output rendered code, than copy it in a new content part as html and than move the form fiel you wish to set beside the other one via html.

Posted: Fri 25. Feb 2005, 01:47
by Ben
Right, Cyrano, this is always an option, but not as nice of a solution for future modifications. Personally, I always like to keep things modular so that future modifications are simple and pain-free.

Posted: Fri 25. Feb 2005, 01:56
by cyrano
right ben, not the best, but a possibility for now :-)

Posted: Fri 25. Feb 2005, 02:07
by Carino
Danke dir Cyrano. Die Lösung kenn ich, dachte nur, dass es bei der 1.2.1 schon was Neues gibt :o)
Werde das dann wohl auch so machen. Kann ich darüber auch Pflichtfelder angeben? Das ganze entsteht übrigens hier: http://www.kunden.it-service.tk/medishop

Posted: Fri 25. Feb 2005, 02:15
by Ben
delete

Posted: Fri 25. Feb 2005, 08:09
by brans
hmm I think that I have seen this logo as a free template somewhere in the internet...

I have also used it once in the past (the template).

Posted: Fri 25. Feb 2005, 10:05
by Carino
hi.
I have found my Logo on a chinese or japanese phone company site. But with other colors, other size, different dimension (not sqeezed) and created with Macromedia Freehand. The font, who choose called Minon.

Posted: Fri 25. Feb 2005, 22:02
by Carino
Now I can send the formular and get a successful message, but got no email.

Can't found the mistake? :(

Code: Select all

<form action="include/inc_act/act_formmailer.php" method="post" target = "_self"> 
  <table width="500"  border="0" cellpadding="0" cellspacing="0">
    <tr>
      <td width="150">Praxis / Firma:</td>
      <td width="336"><input name="praxis" type="text" id="praxis2" size="35"></td>
    </tr>
    <tr>
      <td>Ansprechpartner:</td>
      <td><input name="Ansprechpartner" type="text" id="Ansprechpartner2"></td>
    </tr>
    <tr>
      <td>Stra&szlig;e, Nr.:</td>
      <td><input name="Stra&szlig;e" type="text" id="Stra&szlig;e2">
          <input name="Nummer" type="text" id="Nummer2" size="5" maxlength="5"></td>
    </tr>
    <tr>
      <td>PLZ, Ort: </td>
      <td><input name="PLZ" type="text" id="PLZ2" size="5" maxlength="5">
          <input name="Ort" type="text" id="Ort2"></td>
    </tr>
    <tr>
      <td>eMailadresse:</td>
      <td><input name="email" type="text" id="email"></td>
    </tr>
  </table>
  <br>
  <table width="500"  border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="100"><div align="center"><strong>Anzahl</strong></div></td>
      <td width="412"><div align="center"><strong>Artikelbeschreibung </strong>(mehrzeilig) </div></td>
    </tr>
    <tr>
      <td valign="top">&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td valign="top">
        <div align="center">
          <input name="menge1" type="text" id="menge1" size="5" maxlength="5">
        </div></td>
      <td><div align="center">
        <textarea name="beschreibung1" cols="50" rows="2" id="beschreibung1"></textarea>
      </div></td>
    </tr>
    <tr>
      <td valign="top">
        <div align="center">
          <input name="menge2" type="text" id="menge2" size="5" maxlength="5">
        </div></td>
      <td><div align="center">
        <textarea name="beschreibung2" cols="50" rows="2" id="beschreibung2"></textarea>
      </div></td>
    </tr>
    <tr>
      <td valign="top">
        <div align="center">
          <input name="menge3" type="text" id="menge3" size="5" maxlength="5">
        </div></td>
      <td><div align="center">
        <textarea name="beschreibung3" cols="50" rows="2" id="beschreibung3"></textarea>
      </div></td>
    </tr>
    <tr>
      <td valign="top">
        <div align="center">
          <input name="menge4" type="text" id="menge4" size="5" maxlength="5">
        </div></td>
      <td><div align="center">
        <textarea name="beschreibung4" cols="50" rows="2" id="beschreibung4"></textarea>
      </div></td>
    </tr>
    <tr>
      <td valign="top">
        <div align="center">
          <input name="menge5" type="text" id="menge5" size="5" maxlength="5">
        </div></td>
      <td><div align="center">
        <textarea name="beschreibung5" cols="50" rows="2" id="beschreibung5"></textarea>
      </div></td>
    </tr>
    <tr>
      <td valign="top">
        <div align="center">
          <input name="menge6" type="text" id="menge6" size="5" maxlength="5">
        </div></td>
      <td><div align="center">
        <textarea name="beschreibung6" cols="50" rows="2" id="beschreibung6"></textarea>
      </div></td>
    </tr>
    <tr>
      <td valign="top">
        <div align="center">
          <input name="menge7" type="text" id="menge7" size="5" maxlength="5">
        </div></td>
      <td><div align="center">
        <textarea name="beschreibung7" cols="50" rows="2" id="beschreibung7"></textarea>
      </div></td>
    </tr>
    <tr>
      <td valign="top">
        <div align="center">
          <input name="menge8" type="text" id="menge8" size="5" maxlength="5">
        </div></td>
      <td><div align="center">
        <textarea name="beschreibung8" cols="50" rows="2" id="beschreibung8"></textarea>
      </div></td>
    </tr>
    <tr>
      <td valign="top">
        <div align="center">
          <input name="menge9" type="text" id="menge9" size="5" maxlength="5">
        </div></td>
      <td><div align="center">
        <textarea name="beschreibung9" cols="50" rows="2" id="beschreibung9"></textarea>
      </div></td>
    </tr>
    <tr>
      <td valign="top">
        <div align="center">
          <input name="menge10" type="text" id="menge10" size="5" maxlength="5">
        </div></td>
      <td><div align="center">
        <textarea name="beschreibung10" cols="50" rows="2" id="beschreibung10"></textarea>
      </div></td>
    </tr>
    <tr>
      <td valign="top">
        <div align="center">
          <input name="menge11" type="text" id="menge11" size="5" maxlength="5">
        </div></td>
      <td><div align="center">
        <textarea name="beschreibung11" cols="50" rows="2" id="beschreibung11"></textarea>
      </div></td>
    </tr>
    <tr>
      <td valign="top">
        <div align="center">
          <input name="menge12" type="text" id="menge12" size="5" maxlength="5">
        </div></td>
      <td><div align="center">
        <textarea name="beschreibung12" cols="50" rows="2" id="beschreibung12"></textarea>
      </div></td>
    </tr>
    <tr>
      <td valign="top">
        <div align="center">
          <input name="menge13" type="text" id="menge13" size="5" maxlength="5">
        </div></td>
      <td><div align="center">
        <textarea name="beschreibung13" cols="50" rows="2" id="beschreibung13"></textarea>
      </div></td>
    </tr>
    <tr>
      <td valign="top">
        <div align="center">
          <input name="menge14" type="text" id="menge14" size="5" maxlength="5">
        </div></td>
      <td><div align="center">
        <textarea name="beschreibung14" cols="50" rows="2" id="beschreibung14"></textarea>
      </div></td>
    </tr>
    <tr>
      <td valign="top">
        <div align="center">
          <input name="menge15" type="text" id="menge15" size="5" maxlength="5">
        </div></td>
      <td><div align="center">
        <textarea name="beschreibung15" cols="50" rows="2" id="beschreibung15"></textarea>
      </div></td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
	  <td>
	  <input type="hidden" name="subject" value="Kontaktaufnahme über Webseite"> 
	  <input type="hidden" name="recipient" value="lars@tubies.de"> 
      <input type="hidden" name="type" value="1">
	  <input type="hidden" name="redirect" value="{SITE}index.php?erfolgreich" id="redirect" /> 
	  <input type="hidden" name="redirect_error" value="{SITE}index.php?fehler" id="redirect_error" />
      <input type="submit" name="submit" value="Bestellung abschicken"></td>
    </tr>
  </table>
</form>
// smtp values
$phpwcms['SMTP_FROM_EMAIL'] = 'lars@tubies.de'; // reply/from email address
$phpwcms['SMTP_FROM_NAME'] = 'Medishop'; // reply/from name
$phpwcms['SMTP_HOST'] = 'localhost'; // SMTP server (host/IP)
$phpwcms['SMTP_PORT'] = 25; // SMTP-Server port (default 25)
$phpwcms['SMTP_MAILER'] = 'mail'; // default phpMailer: smtp, mail (default), sendmail
$phpwcms['SMTP_AUTH'] = 0; // sets SMTP_AUTH to ON/OFF
$phpwcms['SMTP_USER'] = ''; // default SMTP login (user) name
$phpwcms['SMTP_PASS'] = ''; // default SMTP password