We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 3647
    • 177 Posts
    Hi

    This has been taxing me, but I just can't work out if this is possible.

    I have an Eform which is working fine, and also an add to database snippet that is also working fine at saving the contents of the form into a database table.

    However, I would also like to save one of the eForm parameters into the database table (in this case it is the value of noemail but it could be tpl etc.

    I can't get the format so that instead of:
    $dbTable['sexo'] = $modx->db->escape($fields['sexo']);

    I am able to get the value of the eForm parameter

    Can anyone suggest anything?

    Thanks