Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    How can I remove "Need assistance with this form?" this link from my forms. We mostly use the following method to deploy --

    if(!isset($_GET['tfa_next'])) {
    echo file_get_contents("http://app.formassembly.com/rest/forms/view/XXXXXX");
    } else {
    echo file_get_contents("http://app.formassembly.com/rest".$_GET['tfa_next']);
    }
    • CommentAuthordbuschho
    • CommentTimeMar 7th 2010
     
    Hello,

    I would strongly recommend not removing this link, as it is the only way for your clients to know how to contact you.

    If you still wish to remove this, please follow the steps at the end of this page:
    http://app.formassembly.com/pages/support/customization