0

我需要有关http://robert-richter.com上导航点 Kontakt 下的联系公式的帮助。我想用不同的主题发送这个表格。在下拉菜单中选择了 Dependung on with 选项,我想创建一个单独的主题。我想这样做的原因是因为我想在我的电子邮件帐户中使用一个过滤器,它可以根据 sibject 标题保存电子邮件。

例子:

联系表格名称:John Alex 选项选择:Anfrage persönlich // 私人请求的德语

邮箱中的主题:Persönliche Anfrage von Alex John 23/08/2013

过滤“Persönliche Anfrage von”并将其保存在“Persönliche Anfragen”文件夹中(英语:私人请求)

<form title="Kontaktformular" name="subform" method="post" action="">
<label for="fname">Name</label>
<input name="name" title="Name" type="text">
<label for="email">E-Mail-Adresse</label>
<input name="email" title="Email" type="text">
<label for="auswahl">Präfix</label>

<label class="label">
    <select name="auswahl" class="dropdown">
    <option selected="" value="anfrage">Anfrage Webdesign</option>
    <option value="anfragep">Anfrage persönlich</option>
    <option value="andere">Alles andere</option>
    <option value="spam">Spam</option>
    </select>
</label>

<textarea name="text" title="Text" label="dwaa"></textarea>
<button value="send" type="submit" class="button">Absenden</button>
</form>
4

0 回答 0