Results 1 to 8 of 8

Thread: Printable Form
      
   

  1. #1
    Tazmarlin's Avatar
    Tazmarlin is offline Staff Sergeant
    Join Date
    Nov 2007
    Location
    Dordogne, France
    Posts
    42

    Default Printable Form

    Hi,

    I am new to BV & would like to know how I can achieve the following:

    We will be advertising our house for rental, www.ourdordogneholiday.co.uk & would like a booking form that the client can print, complete & post to us along with their deposit. I have looked at the tutorials but the form builder from BV is not exactly what we need. Our booking form will give us information such as: number of guests & ages, dates/weeks required, contact info for clients etc. Is there a way of creating a printable form in BV or should I try to create one in word, if so, how do I then get a word document onto my booking form page in my website?

    Thanks,
    Linda

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Printable Form

    Hi, for just a printable form you can create one using the form tools of the form menu bar. LINK to see result.

    But you would be better off having a form that reply s direct via email. & if you wanted an extra button to allow the end user to print a well.

    Worth a look at this thread LINK to see if making a form would be better. If it seems a bit daunting, you can always ask Naval to install it for you. (He is very reasonable).

    Good luck.

  3. #3
    Tazmarlin's Avatar
    Tazmarlin is offline Staff Sergeant
    Join Date
    Nov 2007
    Location
    Dordogne, France
    Posts
    42

    Question Re: Printable Form

    O.K,

    Well I've managed to create a form in BV but cannot understand any of the threads which tells you how to install a print button. Can someon please explan it to me in basic terms as reading all the threads has now got me really confused!!!

    Thanks you very much from a very dumb blonde!!!!
    Linda

  4. #4
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Printable Form

    Hi, pop the code below the line in a html box & preview for a test.
    With a print button it is worth popping a note on the page suggesting
    Ctrl & P
    or
    file>print page.
    As some of the codes wont work in old browsers.
    ------------------------------------------------------------------------


    <SCRIPT Language="Javascript">

    function printit(){
    if (window.print) {
    window.print() ;
    } else {
    var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
    document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
    WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box WebBrowser1.outerHTML = "";
    }
    }
    </script>

    <SCRIPT Language="Javascript">
    var NS = (navigator.appName == "Netscape");
    var VERSION = parseInt(navigator.appVersion);
    if (VERSION > 3) {
    document.write('<form><input type=button value="Print this Page" name="Print" onClick="printit()"></form>');
    }
    </script>

  5. #5
    Tazmarlin's Avatar
    Tazmarlin is offline Staff Sergeant
    Join Date
    Nov 2007
    Location
    Dordogne, France
    Posts
    42

    Default Re: Printable Form

    Hi Chris,

    Have added my print button then right clicked to get to HTML but which tag do I insert the script, before tag, inside tag or after tag?

    Cheers,
    Linda

  6. #6
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Printable Form

    Hi, no button needed. Open a BV html box (top left side menu) Place on page & d/Click on the box. You will get a html properties box appear. Pop the code above in this box & press ok. Preview page.

  7. #7
    eggchumen2 is offline Private
    Join Date
    Sep 2008
    Posts
    1

    Default Re: Printable Form

    good work all ye guys here! but how do i start my own website. must i register the domain first, or design with BV and thereafter register my domain?

  8. #8
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Printable Form

    Quote Originally Posted by eggchumen2 View Post
    good work all ye guys here! but how do i start my own website. must i register the domain first, or design with BV and thereafter register my domain?
    You can do whatever you like. Please note that you will need a VH hosting account, not only a domain name.
    Purchasing a hosting account, you also get a domain name registration for free.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49