We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 47950
    • 3 Posts
    Hello. I try to send placeholder 'modalText' value into my FormIt Mail chunk. This looks like:
    [[!FormIt?
    ...
    &form=`orderModalForm`
    &emailTpl=`orderModalFormEMail`
    &hooks=`email`
    &modalText=`[[+modalText]]`
    ...
    ]]

    At orderModalForm i don't see modalText value. How I can send value of 'modalText' to FormIt form chunk? Thanks.