Sterc / Formalicious

Other
6 stars 11 forks source link

Return FormItParameters as array for Fenom usage #5

Closed sdrenth closed 2 years ago

sdrenth commented 3 years ago

This sets the FormItParametersArray parameter which sets the FormIt parameters as an array so it can be used with Fenom.

So afterwards you can do this:

{$_modx->runSnippet('FormIt', $_pls['FormItParametersArray'])}

{$_modx->getPlaceholder('formalicious.navigation')}
{$_modx->getPlaceholder('formalicious.form')}