Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Aurélien Member
@eskah · Joined 3 years ago · 13 posts · 1 topics · 0 reputation
Badges
Recent posts
-
Is it possible to display form results in admin or a frontend page?
· 3 years ago
@pamtbaau: addContact @pamtbaau thanks again and again.. It finally works! I'm very grateful thanks for your work and your time 🙏
-
Is it possible to display form results in admin or a frontend page?
· 3 years ago
Thanks for your help man 🙏 i'll tried this tomorrow too
-
Is it possible to display form results in admin or a frontend page?
· 3 years ago
No one has done this before? I don't know php very well, I don't think I can do that..
-
Is it possible to display form results in admin or a frontend page?
· 3 years ago
Here is my data.json.twig : {% macro render_field(form, fields) %} {% set array = [ ] %} {% for index, field in fields %} {% set key = field.name %} {% set value = form.value(field.name) %} {% set ar
-
Is it possible to display form results in admin or a frontend page?
· 3 years ago
Yes i need to clean up a little bit this md. About the reset, with or without, before or after the save action : no changes, always "null" in file saved .. 😔 In .txt format the data are correct, but j
-
Is it possible to display form results in admin or a frontend page?
· 3 years ago
yes obviously i forgot some context.. My apologies for this.. Here is some more informations about what i need to do : I've one page (homepage) who contains some sections with the last one is a form s
-
Is it possible to display form results in admin or a frontend page?
· 3 years ago
it is possible i've null in results because of my form? I've multiple columns inside "fields" like that : form: name: flex-objects fields: columns: type: columns fields: column1: type: column classe
-
Is it possible to display form results in admin or a frontend page?
· 3 years ago
@pamtbaau: Subscribe to event How can i "subscribe to event"? And where i paste this code? Sorry i'm not really at ease with php ..
-
Is it possible to display form results in admin or a frontend page?
· 3 years ago
@pamtbaau i'll keep your solution for plan B. For now i've tried the @pikim solution and i think it's almost good.. But when i submit data with the form, the data in my json file still null.. : {"09a
-
Is it possible to display form results in admin or a frontend page?
· 3 years ago
Oh i think i've the solution.. The save method works for save the data in right place. But (yes another problem..) how can i save in json format? For now it's just a .txt file..