Forum Replies Created
- AuthorPosts
DaleR
ParticipantHi Ally,
I haven’t been able to spend too much time with this the past few days. I did change the my form action to “process.php”, and to my surprise, the form generated that same list of errors. So is the form is still being processed by “process-all-elements.php” in spite of the change? I went and deleted all of the stock elements in “process-all-elements.php” and copied/pasted my custom elements from “process.php” into that file. I did not change any of the other parameters in “process-all-elements.php” like those telling where to send reports, email info, etc. I tested the form that way and I did not get the same stack of errors so I believe I am on the right track. I did not get any errors. The form did not do anything at all. Hopefully, that means I have it right now. I hope so.
My next thing will be to enter that email data, creating recipients for the form data and the smtp configuration I use. Hopefully, it will work now and do the tasks it is supposed to do upon submission.
DaleR
DaleR
ParticipantThank you, Ally. You are right. I will be changing that form action to process.php. I will do that later and run the form to check. I hope that will be the last mistake I find.
I appreciate your help very much.
DaleR
DaleR
ParticipantI need to amend the list of error messages. Literally, every element you have shows up in the error messages. They were stacked on top of one another and were not visible. Clicking OK on the pop-up revealed the next, and the next. Clicking off of the page makes them disappear, so typing them all here was kind of difficult.
The errors were literally for all of the various inputs in your samples:
text_input
text_input2 through text input”x”,. radio button, file upload, etc.Basically all of them.
DaleR
ParticipantThank you so much for your reply. I will dig a little deeper into the documentation and the references you recommended.
DaleR
- AuthorPosts