Skip to main content

form submit via html email 44 Responses

Last post: 9 years, 11 months ago | Thread started: Jun 3, 03, 8:01 p.m.

RespondNew TopicDisable Images

  • joec

    hey people

    i need some html email advice here... a client has asked me to come up with a good html email for a disney vacation, and he wants a form with their info (name, phone, email, etc). any idea how i can get all this info submitted into an email that is returned back to the company?

    ive used the "ez form mail" script before - without a hitch, but i havent been able to configure it for the html email...

    any suggestions??

    thanks!!

    - joe.c

    Jun 3, 03, 8:01 p.m. – Permalink
  • kodap

    Yo'll need a php or asp file so send the info submited by the form.

    (form name="formname" method="post" action="send_info_file.asp ")

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJun 3, 03, 8:13 p.m. – Permalink
  • kodap

    here's something...(php)

    http://www.hotscripts.com/Detail…

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJun 3, 03, 8:17 p.m. – Permalink
  • ilmarine

    does html mean a html-mail or just html as in via a form on a page?

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJun 3, 03, 8:18 p.m. – Permalink
  • joec

    thanks for the idea, but i am using a cgi script called "ez form mail" - and ive used it several times in the past for web based forms, but i am having trouble configuring it from within an html email.

    see the thing is for the tag in my form... i cant specify the exact pathname for my script becuase it is "below" my www directory, which isnt accessible from the web. when doing a form on the server, you can just specify the filename... but from the html email... i need to specify the complete url... which isnt possible in this case....

    so, thats where im at right now. the form works like a charm when i try the web based version.... but the email one does nothing.

    if anyone has encountered something like this, id love to hear your thoughts on the matter!!

    thanks

    - joe.c

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJun 3, 03, 11:29 p.m. – Permalink

Login or Register to respond to this

Skip to main content