![]() |
|
| |||||||
| Notices |
| Forms Discussion and help related to designing and implementing forms in the BlueVoda Website Builder. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
|
Hey guys, I am sure some one out there knows how to do this because blue voda has one that someone put together. Here's what I want to accomplish- I want a button [ order Form ] that takes the customer to a printable order form, allows them to fill in the required information, which they then can print out,and mail along with their payment to me. Can anyone tell me what I have to do to accomplish this, or assist me in the process? I sure would appreciate it. Thanks , Billy www.billydarnell.com - need this to be done on the albums page |
|
#2
| ||||
| ||||
|
I haven't seen the offline form, but most are made in Microsoft word or some other program of the kind and then converted to a PDF format. Theres free tools like primopdf to convert files to a pdf
__________________ Register/Login Script Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script |
|
#3
| |||
| |||
|
Yeah I looked at the properties and it said it was a microsoft word product, I'm not much of a computer programming person, so i am looking for a step by step process to help me complete the project, but thanks for the insight . I appreciate it. www.billydarnell.com |
|
#4
| ||||
| ||||
|
It doesn't require being a computer programing type person to make an offline form, you just need to be able to know the a button with a B is makes text bold, I makes it italic, and U makes it underlined. Basically you just have to do a bunch for formatting. Making words bold, to create the lines for people to write in stuff either make a line of spaces, and then underline the spaces or just use underscores.
__________________ Register/Login Script Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script |
|
#6
| ||||
| ||||
| Hi, if you make a page up using the BV form tools. You can than allow your visitor to just print it out via a print button & fill it in by hand. Or let them fill it out on line & then be able to print it & manually add a signature if wanted. Sample here.
__________________ Regards Chris, Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens. How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips - Collectables, Collecting |
|
#7
| |||
| |||
|
Very nice Chris, and thank you, thats exactly what i need. One question?? How did you do the print button? I mean how do you configure that? I didnt see it in the form video?
|
|
#8
| |||
| |||
|
Well as usual I Have sat here for over an hour waiting for a response, and as usual I have had to a work around , that I guess will suffice. Thanks anyways.
|
|
#9
| ||||
| ||||
|
Glad to be sufficed. Good luck.
__________________ Regards Chris, Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens. How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips - Collectables, Collecting |
|
#10
| |||
| |||
|
Hey chris, just wanted to let you know your example was a help, would have liked to have a print button at the bottom of the page, but i guess they can always go to the print funtion on their tool bar and print it out, But thank you , your the one person in the 4 or 5 weeks I have been here that had an answer that actually made some sense and was truley helpfull. thanks bud
|
|
#11
| |||
| |||
| Quote:
Fred |
|
#12
| ||||
| ||||
| Quote:
HTML Code: <SCRIPT Language="Javascript"> /* This script is promoted by: (www.webbiesite.com) for dynamicdrive.com */ 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>
__________________ Regards Chris, Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens. How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips - Collectables, Collecting |
|
#13
| ||||
| ||||
| Quote:
How or where to change the font or color of "Print this Page" Thanks. |
|
#14
| |||
| |||
| Quote:
Peace And Love, Rev. Dave |