Results 1 to 25 of 25

Thread: Site search option setup in BV Form Wizard
      
   

  1. #1
    StephanusvS's Avatar
    StephanusvS is offline Sergeant Major
    Join Date
    Dec 2008
    Location
    Stilfontein, South Africa
    Posts
    86

    Default Site search option setup in BV Form Wizard

    I inquired earlier about inserting an option for a visitor to search my site. Karen Mac advised the Google site search option in BV Form Wizard, but I am having trouble as to what option to select in Form Wizard and setting it up in Form Properties. Some guidance please?

    Thanks

    Stephanus

  2. #2
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: Site search option setup in BV Form Wizard

    Ive never used the wizard.. i just insert from the tool bar, form, scroll down the list and choose the search box, put it on the page, and then right click on it...properties and put in my site info

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

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

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Site search option setup in BV Form Wizard

    Karen
    What list ?
    when you click the form icon in the toolbar
    and click the page, only the form is created............which list please!

    If you click the Form Wizard icon, then you are presented with a choice of forms including the search one.........is that what you mean ?

  4. #4
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: Site search option setup in BV Form Wizard

    LOL .. yes thats what i mean... i just drop it on the page and use the defaults and then edit it after its on the page. I have to admit i havent used this new version tho

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

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

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  5. #5
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Site search option setup in BV Form Wizard

    Oh OK thanks.
    Its that you confused me by stating that you never use the form wizard........lol

  6. #6
    StephanusvS's Avatar
    StephanusvS is offline Sergeant Major
    Join Date
    Dec 2008
    Location
    Stilfontein, South Africa
    Posts
    86

    Default Re: Site search option setup in BV Form Wizard

    Hi Karen, you have lost me. I am new at this and have never done this before. Please an you tell me step by step what to do?

    I would really appreciate it. Thank you.

    Stephanus

  7. #7
    D'son's Avatar
    D'son is offline Major General
    Join Date
    Apr 2008
    Location
    Illinois
    Posts
    2,580

    Default Re: Site search option setup in BV Form Wizard

    I too Karen tried to play around with this and get no results. Could you ellaberate a bit, please. I follwed all the onstruction to date and have it search my site only but when I click the search button nothing happens.

  8. #8
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: Site search option setup in BV Form Wizard

    As I said.. I havent used this current version myself. In the past i got the codes from GOOGLE and put the code in the ONCLICK javascript thing... Im asking naval now how it works in bv now. I also remember something about configuring hidden fields and naval is confirming this.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

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

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  9. #9
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: Site search option setup in BV Form Wizard

    Ok.. drop the form on your page, then right click, properties, edit. Untick the built in form processor. In the action type: http://www.google.com/search

    Encoding is multipart/form-data

    in the hidden field type in your domain : http://www.yourdomain.com/ (you need to add this field)

    publish... should work.

    Thanks George

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

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

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  10. #10
    D'son's Avatar
    D'son is offline Major General
    Join Date
    Apr 2008
    Location
    Illinois
    Posts
    2,580

    Default Re: Site search option setup in BV Form Wizard

    I've done everything as you directed and still no go. I have the form on its own sperate page (for test purposes) does it need to be on my index for it to work?

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

    Default Re: Site search option setup in BV Form Wizard

    A link to the form please ?
    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!


  12. #12
    D'son's Avatar
    D'son is offline Major General
    Join Date
    Apr 2008
    Location
    Illinois
    Posts
    2,580

    Default Re: Site search option setup in BV Form Wizard

    Here you go, as I said it is just a test page so there is no content on it.
    Thanks Naval

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

    Default Re: Site search option setup in BV Form Wizard

    Hm...

    <form name="sitesearch" method="GET" action="/sitesearch.php" enctype="application/x-www-form-urlencoded" id="Form1">

    Action: it should be http://www.google.com/search
    EncodingType is ok even though it is not multipart form data

    Please UNCHECK the "Use Built in Form Processor" checkbox and set the action and encoding type as suggested.
    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!


  14. #14
    D'son's Avatar
    D'son is offline Major General
    Join Date
    Apr 2008
    Location
    Illinois
    Posts
    2,580

    Default Re: Site search option setup in BV Form Wizard

    Not sure why it kept the old properties, when I would check them in BV they were correct. I created a new page and republished and it works now.

  15. #15
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: Site search option setup in BV Form Wizard

    Also make sure you guys are using the SITE search and NOT the websearch.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

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

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  16. #16
    StephanusvS's Avatar
    StephanusvS is offline Sergeant Major
    Join Date
    Dec 2008
    Location
    Stilfontein, South Africa
    Posts
    86

    Default Re: Site search option setup in BV Form Wizard

    Hi Karen,

    Thank you! I have read all the above posts, thanks also to Naval and Ed. I did as told and the site search option is active and working.

    However when I enter my search term I end up on the following page:

    http://www.google.com/webhp?domains=...istries.org.za

    When I enter my search term in the Google box on this page, it searches the web. What am I still doing wrong?
    Link to my index page is http://www.lightthefireministries.org.za/index.php

    Thanks yet again!

    Stephanus

  17. #17
    D'son's Avatar
    D'son is offline Major General
    Join Date
    Apr 2008
    Location
    Illinois
    Posts
    2,580

    Default Re: Site search option setup in BV Form Wizard

    Did you edit the hidden fields at the bottom of the properties box. Enter your site URL into both of these.

  18. #18
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Site search option setup in BV Form Wizard

    I am not exactly a newbie, but I could not get it to work either.
    (methinks it needs a few more instructions)

    Anyway, Here is a quick method:

    Copy and paste this code into a bluevoda html box.
    change the "unionsinfronteras.com" to your website address
    change the "only search union sin fronteras site" to whatever you wish.


    <form method="get" action="http://www.google.com/search">
    <div style="border:1px solid black;padding:4px;width:20em;">
    <table border="0" cellpadding="0">
    <tr><td>
    <input type="text" name="q" size="25"
    maxlength="255" value="" />
    <input type="submit" value="Google Search" /></td></tr>
    <tr><td align="center" style="font-size:75%">
    <input type="checkbox" name="sitesearch"
    value="unionsinfronteras.com" checked /> only search union sin fronteras site<br />
    </td></tr></table>
    </div>
    </form>


    Resize the html box and place anywhere you wish on your page.

    Publish your page.

    [URL="http://unionsinfronteras.com/english/"]Can be seen working here:[/RL]

    search for comite

  19. #19
    StephanusvS's Avatar
    StephanusvS is offline Sergeant Major
    Join Date
    Dec 2008
    Location
    Stilfontein, South Africa
    Posts
    86

    Default Re: Site search option setup in BV Form Wizard

    Hi Ed,

    I did edit the hidden fields:
    1. Name: domains Value: www.lightthefireministries.org.za
    2. Name sitesearch: Value: www.lightthefireministries.org.za

    Is this correct?

    Stephanus

  20. #20
    D'son's Avatar
    D'son is offline Major General
    Join Date
    Apr 2008
    Location
    Illinois
    Posts
    2,580

    Default Re: Site search option setup in BV Form Wizard

    Correct, is this in your action box?
    http://www.google.com/search

    Method: Get

    Encoding: Multipart

    Uncheck the built in form procecessor

  21. #21
    StephanusvS's Avatar
    StephanusvS is offline Sergeant Major
    Join Date
    Dec 2008
    Location
    Stilfontein, South Africa
    Posts
    86

    Thumbs up Re: Site search option setup in BV Form Wizard

    Thanks David,

    Did as you said and it works perfectly!

    Thank you, all my persistence paid off. Exactly what I wanted.

    Much appreciated.

    Stephanus

  22. #22
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

  23. #23
    mingswanfoo's Avatar
    mingswanfoo is offline Second Lieutenant
    Join Date
    Mar 2009
    Posts
    106

    Default Re: Site search option setup in BV Form Wizard

    Hi guys,

    Do I use the same method for something like this
    --> http://www.fullhouse.com.my/

    This is someone else website and I would love to have this....

    Help needed..
    Last edited by mingswanfoo; 04-30-2009 at 06:29 PM. Reason: The link didn't worked

  24. #24
    mingswanfoo's Avatar
    mingswanfoo is offline Second Lieutenant
    Join Date
    Mar 2009
    Posts
    106

    Default Re: Site search option setup in BV Form Wizard

    After I get the form wizard done, where do I place all the data / information?

  25. #25
    mingswanfoo's Avatar
    mingswanfoo is offline Second Lieutenant
    Join Date
    Mar 2009
    Posts
    106

    Default Re: Site search option setup in BV Form Wizard

    Secondly, how to get http://www.fullhouse.com.my/public/pub_post_ad.asp this as well?

    But I need something different, I need them to sign up as a member before they can post it up...

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