pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3183 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Grav for non developers
· 5 years ago
@tamimh, Can a Grav site be managed by a non developer? As long as you can accept the defaults provided by a theme, you're fine. However, as soon as you want to change the layout of pages, or add/ch
-
Help adding Contact form with multiple contact
· 5 years ago
@ramraj, To save you some time, you might want to give the following form definition a try: --- form: name: contact fields: topic: type: select options: '[email protected]
-
How to send an email via a GRAV form with a picture attachment?
· 5 years ago
@Karmalakas, I'm not sure if I understand you correctly... After submit, file is stored in a global $_FILES only till the script finishes Event onFormProcessed is called for every action, but global
-
How to send an email via a GRAV form with a picture attachment?
· 5 years ago
@David_Lee, Hm... I presume you mean you only want the file to be emailed and not stored on the server? I'm not sure, but I guess that will not be possible out-of-the-box. The 'file' field is meant to
-
Error message in console when uploading file in form
· 5 years ago
@TonHaarmans, I cannot reproduce the issue. Btw ... the filepicker on your site doesn't work as expected. It should display selected files and files which are not allowed according the accept field o
-
Error message in console when uploading file in form
· 5 years ago
@TonHaarmans, Your frontmatter looks off. Would you mind publishing a small but entire form definition that throws the error?
-
How to send an email via a GRAV form with a picture attachment?
· 5 years ago
@David_Lee, This reply to post Submit a form with an attachment contains an example that adds a file attachment to an email send by a form.
-
Create submenu does not work with admin panel theme twenty
· 5 years ago
@seeankemone, Theme Twenty is not designed to fascilitate a menu structure as shown above. It only provides a hardcoded menu-item 'Welcome' and a single dropdown menu 'Layout'. See the skeleton or th
-
Bootstrap4 Theme Question
· 5 years ago
@designplaybox.tech, depends on what you want to achieve... *.md is purely for content *templates/** is for layout *.css is for styling And please note, you shouldn't make any changes to files below
-
Bootstrap4 Theme Question
· 5 years ago
@designplaybox.tech, Would you mind sharing what you have tried sofar? Have you come across the documentation on Themes, especially the chapter on Customization?