Appnitro Software Forums » MachForm 2

waht is that "l" no Submit Button


  1. Hello,

    what is that: http://vorlage.re-vo.de/modules.php?name=Anfrageformular

    I have this in my index.php:

    <?php
    if (!defined("mxMainFileLoaded")) die ("Access denied...");

    $GLOBALS['index'] = 0;

    include('header.php');
    require("/srv/www/vhosts/re-vo.de/subdomains/vorlage/httpdocs/formularscript/machform.php");
    $mf_param['form_id'] = 1;
    $mf_param['base_path'] = 'http://vorlage.re-vo.de/formularscript/';
    display_machform($mf_param);
    include('footer.php');
    ?>

    I have pragmaMx 0.1.11 Web Content Management System (WCMS), from http://www.pragmamx.org/ this Site.

    MfG
    Reumann

    Posted 2 years ago #
  2. It seems there is some conflict between MachForm and your CMS. Try to use the Standard Form Code, is it working?

    If you want us to check it further, please send us temporary FTP login to your site.
    Send to: customer.service [at] appnitro.com

    We'll investigate the issue.


    MachForm Founder

    Posted 2 years ago #
  3. the Standard Form Code, is it working? No it is waht do you see the link page an make the new Site end the conflict it is.

    mfg
    Reumann

    Posted 2 years ago #
  4. Sorry, I don't understand what you mean.
    Have you tried using the standard form code? the code which uses the iframe?

    What you are using right now is the Advanced Form Code.


    MachForm Founder

    Posted 2 years ago #
  5. please send us temporary FTP login to your site.
    Send to: customer.service [at] appnitro.com

    We'll investigate the issue.

    ----------------------------------

    Done

    Posted 2 years ago #
  6. I found out that there is some conflict between MachForm and pragmaMX CMS.
    The solution is by adding some extra code into your machform code.

    I modified your index.php and changed your form code to be like this:

    global $lang;
    $lang_temp = $lang;
    unset($lang);
    
    require("/var/www/yourpath/machform/machform.php");
    $mf_param['form_id'] = 1;
    $mf_param['base_path'] = 'http://vorlage.re-vo.de/formularscript/';
    display_machform($mf_param);
    
    $lang = $lang_temp;

    that seems to fixed it. Please check your form.

    So, whenever you add your form code, make sure to add the additional code as above.


    MachForm Founder

    Posted 2 years ago #

RSS feed for this topic

Reply