XF 2.0 Contact Form Edit

Sal Collaziano

Well-known member
Which template do I use to add some code to the contact form popup? I have people asking me questions through the contact form that they should be posting in the community...
 
In the contact_form template you could do something like this or find your own spot.

Scroll to the bottom of contact_form template and find
Code:
<xf:submitrow submit="{{ phrase('send') }}" />
add below:
Code:
<div style="text-align: center">Probably the neatest spot to add something?
        </div>
Someone else may come up with a better idea but its a start ;)
 

Attachments

  • contact1.webp
    contact1.webp
    6.4 KB · Views: 73
Top Bottom