- This topic has 6 replies, 2 voices, and was last updated 6 years, 9 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › Some Data not displayed in Backend Edit
Hello Franky,
i defined 3 Booking forms in Backend. One for logged in, one for logged out and one for “admin_page”. All Data are displayed in forms with #_FIELD{crashtestdummy}.
But in Backend-edit there is some Data which are not displayed.
I use the same #_FIELD tag as in the other two forms. There are fields that are displayed, others are not. What could be the problem there?
Thanks,
Markus
I don’t really understand the for “admin page” form …
Could you show me?
In the Backend, i can edit the bookings. This form is generated by the form in the settings. Now I use 2 forms for the frontend (loggedin(fills the form with data from login, but dont show the inputs)/loggedout) and now one form for the admin edit page. (#_IS_ADMIN_PAGE).
I don`t understand why some Data like #_FIELD{something} are displayed in the form and some of the same #_FIELD type not.
Hope i explained it so you can imagine the problem.
Markus
I think there is a problem with the saving option. I will check this….
No its not… the CSV is correct, so all Data is saved as it should be…
In the backend the form acts as if you’re logged in, so if you have some options for not logged-in users, those will never show in the backend. The form was never intended to be used in such a way … if you show a simplified format for your rsvp-form, I can test it here but I suspect that to be the problem.
Ok, in the if condition “editing_booking_from_backend” is no dynamic data set. Thats it….
Yes I programmed a Login and Logout Version of the Form…