Template rendering as HTML
-
Hi there,
trying to use a template for a rsvp form but it renders as html
Template text WheelismBookingForm is as follows:
<table class=’eme-rsvp-form’ bgcolor=”#6cf8af”>
<tr><th scope=’row’>Last Name*:</th><td>#_LASTNAME</td></tr>
<tr><th scope=’row’>First Name*:</th><td>#REQ_FIRSTNAME</td></tr>
<tr><th scope=’row’>E-Mail*:</th><td>#_EMAIL</td></tr>
<tr><th scope=’row’>Phone number:</th><td>#_PHONE</td></tr>
<tr><th scope=’row’>Seats*:</th><td>#_SPACES</td></tr>
<tr><th scope=’row’>Code:</th><td>#_DISCOUNT</td></tr>
<tr><th scope=’row’>If you’re booking a course with us please let us know a little about your current riding, and what you’d like to gain from your time with Wheelism, or add any comments/questions below:</th><td>#_COMMENT</td></tr>
</table>
#_SUBMITIf I just paste this in on the RSVP page it works just fine, but not as a template.
I’m doing something stupid aren’t I?
Cheers
The page I need help with: [log in to see the link]
- The topic ‘Template rendering as HTML’ is closed to new replies.