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 · 974 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 ian russell, 4 days ago
2 115 3 days ago
General · by pamtbaau, 1 month ago
2 376 1 week ago
General · by Hanns Mattes, 1 month ago
2 357 2 weeks ago
General · by Andy Miller, 1 month ago
0 260 1 month ago
General · by Jerry Hunt, 1 month ago
2 401 1 month ago