Answered
Hi all, I am quiet new to Adobe and have started using Pro 9 and LiveCycles. I have been creating a simple form that I want to put on our Intranet that allows users to submit to a folder there.
I have followed the instructions for the submit button and set the URL but nothing happens. Do I need to do something on the server side to make it work?
I then tried changing the URL to to another server without using the http again as per the instructions in the help file and I get an error, as it automatically puts in the http//.......
I really don't know what I'm doing wrong, so any help or suggestions would be greatly appreciated.
Thanks
:0)
Yes, when you submit a form to a server there needs to be something on the server that does the work of accepting the submitted data, doing something with it, and returning a response to the machine that submitted the data. The URL that you set the form up to submit to would normally be a program on the servers, such as a CGI, ASP, PHP, JSP, etc. type of program. This is a large and often complex topic subject, that is a bit beyond the scope of these forums. If you have a server/network administrator, you might want to ask for guidance.
The other option in a file server environment is to export the form data to a network folder, which seems more in line with what it seems you're describing.
George