Jump to content

EZ_order.php script question


igadson

Recommended Posts

I used the Ezformmail script and the script works except the only problem is the email I receive doesn't return any values such as name and email address of the person how entered their information. The script is below and here's a link to page that has the form on it.  Any assistance would be greatly appreciated. I've also attached the actual ez_order.php script as well. Thanks Ian

 

    <form action="scripts/ez_order.php" method="post" name="form1" >

    <input type="hidden" name="subject" value="Please notify me when Verna and Associates launches" />

    <input type="hidden" name="redirect" value="http://gadfellows.com" />

     

      <input name="realname" type="text" id="Full Name" value="Name" size="30" />

     

      <input name="email" type="text" id="Email Address" value="Enter your email here" size="30" />

   

      <input name="submit" type="submit" class="submitbutton" onclick="MM_validateForm('email','','RisEmail');MM_validateForm('Full Name','','R','Email Address','','RisEmail');return document.MM_returnValue" value="Notify Me" /> 

 

    </form>

 

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/204219-ez_orderphp-script-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.