I created an html form whic resides on one of my web sites. The form is completed by the user and then emailed to me, when he/she clicks the submit button. In the email, the titles of each field on the form preceed the contents the user entered, for example:
name: John Smith
company: ABC Widgets
street: 123 Someplace Road
city: Somewhere
state: XX
zipcode: 0U812
I want to input the data automatically into a data file without the need to key it.
Does anyone have a suggestion as to an efficient way to do this using vfp 6 or 7?
Thanks,
name: John Smith
company: ABC Widgets
street: 123 Someplace Road
city: Somewhere
state: XX
zipcode: 0U812
I want to input the data automatically into a data file without the need to key it.
Does anyone have a suggestion as to an efficient way to do this using vfp 6 or 7?
Thanks,