Aug 25th, 2010, 7:52 AM
(This post was last modified: Aug 25th, 2010, 8:01 AM by conradcliff.)
Hey guys, it's been a while but I'm wanting to do some new stuff...
So, I'm betting this is very possible but I'm just not sure what the best way to go about it is...or any way really, I'm very green when it comes to this stuff.
I have an excel database that I update manually when someone sends me the appropriate information. What I would love is to send them to a form that they fill out and then be able to import that data directly into my excel sheet using a macro or the API? if possible. (I have no idea where to start with the API..never messed with one before)
So I'm thinking that once they fill out the form, FormTools can email me a csv or excel file that I can download and then import with my macro. Better yet, I could have an FTP sync set to run with the macro and it could first synchronize the folder that the form data was exported to on the server over to my local machine and then take the newest file in the sync folder on the local machine and import it.
Best would be if I could access Formtool directly from VBA using the API (again I have no idea what that would look like) to download the latest file and import it.
Last thing, sometimes people need to send me image files, I noticed an upload section in the Formtools settings...is there a way to put an upload box in a form so that they could send me a file and with one of the methods above I could DL it automagically?
Edit: After reading through the documentation it looks like you can "upload files through a form"...how it's done I still don't know.
Sorry this was so long, thanks for any help you guys can provide!
So, I'm betting this is very possible but I'm just not sure what the best way to go about it is...or any way really, I'm very green when it comes to this stuff.
I have an excel database that I update manually when someone sends me the appropriate information. What I would love is to send them to a form that they fill out and then be able to import that data directly into my excel sheet using a macro or the API? if possible. (I have no idea where to start with the API..never messed with one before)
So I'm thinking that once they fill out the form, FormTools can email me a csv or excel file that I can download and then import with my macro. Better yet, I could have an FTP sync set to run with the macro and it could first synchronize the folder that the form data was exported to on the server over to my local machine and then take the newest file in the sync folder on the local machine and import it.
Best would be if I could access Formtool directly from VBA using the API (again I have no idea what that would look like) to download the latest file and import it.
Last thing, sometimes people need to send me image files, I noticed an upload section in the Formtools settings...is there a way to put an upload box in a form so that they could send me a file and with one of the methods above I could DL it automagically?
Edit: After reading through the documentation it looks like you can "upload files through a form"...how it's done I still don't know.
Sorry this was so long, thanks for any help you guys can provide!