Results 1 to 17 of 17

Thread: User>Index Page>ext. website...Is Possible?
      
   

  1. #1
    Si Carey's Avatar
    Si Carey is offline Corporal
    Join Date
    Jun 2007
    Location
    Guildford, Surrey, England
    Posts
    11

    Default User>Index Page>ext. website...Is Possible?

    Hi Guys,

    Quick apology, i've already asked this in another thread on the forum, before i could find my way around properly, so sorry!! Won't happen again.

    I have actually trawled my way through heaps of posts to see if my question has already been answered, but no luck.

    Here is my question:

    ~I have created a simple one page website.
    ~It promotes a product for which i am an affiliate.
    ~I want a user to be able to navigate to straight to the products salespage from my index page.....so no need for a thank-you page.

    How can i do this?

    My new Blue Voda index page has been modelled on the current one i am using, which you can take a look at here: http://www.floraflare.com
    and i have created a form at the bottom of it to collect the user's name and email, and direct them to the thankyoupage/product salespage...so it'll work in exactly the same way as the one in the above link.

    I have a pretty good idea it will involve some html coding, but i don't know where to insert it in my newly created Blue Voda index page.

    I already have the relevant html code stored in a textfile, ready to be copied into the correct body of text, but like i said, where does it go?!

    Thanks in advance for any help with this!

    Simon
    www.floraflare.com

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

    Default Re: User>Index Page>ext. website...Is Possible?

    If this is a piece of html code, drag a html box in your page, double click it and paste in ithe window that will open, the code you have. That's all.
    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!


  3. #3
    Si Carey's Avatar
    Si Carey is offline Corporal
    Join Date
    Jun 2007
    Location
    Guildford, Surrey, England
    Posts
    11

    Default Re: User>Index Page>ext. website...Is Possible?

    Hey Great! Thanks!, i can see that at the top of the lefthand toolbar.

    One more question,

    Does it matter where in my page i drop the html box? If i have a contact details form at the bottom of the page, should i drop it in there?

    Thank you,

    Simon
    www.floraflare.com

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

    Default Re: User>Index Page>ext. website...Is Possible?

    This depends entirely on the effect that your code will produce. If, in example, it produces a form, the html box (usually) needs to be placed in the excact posiion where it must appear in the page. Just give it a try and if necessary move it around. You might also need to resize the html box to be bigger or smaller, depending on how your code is made.
    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!


  5. #5
    Si Carey's Avatar
    Si Carey is offline Corporal
    Join Date
    Jun 2007
    Location
    Guildford, Surrey, England
    Posts
    11

    Default Re: User>Index Page>ext. website...Is Possible?

    Ok, Thanks Naval, i'll have a play around :)
    www.floraflare.com

  6. #6
    Si Carey's Avatar
    Si Carey is offline Corporal
    Join Date
    Jun 2007
    Location
    Guildford, Surrey, England
    Posts
    11

    Default Re: User>Index Page>ext. website...Is Possible?

    Hi again, i've been playing around with the HTML box, i created it, inserted the code i have into it, made it the same size as the opt-in form at the bottom of my web page, and laid the form on top of it.

    There must be something i've done wrong, 'cause when i Google my own site, and put my details in the opt-in box and submit, a page pops up saying: The requested URL/action.php was not found on this server.
    Additionally, a 404 not found error was encountered while trying to use an error document to handle the request.

    http://www.floraflare.com

    Would anyone clever like to click on the above link to helpme diagnose this hurdle?

    Thanks in advance,

    Si
    www.floraflare.com

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

    Default Re: User>Index Page>ext. website...Is Possible?

    Did you actually create and published the "action.php" page ? If not, how can the script find it ?
    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!


  8. #8
    Si Carey's Avatar
    Si Carey is offline Corporal
    Join Date
    Jun 2007
    Location
    Guildford, Surrey, England
    Posts
    11

    Default Re: User>Index Page>ext. website...Is Possible?

    No, the only page i've created is the squeezepage here:
    http://www.floraflare.com/

    This is the sales page i'm trying to redirect the user to when they submit their details:
    http://www.bonsaigardener.org/index2.html?hop=si3030

    Is there another page i need to create?

    Thanks for your patience!
    www.floraflare.com

  9. #9
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: User>Index Page>ext. website...Is Possible?

    Yes you need to create an action.php page that will process that data that is submitted by the form.

    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

  10. #10
    Si Carey's Avatar
    Si Carey is offline Corporal
    Join Date
    Jun 2007
    Location
    Guildford, Surrey, England
    Posts
    11

    Default Re: User>Index Page>ext. website...Is Possible?

    Cool, thanks, i'll go work on it :)
    www.floraflare.com

  11. #11
    Si Carey's Avatar
    Si Carey is offline Corporal
    Join Date
    Jun 2007
    Location
    Guildford, Surrey, England
    Posts
    11

    Default Re: User>Index Page>ext. website...Is Possible?

    Ok i've played around a bit, not having much luck though, the tutorials don't really cover it either, is there a step by step solution to this puzzle?!

    Thanks in advance guys

    Si
    www.floraflare.com

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

    Default Re: User>Index Page>ext. website...Is Possible?

    BlueVoda Forms Tutorial Part 1 IS a step by step tutorial, very analytic. Just take the time to watch the media presentation AND read the text under it.
    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!


  13. #13
    Si Carey's Avatar
    Si Carey is offline Corporal
    Join Date
    Jun 2007
    Location
    Guildford, Surrey, England
    Posts
    11

    Default Re: User>Index Page>ext. website...Is Possible?

    Hi Naval, thanks for your patience.

    I have been scouring the Forms pt1 tutorial and the text beneath, but haven't yet been able resolve this.

    The main problems are:

    (1)
    the HTML code i have, which needs to be copied and pasted into the 'Between Head Tags' tab of the Page properties 'Page HTML' is different from that shown in the tutorial.

    My HTML code does not have:

    $mailto="order@example.com";
    $mailsubj="Enter Your Subject Here";

    To reiterate, my/this HTML code is supplied to me by my Auto Responder company to direct a user to the salespage of a product i am an affiliate for, as well as capture their details.
    Does this make difference?

    Would it help if i showed you this code? Preferably via email i guess?...



    (2)
    After some recent alterations, when a user now submits their details via my opt-in page http://www.floraflare.com , an alert box is popping up saying:

    (!) Please enter only letter characters in the "Editbox 2" field.

    Any idea how to sort this?


    (3)
    To link this site http://www.floraflare.com
    to this site http://www.bonsaigardener.org/index2.html?hop=si3030
    .... do i definately need to create a thank you page between them? Ideally, i'd like to use the latter link AS the thank you page.


    Once again, thanks for all your help, i realise it must be frustrating sometimes!

    Si
    www.floraflare.com

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

    Default Re: User>Index Page>ext. website...Is Possible?

    The main problems are:

    (1)
    the HTML code i have, which needs to be copied and pasted into the 'Between Head Tags' tab of the Page properties 'Page HTML' is different from that shown in the tutorial.

    Just use the one that is in the text under the multimdia tutorial.

    My HTML code does not have:

    $mailto="order@example.com";
    $mailsubj="Enter Your Subject Here";

    To reiterate, my/this HTML code is supplied to me by my Auto Responder company to direct a user to the salespage of a product i am an affiliate for, as well as capture their details.
    Does this make difference?

    Of course it makes difference. The code they have supplied you is for sending them on another site, probably together with your affiliate ID number. It will probably NOT email you, unless THEY have set such a facility on their website.

    Would it help if i showed you this code? Preferably via email i guess?...

    Yes, you can send it using my form if you wish. However, as i said, it is probably NOT setuo to email you . The info ends up in THEIR website, so, if they have NOT set it up so that it also emails the affiliate, you will NOT receive any email.



    (2)
    After some recent alterations, when a user now submits their details via my opt-in page http://www.floraflare.com , an alert box is popping up saying:

    (!) Please enter only letter characters in the "Editbox 2" field.

    Any idea how to sort this?

    You have probably enabled the vaidation for your Editobox2, in particular you have set a costrain that it needs to be text. I do not know what you mean "sort". If you want to remove the validation, double click the field, then click on "Validate" and uncheck all checked checkboxes.


    (3)
    To link this site http://www.floraflare.com
    to this site http://www.bonsaigardener.org/index2.html?hop=si3030
    .... do i definately need to create a thank you page between them? Ideally, i'd like to use the latter link AS the thank you page.

    There are many ways to achieve this. I assume that since you are talking about a thank you page, you mean that you want the visitors to land to that page after the form submission. The simplest way: Instead of creating a thank you page, you simply upload the processing script with a "headrer" instruction at the end of code of the code. However, i don't know if by "linking" you also mean passing over some info or simply redirecting.
    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!


  15. #15
    Si Carey's Avatar
    Si Carey is offline Corporal
    Join Date
    Jun 2007
    Location
    Guildford, Surrey, England
    Posts
    11

    Default Re: User>Index Page>ext. website...Is Possible?

    To reiterate, my/this HTML code is supplied to me by my Auto Responder company to direct a user to the salespage of a product i am an affiliate for, as well as capture their details.
    Does this make difference?

    Of course it makes difference. The code they have supplied you is for sending them on another site, probably together with your affiliate ID number. It will probably NOT email you, unless THEY have set such a facility on their website.
    I think you are quite right Naval, i believe i can get this arranged elsewhere.

    Would it help if i showed you this code? Preferably via email i guess?...

    Yes, you can send it using my form if you wish. However, as i said, it is probably NOT setuo to email you . The info ends up in THEIR website, so, if they have NOT set it up so that it also emails the affiliate, you will NOT receive any email.
    I have sent you a file containing my html code via a form on the website in your personal profile, hope this is correct, Thanks for taking a look.


    (2)
    After some recent alterations, when a user now submits their details via my opt-in page http://www.floraflare.com , an alert box is popping up saying:

    (!) Please enter only letter characters in the "Editbox 2" field.

    Any idea how to sort this?

    You have probably enabled the vaidation for your Editobox2, in particular you have set a costrain that it needs to be text. I do not know what you mean "sort". If you want to remove the validation, double click the field, then click on "Validate" and uncheck all checked checkboxes.
    You are quite right Naval, i had a box checked in the validation tab. I have corrected this and it now operates. However,the page which now appears after submitting is:

    405 Method Not allowed
    The requested method POST is not allowed for the URL Index2.html
    Apache/1.3.37 Server at www.bonsaigardener.org Port 80

    This i realise is because it not yet operational, but the message is different, before, it was a 404 message.
    Not sure what this means.

    (3)
    To link this site http://www.floraflare.com
    to this site http://www.bonsaigardener.org/index2.html?hop=si3030
    .... do i definately need to create a thank you page between them? Ideally, i'd like to use the latter link AS the thank you page.

    There are many ways to achieve this. I assume that since you are talking about a thank you page, you mean that you want the visitors to land to that page after the form submission. The simplest way: Instead of creating a thank you page, you simply upload the processing script with a "headrer" instruction at the end of code of the code. However, i don't know if by "linking" you also mean passing over some info or simply redirecting.
    You assume correctly, and by "linking", i do mean redirecting AND sending their name and email to my autoresponder.

    When you say "the processing script", where can i find this?

    Again Naval, many many thanks for your help,

    Simon
    www.floraflare.com

  16. #16
    Si Carey's Avatar
    Si Carey is offline Corporal
    Join Date
    Jun 2007
    Location
    Guildford, Surrey, England
    Posts
    11

    Default Re: User>Index Page>ext. website...Is Possible?

    hi, can anyone advise on this please?
    www.floraflare.com

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

    Default Re: User>Index Page>ext. website...Is Possible?

    If the form is on your site, you don't really need to do anything. The form will send the info directly to them, and will land to a thank you page that usually is on their site .

    Sorry, but i just can't understand what / where your problem is.

    As for the error messsage, look at their instructions to see what method their script requires, though it seems strange not being POST.
    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