Hello guys
I am using Chrono Forms and it's best form component i've ever seen!
But now i have a problem: I use my custom Form code
That works good but now i have a problem with the Email Settings.
I Want the information filled in by the site visitors to be sent to the email. So I set an e-Mail Adress and also put some "dynamic name" and "dynamic from" to enable the Email. But because i use my own html dynamic from and dynamic name doesn't make any sense and are removed autmoatically. As a result email is disabled again.
What can I do to enable the Email function and sending all filled information?
THX for your help guys :-)
I am using Chrono Forms and it's best form component i've ever seen!
But now i have a problem: I use my custom Form code
<fieldset class="kontaktteil">
<legend>Persönliche Angaben</legend>
<div class="reihe">
<span class="label">Name <span>*</span></span>
<span class="feld"><input type="text" name="name" class="defbreite"
size="15" /></span>
</div>
<div class="reihe">
<span class="label">Vorname <span>*</span></span>
<span class="feld"><input type="text" name="vorname" class="defbreite"
size="15" /></span>
</div>
<div class="reihe">
<span class="label">Strasse</span>
<span class="feld"><input type="text" name="strasse" class="defbreite"
size="15" /></span>
</div>
<div class="reihe">
<span class="label">PLZ/Ort</span>
<span class="feld"><input type="text" name="plz" class="plz"
size="3" />
<input type="text" name="ort" class="ort"
size="8" /></span>
</div>
<div class="reihe">
<span class="label">Land</span>
<span class="feld"><input type="text" name="land" class="defbreite"
size="15" /></span>
</div>
<div class="reihe">
<span class="label">Telefon <span>*</span></span>
<span class="feld"><input type="text" name="telefon" class="defbreite"
size="15" /></span>
</div>
<div class="reihe">
<span class="label">Mobiltelefon</span>
<span class="feld"><input type="text" name="mobiltelefon" class="defbreite"
size="15" /></span>
</div>
<div class="reihe">
<span class="label">E-Mail <span>*</span></span>
<span class="feld"><input type="text" name="email" class="defbreite" /></span>
</div>
</fieldset>
<fieldset class="kontaktteil">
<legend>Angaben zur Erbschaft</legend>
<div class="reihe">
<span class="label">Name Erblasser</span>
<span class="feld"><input type="text" name="erblassername" class="defbreite"
size="15" /></span>
</div>
<div class="reihe">
<span class="label">Vorname Erblasser</span>
<span class="feld"><input type="text" name="erblasservorname" class="defbreite"
size="15" /></span>
</div>
<div class="reihe">
<span class="label">Todestag</span>
<span class="feld"><input type="text" name="erblassertodestag" class="defbreite"
size="15" /></span>
</div>
<div class="reihe">
<span class="label">Wohnort Erblasser</span>
<span class="feld"><input type="text" name="erblasserwohnort" class="defbreite"
size="15" /></span>
</div>
<div class="reihe">
<span class="label">Erbquote</span>
<span class="feld"><input type="text" name="erbquote" value="in %" class="defbreite"
size="15" /></span>
</div>
</fieldset>
<fieldset class="kontaktteil">
<legend>Weitere Mitteilungen</legend>
<div class="reihe">
<span class="feld">
<textarea class="mitteilung" name="mitteilung" cols="40" rows="8"></textarea>
</span>
</div>
</fieldset>
<input class="knopf" type="submit" value="Absenden" />
<p class="rot">* Pflichtfelder</p>
That works good but now i have a problem with the Email Settings.
I Want the information filled in by the site visitors to be sent to the email. So I set an e-Mail Adress and also put some "dynamic name" and "dynamic from" to enable the Email. But because i use my own html dynamic from and dynamic name doesn't make any sense and are removed autmoatically. As a result email is disabled again.
What can I do to enable the Email function and sending all filled information?
THX for your help guys :-)