Search found 4 matches

by gmaclean482
Thu Feb 27, 2020 7:11 pm
Forum: Forms
Topic: Form Data will not post to csv file
Replies: 15
Views: 26410

Re: Form Data will not post to csv file

OK, another troubleshooting point, should there be anything in the Submit button properties regarding Link:File or URL parameters for internal links?
by gmaclean482
Thu Feb 27, 2020 6:51 pm
Forum: Forms
Topic: Form Data will not post to csv file
Replies: 15
Views: 26410

Re: Form Data will not post to csv file

The file is now correct in the PHP file $success_url = './Success.html'; $error_url = './Failure.html'; $csvFile = "./public_html/Athlete_Data/formdata.csv"; I have cleared any cached pages to make sure that I am getting the current version, and I still get the "can't open file" error from line 59 ...
by gmaclean482
Thu Feb 27, 2020 5:00 pm
Forum: Forms
Topic: Form Data will not post to csv file
Replies: 15
Views: 26410

Re: Form Data will not post to csv file

OK, I will amend my previous post. IF I turn off the csv file write I get the email (I forgot that I did that last night). Everything in my previous post is based on that configuration, including the display of the success.html file. When I turn the csv file write on and click "Submit" I get a "can ...
by gmaclean482
Thu Feb 27, 2020 3:19 pm
Forum: Forms
Topic: Form Data will not post to csv file
Replies: 15
Views: 26410

Form Data will not post to csv file

I will admit to being a novice here, but I have run out of places to troubleshoot, and a search of this site does not reveal anything helpful here (apologies if I missed a topic this is addressed.) I added a very simple three Editbox form with a Submit button to a new page on an existing site, all ...