Formdesigner: how is it supposed to work ?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
cyaneo
Posts: 128
Joined: Sun 6. Feb 2005, 01:23
Contact:

Post 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
Gruss
cyaneo
Zen Cart - The Art of e-Commerce

Wenn jeder dem anderen helfen wollte, wäre allen geholfen.
-------------------------------------------
Ein Problem ist halb gelöst, wenn es klar formuliert ist.
brans

Post by brans »

it works fine for me.
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

Can anyone please confirm if the new form generator
will allow to write the data in a database table... :?:

Cheers,

Yves
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post 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.
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

Thank you Ben. I should test the new DEV soon ;-)
Cheers,
Yves
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
Carino
Posts: 98
Joined: Sat 25. Sep 2004, 13:27
Location: NRW - Oberbergisches Land
Contact:

Post 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
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post by Ben »

I don't think you can. Oliver ... any suggestions?
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post 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.
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post 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.
Last edited by Ben on Fri 25. Feb 2005, 02:03, edited 1 time in total.
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

right ben, not the best, but a possibility for now :-)
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
Carino
Posts: 98
Joined: Sat 25. Sep 2004, 13:27
Location: NRW - Oberbergisches Land
Contact:

Post 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
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post by Ben »

delete
Last edited by Ben on Fri 25. Feb 2005, 08:20, edited 1 time in total.
brans

Post 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).
Carino
Posts: 98
Joined: Sat 25. Sep 2004, 13:27
Location: NRW - Oberbergisches Land
Contact:

Post 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.
Carino
Posts: 98
Joined: Sat 25. Sep 2004, 13:27
Location: NRW - Oberbergisches Land
Contact:

Post 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
Post Reply