This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 3

Save and Resume not loading iframed page


  1. fmolstad
    Member

    Hello.
    I have searched the forums and documentation and cannot find the answer to my problem.
    I had found this link;
    http://www.appnitro.com/forums/topic/resume-link-with-ssl?replies=6
    But it does not tell me what code to change or exactly where.

    When I enable Save and Resume later, the link it sends in the email, and displays on the next page, is to the folder where my Machforms installation lies, not the webpage where I have pasted the embed code.
    This is on a SSL site and I have added the http"s" to the embed code.

    It is important that I get this working on the embed page.
    Any help would be appreciated.
    Forrest

    Posted 11 years ago #
  2. fmolstad
    Member

    I believe the answer lies in this post:
    http://www.appnitro.com/forums/topic/how-to-change-the-saved-form-url?replies=6
    But I need to be able to target a particular form ID with an if else statement. I am just not that good at coding PHP to write that.
    This is my page;
    https://www.calgaryheralddigital.com/mktgbrief/index-test-1.html
    THis is the URL it send me when I do a save and resume:
    http://www.calgaryheralddigital.com/machform-34/machform/view.php?id=32148&mf_resume=fdb61a3a0a

    Posted 11 years ago #
  3. Saghalie
    Pro Member

    Your link (http://www.appnitro.com/forums/topic/how-to-change-the-saved-form-url?replies=6) tells you exactly how to do it. Read the very last response by Yuniar - Just copy it like he has it (replacing your URL with his) it should work fine.

    e.g.
    $form_resume_url = "http://calgaryheralddigital.com/mkgbrief/view.php?id={$form_id}&mf_resume={$form_resume_key}";

    see if that works.

    Regards,

    Saghalie
    http://www.kcmhosting.com
    Posted 11 years ago #
  4. fmolstad
    Member

    Hello Saghalie.
    This does not work for me because I need it to be form specific. Not all my forms are running from the same server or folder so my base_url will change for each form. I need the base_url call to be form number specific.
    If someone could show me how to write the code for the proper if - else statement.

    Posted 11 years ago #
  5. Saghalie
    Pro Member

    Hopefully you've contacted Yuniar on this. But if you are using Machform (and your entry above makes me think you are not) you would not need this. Your base_url should stay the same for all forms that you are using within Machform.

    Regards,

    Saghalie

    Posted 11 years ago #

RSS feed for this topic

Reply