Announcement

Collapse
No announcement yet.

Form Maker Pro - how to get form into existing webpage?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Form Maker Pro - how to get form into existing webpage?

    My Domain name is www.Weig***ontrolMethod.com

    I have created several webpages with BlueVoda (great tool).
    I have used Form Maker Pro to create a form with email templates etc.
    I now have the form but I want to insert it in to an existing BlueVoda webpage not use it as an independent form page.
    The Form Maker Pro blurb says this can be done but I cannot find instructions anywhere.
    Please can you help.
    Thanks

  • #2
    Re: Form Maker Pro - how to get form into existing webpage?

    Create a form on a single page & publish, & then use an iframe on your BV page to display the form. Sample page on this site.
    Regards Chris.

    Collectables, Collecting, collectors-info.com

    www.chrismorris.co.uk

    House build project

    Comment


    • #3
      Re: Form Maker Pro - how to get form into existing webpage?

      Thanks Chris - that certainly gets the Form onto a webpage.
      Unfortunately, I am now getting a server error (see below) are you able to see what the problem is in the server error log?
      There is also a bug in the Form Maker Pro S/W where it insists on getting an email address in the Form even when it hasn't been marked as *required. Do you know where I can report this?
      Thanks
      Derek
      Internal Server Error

      The server encountered an internal error or misconfiguration and was unable to complete your request.
      Please contact the server administrator, webmaster@weig***ontrolmethod.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
      More information about this error may be available in the server error log.
      Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
      Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.weig***ontrolmethod.com Port 80

      Comment


      • #4
        Re: Form Maker Pro - how to get form into existing webpage?

        In FMP admin area there should be some links to your form & thank you page. Have a check that these links are working first with the form showing up ok & the thank you page coming up after you sent the form. Otherwise it might need a support ticket for a server problem.
        Regards Chris.

        Collectables, Collecting, collectors-info.com

        www.chrismorris.co.uk

        House build project

        Comment


        • #5
          Re: Form Maker Pro - how to get form into existing webpage?

          Thanks Chris. The form shows up on the web page and accepts data. I stated 'no thankyou page' but a redirection instead to http://www.weig***ontrolmethod.com/bookinfo.html which exists in the directory. However this page does not come up after I send the form - the error message appears on the same wepage where the iframe was. Should I send a support ticket?
          Thanks
          Derek

          Comment


          • #6
            Re: Form Maker Pro - how to get form into existing webpage?

            Thanks Chris,
            The Form is certainly showing up OK but when I complete and send it the error message appears where the iframe was.
            I defined 'no thankyou page' but requested a redirect to http://www.weig***ontrolmethod.com/bookinfo.html which is definitely in my directory. It does not redirect to this page but stays where it was.
            Should I complete a support ticket?
            Thanks
            Derek

            Comment


            • #7
              Re: Form Maker Pro - how to get form into existing webpage?

              your url is getting blocked by the forum's word blocker.
              Regards Chris.

              Collectables, Collecting, collectors-info.com

              www.chrismorris.co.uk

              House build project

              Comment


              • #8
                Re: Form Maker Pro - how to get form into existing webpage?

                Hi Chris,
                The URL is Weig***ontrolMethod dot com and the redirect page is bookinfo.html
                Thanks
                Derek

                Comment


                • #9
                  Re: Form Maker Pro - how to get form into existing webpage?

                  Wow Chris, that didn't work either so here goes again -
                  All one word - weight control method .com
                  Thanks
                  Derek

                  Comment


                  • #10
                    Re: Form Maker Pro - how to get form into existing webpage?

                    Cant seem to find any forms on your site using FMP. ????
                    Regards Chris.

                    Collectables, Collecting, collectors-info.com

                    www.chrismorris.co.uk

                    House build project

                    Comment


                    • #11
                      Re: Form Maker Pro - how to get form into existing webpage?

                      Hi Chris, The Form is in Tellfriends_DetailsforExtraFreebie.html. and I am accessing this through an IFrame (as you recommended) on detailsforextrafreebie.html
                      Thanks
                      Derek
                      By the way, I sent a ticket to FMP about the bug in their S/W re insisting on requiring email addresses to be entered even though they may not be marked as 'required'. After telling me I had to get this support from BlueVoda, they eventually acknowledged the bug and said that the BlueVoda FMP S/W is an old version.
                      They sent this fix (I have yet to work out how to get this into the code and create a new HTML page to FTP to my website!).

                      Replace in your form code line
                      function isEmail(string) { return (string.search(/^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/) != -1); }
                      with
                      function isEmail(string) { return (string.search(/^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/) != -1)||(string==''); }

                      Comment


                      • #12
                        Re: Form Maker Pro - how to get form into existing webpage?

                        Hi Chris
                        Just checking if you are still around and if you have seen my post above.

                        Just in case - the answer to your question about not being able to see any forms using FMP is -

                        The Form is in Tellfriends_DetailsforExtraFreebie.html. and I am accessing this through an IFrame (as you recommended) on the page named detailsforextrafreebie.html

                        Thanks for your assistance
                        Derek

                        Comment


                        • #13
                          Re: Form Maker Pro - how to get form into existing webpage?

                          Not to sure about the code on this script. But it seems like you need to go into your cpanel & find the "Tellfriends_DetailsforExtraFreebie.html" file & use the c-panels edit facility & change the part of the code as instructed from FMP.
                          Regards Chris.

                          Collectables, Collecting, collectors-info.com

                          www.chrismorris.co.uk

                          House build project

                          Comment


                          • #14
                            Re: Form Maker Pro - how to get form into existing webpage?

                            Thanks Chris - I have tried that already.
                            The new code cleared up the bug (did not insist on inputting all email addresses even those that were not defined as required) but the server error was just the same.
                            Time to send a ticket to BlueVoda?
                            Regards, Derek

                            Comment

                            Working...
                            X