I hate posting to forums -- can usually find the answer there without doing that. Not this time. And after two days of trying to get this edit form to work, my head is spinning.
I've read the FAQs and other forum posts and gone step by step checking -- everything seems to be as it should. The form that creates the DB entry works -- and populating the edit form with the DB data works -- but trying to update it doesn't. I've tried the form using Test Form, Frontend View, and also as a menu item, which will be it's final resting place. I have a Debug action set, but it's not showing anything? It's a multi-page form, and Debug does work on the second page, but not after that. After the form is submitted, there's nothing there at all.
I did get this from Firebug, though -- CemID is the Primary Key:
The first page of the form is a drop down that lists all the records, to choose the one to edit. Record information is inserted in the form fields on page two. I think it's odd that every time I pull up the form to test it, the record I selected in the drop down previously is already selected. I don't know if this means anything, I just thought it was odd.
I've read the FAQs and other forum posts and gone step by step checking -- everything seems to be as it should. The form that creates the DB entry works -- and populating the edit form with the DB data works -- but trying to update it doesn't. I've tried the form using Test Form, Frontend View, and also as a menu item, which will be it's final resting place. I have a Debug action set, but it's not showing anything? It's a multi-page form, and Debug does work on the second page, but not after that. After the form is submitted, there's nothing there at all.
I did get this from Firebug, though -- CemID is the Primary Key:
CemCity City
CemCounty County
CemCredits Credits
CemDirections Directions
CemID 214
CemName Name
CemNotes Notes
CemPhoto Photo
CemSlug Slug
CemState State
FAGLink FAG
Latitude Lat
Longitude Long
MapLink Map
cf_sid ad0951136bda7a856c7c2565f263d7bc
e4cb49f366215f0c3939e44e2...
1
The first page of the form is a drop down that lists all the records, to choose the one to edit. Record information is inserted in the form fields on page two. I think it's odd that every time I pull up the form to test it, the record I selected in the drop down previously is already selected. I don't know if this means anything, I just thought it was odd.
This topic is locked and no more replies can be posted.