SleepyStew
Guest
Member
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:
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:
Code:
<xf:selectrow name="topic"
label="{{ phrase('topic') }}" required="required" hint="{{ phrase('required') }}">
<xf:option...
Read more
Continue reading...