S
SleepyStew
Guest
So I have set up a basic selection box in the contact us form which is the following:

Although I can't seem to pass the value of it into the contact us email.
The code for the contact us form custom section is the following:
Code:
Read more
Continue reading...

Although I can't seem to pass the value of it into the contact us email.
The code for the contact us form custom section is the following:
Code:
Code:
<xf:selectrow name="topic"
label="{{ phrase('topic') }}" required="required" hint="{{ phrase('required') }}">
<xf:option value="None"></xf:option>
<xf:option value="I lost my password">I lost my password</xf:option>
<xf:option...
Read more
Continue reading...