-
Passing HTML form data to XML
Preface: I'm very new to XML, so please forgive my ignorance. I've been working on this for a few days and cant figure out the best path to go.
Goal: Take data from an HTML form that a user fills out, press submit and the data is passed to an email, within the email is XML code that has the data provided by the customer.
so it should look like this:
HTML form --> data passed--> Email - in the body of the email should be something like this:
<root>
<data>htmlformfield1</data>
<datab>htmlformfield2</datab>
</root>
I'm lost on what is the simplest method to accompish this task. ASP? XFORMS? Anything that allows me to keep the existing HTML would be best, but if need be I can rewrite it.
Thank you so much for your help.
Similar Threads
-
Replies: 0
Last Post: 12-27-2005, 06:43 AM
-
Replies: 5
Last Post: 01-10-2003, 09:39 PM
-
Replies: 2
Last Post: 02-05-2001, 04:54 PM
-
By HSIN NING in forum Web
Replies: 0
Last Post: 08-21-2000, 12:21 AM
-
By HSIN NING in forum XML
Replies: 0
Last Post: 08-21-2000, 12:17 AM
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|