Secure Form processing

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Secure Form processing

    After a user clicks the submit button on an order form, I am unable to get the
    redirect specified in the form to go to a secure page. This causes the IE
    warning to come up saying you are entering a non secure page.

    I tried using the method i used to make the order page secure, which is to
    have the link to the order page go to [url]https://www..../page[/url],
    but the redirect to a thanks page specified in the form will not work right if
    I type that in. It will only work properly if I use the name of the form,
    /Thanks.html.

    Anyone know the solution? People think they have just ordered from a non
    secure site.

    Thanks.

    Ron

    roncrit Guest

  2. Similar Questions and Discussions

    1. DW MX - Extension for Form Processing?
      Hello, I'm back on DW MX after a break from it. And in a way, I'm addressing here the crux of why I had to go back to Frontpage for a while. In...
    2. Form Processing Applications
      I have not had much experience with forms processing, but need to build one for a site. I saw a link to Kmita-mail (http://www1.kmita-mail.com/)...
    3. secure form on a non-secure page -> how?
      Perhaps not PHP specific, but: Both http://www.bankofamerica.com/ and http://www.bankone.com/ have account login forms on their non-secure main...
    4. Form Processing
      Hi, I am designing a basic email form using Dreamweaver and the checks are successful. Does Dreamweaver have any functionality to enable me to...
    5. More form processing
      Hey folks, I need some of your expertiese again. I am creating a survey form and need some help gathering the results of a question that has...
  3. #2

    Default Re: Secure Form processing

    Keep the link from the form processing script to the thank you page document
    relative and do not include the https: and then create a link from the thank
    you page back to your main site with a fully specified address including the
    http://

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "roncrit" <webforumsuser@macromedia.com> wrote in message
    news:d0a1e9$aqq$1@forums.macromedia.com...
    > After a user clicks the submit button on an order form, I am unable to get
    the
    > redirect specified in the form to go to a secure page. This causes the IE
    > warning to come up saying you are entering a non secure page.
    >
    > I tried using the method i used to make the order page secure, which is
    to
    > have the link to the order page go to [url]https://www..../page[/url],
    > but the redirect to a thanks page specified in the form will not work
    right if
    > I type that in. It will only work properly if I use the name of the form,
    > /Thanks.html.
    >
    > Anyone know the solution? People think they have just ordered from a non
    > secure site.
    >
    > Thanks.
    >
    > Ron
    >

    Paul Whitham TMM Guest

Posting Permissions

  • You may not post new threads
  • You may 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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139