Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Default values on form

Started by xavi 9 years ago · 1 replies · 1095 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 jeremycherfas, 1 week ago
4 179 2 days ago
General · by lynbor, 5 days ago
2 119 3 days ago
General · by Old Man Umby, 1 week ago
1 100 1 week ago
General · by Sebastian, 1 week ago
1 124 1 week ago
General · by Andy Miller, 3 weeks ago
0 246 3 weeks ago