Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Admin plugin - Create folders in admin not visible in the URL
· 10 years ago
Hi, I would like to organise a bit my pages inside the admin and order them by folders. Is it possible to create pages within those folders and avoid to have the folder name in the path URL of the pag
-
How to get form data in PHP
· 10 years ago
Thanks... it is easy to get simple form field, but I have file upload on form and I am looking into getting file name, type and size... $form->value('file') does not help...
-
How to get form data in PHP
· 10 years ago
Best is to learn by example. see the Login plugin form processing: https://github.com/getgrav/grav-plugin-login/blob/develop/login.php#L639-L649
-
How to get form data in PHP
· 10 years ago
Hi, I just add form processing plugin (to be able to do custom processing after form submit) and I use: $vars = array('form' => $form); to get data from form, but I do not know how to move on, how
-
(Front-end) form spacer fields displayed first, not in order
· 10 years ago
Hello, I've the same issue with my form. The spacer and display type have this issue...I'm blocked on my form now ;( How to resolve this ?
-
(Front-end) form spacer fields displayed first, not in order
· 10 years ago
FYI, I just tested this on a fresh install, using the Antimatter theme, and I'm seeing the same thing. Thanks.
-
(Front-end) form spacer fields displayed first, not in order
· 10 years ago
Here's the form page's frontmatter (just the form section). Thanks! form: name: give-form fields: - type: spacer title: Help Teachers Stay Longer # text: Some text und
-
(Front-end) form spacer fields displayed first, not in order
· 10 years ago
Can you please provide the YAML you are using to configure the form. Please ensure you paste between triple back ticks so it's rendered as code.
-
(Front-end) form spacer fields displayed first, not in order
· 10 years ago
When adding multiple Spacer field types to a page form, they are all being displayed first and not in the order specified in the page's front-matter. For example, these are the field types specified i
-
Save installed plugin as a dependency in .dependencies
· 10 years ago
I understand. Thus the issue #880 to create a freeze/thaw function. I was just saying that you could do it manually in the meantime.