We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 44425
    • 10 Posts
    Not really sure what else to post here to be honest. Thats everything.
    • It seems like you are posting the source code output from the browser we need to see the actual code of your template which you did in your first post because it has the MODX template variables and snippets.

      You need to go to the elements tab in MODX then expand the snippets category and click on the quickContact snippet and copy and paste it's content which looks something like this:

      <div id="contactRight">
      [[!FormIt? 
      &hooks=`spam,email,FormItAutoResponder,redirect` 
      &emailTpl=`formEmail` 
      &emailTo=`[email protected]` 
      &emailSubject=`Contact Form Submission - [[++site_name]]` 
      &redirectTo=`6` &fiarTpl=`formAuto` 
      &fiarSubject=`[[++site_name]] Contact Form Submission` 
      &fiarFrom=`[email protected]` 
      &customValidators=`securityCode` 
      &store=`1`
      &validate=`nospam:blank, name:required, email:email:required, phone:phone:required, city:city:required, zip:zip:required, state:state:required, message:required:stripTags, securityCode:required:securityCode`]]
      <form class="form" action="[[~[[*id]]]]" method="post">
      [[+fi.error.error_message]] 
      <input type="hidden" name="nospam" /> 
      <label for="name">Name: [[+fi.error.name]]</label> 
      <input id="name" type="text" name="name" value="[[+fi.name]]" /> 
      <label for="phone">Phone: [[+fi.error.phone]]</label> 
      <input id="phone" type="text" name="phone" value="[[+fi.phone]]" /> 
      <label for="email">Email: [[+fi.error.email]]</label> 
      <input id="email" type="text" name="email" value="[[+fi.email]]" />
      <label for="city-state-zip" id="city-state-zip">City: [[+fi.error.city]] State: [[+fi.error.state]] Zip: [[+fi.error.zip]] </label> 
      <input id="city" type="text" name="city" value="[[+fi.city]]" /> 
      <input id="state" type="text" name="state" value="[[+fi.state]]" /> 
      <input id="zip" type="text" name="zip" value="[[+fi.zip]]" /> 
      <label for="message">Message: [[+fi.error.message]]</label> 
      <textarea id="message" name="message" >[[+fi.message]]</textarea> [[$securityCode]] 
      <input type="submit" value="" id="submit" /></form>
      </div>
      


      You did it right but because you didn't put it in the code tags it got rid of all the php code we need to evaluate in order to solve your issue, hope that makes sense.
        Benjamin Marte
        Interactive Media Developer
        Follow Me on Twitter | Visit my site | Learn MODX