Skip to content
Grav 2.0 is officially stable. Read the announcement →
General

Default values on form

Started by xavi 9 years ago · 1 replies · 1014 views
9 years ago

Hi,

I have a created a form to gather user information. Now I have the information stored on the database, I want to fill the form with the information the user has provided. I am trying to do it with twig variables on the "default" attribute of the form, just like this:
name: user-name
default: {{ userNameFromDatabase }}

I have a plugin that handles the information recovery and assignment to the twig vars:
public function onMarkdownInitialized(Event $event)
{
$this->grav['twig']->twig_vars['userNameFromDatabase'] = 'John';
}

It doesn't display anything. I have modified the system.yaml, pages - frontmatter - process_twig to true, but nothing happens neither.

Is there a proper way to print a form fulfilled with the user information?

Thanks,
xavi

Suggested topics

Topic Participants Replies Views Activity
General · by jean-louis67, 3 days ago
2 79 2 days ago
General · by Andy Miller, 6 days ago
0 144 6 days ago
General · by Veehem, 1 week ago
0 144 1 week ago
General · by milkboy, 1 week ago
0 138 1 week ago
General · by ian russell, 2 weeks ago
2 225 2 weeks ago