Mail from
Mail from
I need to make an email form where I can choose between more than one person(e-mail adress) who will receive the e-mail. Like this:
<p>Choose a person to contact</p>
<selecte name="contact">
<option value="mail1@a.com>Administration</option>
<option value="mail2@a.com>Sales</option>
<option value="mail3@a.com>Support</option>
</selecte>
Is it posible to create a mail form like this in phpWCMS?
If not. Is it then posibale to write my own mail form in phpWCMS or do I need to make a brand new php page without any contact to the WCMS-System?
I hope you can read my bad english writing(I'm form Denmark )
<p>Choose a person to contact</p>
<selecte name="contact">
<option value="mail1@a.com>Administration</option>
<option value="mail2@a.com>Sales</option>
<option value="mail3@a.com>Support</option>
</selecte>
Is it posible to create a mail form like this in phpWCMS?
If not. Is it then posibale to write my own mail form in phpWCMS or do I need to make a brand new php page without any contact to the WCMS-System?
I hope you can read my bad english writing(I'm form Denmark )
I think it's possible by choosing the "HTML" content part and inserting the appropriate HTML code.
Campeones del mundo!
Vegetables!
Vegetables!
This type of form field is built in to the Email Contact Form:
http://www.phpwcms-docu.de/index.php?e- ... ntact_form
You would add the type: select menu. Then list the options.
http://www.phpwcms-docu.de/index.php?e- ... ntact_form
You would add the type: select menu. Then list the options.
Yes I know that. But I want the visitor to deside witch person he wants to get i contact with by using the select menu.
I made a form like this but when I prees 'Send message' the mail will be sent to the e-mail i typed in the 'recipient' field for my article email form. I need the mail to be sent to one of the choosen persons in the select menu.
IT|name|1|name: |40,100||300
IT|mail|1|mail: |40,100||300
TA|message|0|message: |20,3||300
SM|contact|0|contact: |20,100|admin#sale|300
IH|hiddencode|0||10,100|xyz123456|0
IH|language|0||10,100|EN|0
If its possible, would you give me an example?
I made a form like this but when I prees 'Send message' the mail will be sent to the e-mail i typed in the 'recipient' field for my article email form. I need the mail to be sent to one of the choosen persons in the select menu.
IT|name|1|name: |40,100||300
IT|mail|1|mail: |40,100||300
TA|message|0|message: |20,3||300
SM|contact|0|contact: |20,100|admin#sale|300
IH|hiddencode|0||10,100|xyz123456|0
IH|language|0||10,100|EN|0
If its possible, would you give me an example?
hello
this is with the old contactform not possible choose the new one!
http://www.phpwcms-docu.de/index.php?e- ... ktformular
as far as i remember there it should be possible!
this is with the old contactform not possible choose the new one!
http://www.phpwcms-docu.de/index.php?e- ... ktformular
as far as i remember there it should be possible!