Skip to content
Snippets Groups Projects
Unverified Commit 33a7677c authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4494 from JediKev/issue/render-form-instructions

forms: Render Instructions
parents 3d927fc2 0db6e3a5
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ if($_REQUEST['id'] && !($form=DynamicForm::lookup($_REQUEST['id'])))
if($_POST) {
$_POST = Format::htmlchars($_POST, true);
$_POST['instructions'] = Format::htmldecode($_POST['instructions']);
$fields = array('title', 'notes', 'instructions');
$required = array('title');
$max_sort = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment