Page 6 of 9 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 89

Thread: php to self populate existing form

  1. #51
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,921
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    I have now changed the form to show the address of the image part.

    There do not seem to be any Gmail problems - fingers crossed.

    Check it out to destruction here...


    ...then you can tell me what needs to be changed, if anything, and I
    will prepare an attachment of the amended files used and also some
    installation instructions.

    It will keep you busy for quite a while.

    coothead
    ~ the original bald headed old fart ~

  2. #52
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Hi,
    Ive sent a few forms and all is fine,thanks very much.

    I am now happy with the way it works.

  3. #53
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,921
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    check out the attachment for your product order form.

    Let me know if you have any installation problems.

    coothead
    Attached Files Attached Files
    ~ the original bald headed old fart ~

  4. #54
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Hi,
    I have done as advised,thanks very much.

    With regards to this file, partNumber.js this is to be placed in the "js" folder
    I see all my other js files are within a sub folder so if the above file is placed into a sub folder called orderform is it just a matter of updating one line of code somewhere to reflect this or does it get deeper involved and just leave it as you have advise.

    Thanks for your time.

  5. #55
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    HI,
    Another question.
    You mention that you have done accbmw file.
    On that page in question http://www.theremotedoctor.co.uk/acc...llto=selection
    I can click on any of the item under ITEM SELECTION then when i click on CLICK TO ORDER i am taking to the old order form ?

    Please check it at your end and F5 this end etc made no difference.

    Thanks

  6. #56
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Pc crashed,please wait until i restart and try again

  7. #57
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,921
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    With regards to this file, partNumber.js this is to be placed in the "js" folder
    If you want to make a sub folder for it, you can if you prefer.

    Personally, I can see no god reason to do this.

    You did not put each HTML file in a sub folder, did you?.

    Also note that this page...


    ...is working as expected for me - ( of course, I can't test whether it will submit successfully ).

    coothead
    ~ the original bald headed old fart ~

  8. #58
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,921
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    I missed a "jotform" in the "order-form.html" - ( nothing to do with the submission ).

    The code on line #364 of the file...

    Code:
    
    <a href="http://form.jotformeu.com/form/70306109032341">
    ...needs to be changed to this...

    Code:
    
    <a href="form-web.html">

    coothead
    ~ the original bald headed old fart ~

  9. #59
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    OK
    I am back.
    I have put the js file in a sub folder just to keep it like the others.
    I assume the order-form.html file at line 407 is the only place that i do the following,correct ?

    From,
    Code:
    <script src="js/partNumber.js"></script>
    To,
    Code:
    <script src="js/orderform/partNumber.js"></script>

  10. #60
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,921
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    yes, that is correct.

    I have noticed another minor error on line #275 of the "accbmw.html" file.

    This code...

    Code:
    
    <a href="http://www.theremotedoctor.co.uk/form-mobile.html">
    ...should be changed to this...

    Code:
    
    <a href="form-web.html"

    coothead
    ~ the original bald headed old fart ~

Similar Threads

  1. Using Buttons to Populate Form Fields
    By Migey in forum JavaScript
    Replies: 5
    Last Post: 09-20-2012, 03:11 PM
  2. Populate a form using a database.
    By griffinwebnet in forum PHP
    Replies: 2
    Last Post: 07-21-2011, 09:59 PM
  3. having php form data populate SQL database
    By kairick in forum MySQL and other databases
    Replies: 0
    Last Post: 06-29-2010, 11:11 AM
  4. Populate form form MySQL data
    By Rob (SA) in forum MySQL and other databases
    Replies: 13
    Last Post: 04-18-2009, 10:48 AM
  5. Form Lookup with Auto populate
    By chilldude in forum PHP
    Replies: 2
    Last Post: 04-17-2009, 02:18 PM

Bookmarks

Posting Permissions

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