Hi Guys,
Im looking to do the following, I know it can be done, im wondering if anyone knows of any tutorials or would be willing to help me accomplish this.
OK Here goes,
When a member signs up they are able to create a form which which the can then access from a URL.
When this form is filled out it adds the submitted information to their database. They can then search and use the details from this database.
Here is an example.
When they create their account it creates a MySQL Table with their userID.
Inside this database they can specify which fields they would like to have on their form.
i.e. First Name, Second Name, Email Address.
This updates the fields in the database.
This then produces a form on the server where their customers can then fill in the details which are stored in their Table. They can then search these details as and when required.
If im not being clear enough here, please let me know.