Use this forum to help each other on the Freebies offered at luiszuno.com.
Another noob question about Contact us/Email problem...
  • Hey there. Love the template but having troubles with the contact page.

    I think I may have gotten this set up correctly but when I test it I get no emails.

    Here is what I have.

    input type="hidden" value="jwand@hypnotism.com" name="to" id="to" />
    input type="hidden" value="jwand@hypnotism.com" name="from" id="from" />
    input type="hidden" value="From Website" name="subject" id="subject" />"
    input type="hidden" value="send-mail.php" name="sendMailUrl" id="sendMailUrl" />

    Any suggestions of what I have done wrong?
  • Switch input type="hidden" value="jwand@hypnotism.com" name="from" id="from" />

    to input type="hidden" value="youremail@hypnotism.com" name="from" id="from" />

    That works on my site. With my email, not yours, obviously.
  • Thank you for such a fast response but still no luck even after the change.
  • I have a question? I must be missing it, in the code above, how do you make subject of the email dynamic? Is it possible? Or does it have to be hard coded?

    input type="hidden" value="From Website" name="subject" id="subject" />"
  • I have the Shinra template, so I hope you do too or it's the same. I assume you're making these changes in the contact.html page?

    Did you also add your email address in the send-mail.php file? I am on my phone typing this so can't give specifics, but let me know if you don't figure it out from there.