Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Jan 2012
    Location
    New Jersey
    Posts
    74
    Plugin Contributions
    0

    Default Re: creating custom forms

    Okay this is what I now have:

    <form action="MAILTO:[email protected]" method="post" enctype="text/plain">
    Name:<br />
    <input type="text" name="name" value="your name" /><br />
    Your Phone Number (area code included)<br/>
    <input type="text" name="phone" value="your phone" /><br />
    E-mail:<br />
    <input type="text" name="mail" value="your email" /><br />
    Order or invoice number:<br />
    <input type="text" name="order" value="order number" size="50" />
    <br /><br />
    <input type="submit" value="Send">
    <input type="reset" value="Reset">

    </form>


    But when the mailer opens up it states that it is a form mail, but the data fields still are not importing, ie; name, phone, etc...

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: creating custom forms

    Copying your code (and changing the mailto address) to an EZ page and into the shipping info page works for me in both cases.

  3. #3
    Join Date
    Jan 2012
    Location
    New Jersey
    Posts
    74
    Plugin Contributions
    0

    Default Re: creating custom forms

    Okay now you lost me, have no easy pages, ( am clueless as to how to do them and what they do). Would you kindly walk me through it?

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: creating custom forms

    https://www.zen-cart.com/tutorials/i...hp?article=117

    But you don't need to bother with them if you want the form in the shipping info define page.

    I copied your code from post #4 into the shipping info define page (as you did), changed the mailto address to my address and it worked fine - it inserted the information from the fields into the email and sent them on.

  5. #5
    Join Date
    Jan 2012
    Location
    New Jersey
    Posts
    74
    Plugin Contributions
    0

    Default Re: creating custom forms

    Quote Originally Posted by stevesh View Post
    https://www.zen-cart.com/tutorials/i...hp?article=117

    But you don't need to bother with them if you want the form in the shipping info define page.

    I copied your code from post #4 into the shipping info define page (as you did), changed the mailto address to my address and it worked fine - it inserted the information from the fields into the email and sent them on.
    When I do it, it open my mailer system, my system is the email system that is associated with my domain. When I hit the submit button I get this 404 error:

    The requested URL /return request.html was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache Server at store.bbiclan.com Port 80


    Originally it was looking for a file and said the file did not exist. So I altered the code as such:

    <form name="input" action="return request.html" method="get">
    <form action="MAILTO:[email protected]" method="post" enctype="text/plain">
    Name:<br />
    <input type="text" name="name" value="your name" /><br />
    Your Phone Number (area code included)<br/>
    <input type="text" name="phone" value="your phone" /><br />
    E-mail:<br />
    <input type="text" name="mail" value="your email" /><br />
    Order or invoice number:<br />
    <input type="text" name="order" value="order number" size="50" />
    <br /><br />
    <input type="submit" value="Send">
    <input type="reset" value="Reset">

    </form>

 

 

Similar Threads

  1. Creating contact forms?
    By sim8729 in forum General Questions
    Replies: 2
    Last Post: 7 Jul 2011, 11:25 PM
  2. Custom Forms
    By wwiii in forum General Questions
    Replies: 3
    Last Post: 11 May 2009, 05:51 PM
  3. Creating Input Forms
    By jackii_8 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Apr 2009, 01:26 AM
  4. Creating Email Forms
    By ATC in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 16 Apr 2008, 08:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg