Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Help with PHP Verification Form?!?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42437
    itskater
    Member

    Hey guys,
    Im trying to create a verification for that will send an email to the owner of the website. I thought I had everything set up correctly but when you access the page it says “Error: Couldnot get the input object named: name” Then after clicking okay and filling it out it says it again and does not send the email. Can some one help me out?

    This is the sample page I’m hosting on my website:
    http://tylerdickersondesign.com/Empire/verification.html

    Thanks again.

    #123196
    __
    Participant

    not a PHP error.
    It’s coming from your javascript form validator [/Empire/scripts/gen_validatorv31.js, line 105].

    You’re getting that error because you try to add a validation rule to your form input named `name` (which does not exist).

    Regarding your email not sending: if you need/want any help with your PHP scripts, you’ll have to share them.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.