Custom contact us field not working in email (placeholder help)

  • Thread starter Thread starter SleepyStew
  • Start date Start date

SleepyStew

Guest
Member
So I have set up a basic selection box in the contact us form which is the following:
1645003766386.png
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...
 
Top