I ve set some a dropdown menu to a contact form to induce user select a service he is interested to. However on email sent, only the according number of service is shown:
0=Service 1
1=Service 2
2=Service 3
and in email template it is:
<tr><td>Service interested to</td><td>{service}</td></tr>
but result is:
Service interested to 2
instead of:
Service interested to Service 3
Also, how can I set a zero (null) selection? Users sometimes do not select a service but just leave the first option on.
It is going to be required in validation and I want users to actually select a service.
0=Service 1
1=Service 2
2=Service 3
and in email template it is:
<tr><td>Service interested to</td><td>{service}</td></tr>
but result is:
Service interested to 2
instead of:
Service interested to Service 3
Also, how can I set a zero (null) selection? Users sometimes do not select a service but just leave the first option on.
It is going to be required in validation and I want users to actually select a service.