Form Builder - destination e-mail based on select choice
Posted: Wed Nov 30, 2011 9:13 am
I would like to prepare a contact form, which will be sent on an e-mail address depending on the user choice.
I would like to show a list of countries in SELECT tag. To each country there is an e-mail address assigned.
Eg. England -> info@domain.co.uk
Poland -> info@domain.pl
Russia -> info@domain.pl
Egypt -> egypt@domain.com
etc.
I have a list of countries in DB, so I would like to use existing table for it.
Database 'contact_address' has 3 columns 'id, country, email'.
Did someone do sth similar?
I would like to show a list of countries in SELECT tag. To each country there is an e-mail address assigned.
Eg. England -> info@domain.co.uk
Poland -> info@domain.pl
Russia -> info@domain.pl
Egypt -> egypt@domain.com
etc.
I have a list of countries in DB, so I would like to use existing table for it.
Database 'contact_address' has 3 columns 'id, country, email'.
Did someone do sth similar?