Dear sir, We are looking for a script which has a capability of online form generation. The one which is available here: http://www.rcfp.org/foia Can somebody point me out if any available script which can help do the same?
So you're just wanting to add user input into a letter template basically? You could do that with an HTML form and the $_POST global variable in PHP. I may be misunderstanding what you want though
Well I am looking for same thing but with an added features. 1. User able to create form with pre-populated details 2. The form should get submitted over database and also the filled in form is delivered to user email (with customization from our side automatically) 3. The form so created and finalised be available for public retrieval and indexing. Any help shall be appreciated.