Sal Collaziano Well-known member Aug 8, 2018 #1 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...
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...
Jordyn Well-known member Aug 10, 2018 #2 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 6.4 KB · Views: 75 Upvote 0 Downvote
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
D djbaxter in memoriam 1947-2022 Aug 18, 2018 #3 Or add above so they see the notice before they click Submit. Upvote 0 Downvote
Sal Collaziano Well-known member Aug 18, 2018 #4 I think this will work very well for what I need. Thank you very much! Upvote 0 Downvote