-
Help with form
Okay to start off with I have suffered a TBI and it's hard for me to focus on new things. That being said I've created pretty good website for my Parkinson's support group and now I need to add forms to capture data for sign-ups for some of our fundraising events.
Creating a form from scratch is not difficult and I have done this. However, I have no clue what to do about the database.
Does the form create the database? Do I need to create a database on my web hosting site 1st?:confused:
I really hope someone can walk me through the steps
Thanks, Bob Wilson
-
1 Attachment(s)
Hi mktbob55,
Keep up the great work with your fundraising and events!
The form will create the database (csv) as long as the structure is intact. Example:
Attachment 1738
In the above screenshot I have the csv path as "./submission/users.csv". The folder "submission" needs to exist on the server in order for the csv file to be generated, otherwise you will see a 500 error message.
If you have any further questions, let me know.