Publisher SUBMIT properties

Ask a Question related to Web Design, Design and Development.

  1. #1

    Default Publisher SUBMIT properties

    I have justed managed to get one of the data retrieval
    system options working for Publisher with my www server.
    I'm not used to cgi but finally worked out how to use the
    cgiemail script available on my web host server to link
    with my form submission.

    So now I'd like some help with the two other options:
    Save the data in a file on my web seerver
    Send data to me in e-mail.

    With both options I get an error.
    I created a WEBBOT-SELF subdirectory on the server and in
    both cases I get sent to the subdirectory but no further.

    Any help would be much appreciated
    Colin Guest

  2. Similar Questions and Discussions

    1. Using Picture It-Publisher 2001 web designs in Publisher 2002?
      I have Publisher 2002 installed along with Picture It 2002 but would like to use a Web format design that I saw on a friends computer with Picture...
    2. form created with publisher not redirecting email upon submit
      Created a simple five box form to compliment my site and posted to the internet. After you click the submit button, an error page is displayed. Any...
    3. linking multiple Publisher files within a website (Publisher 2000)
      I took David Bartosik's advice (http://www.davidbartosik.com/pub2k/pub2k_6.htm) and split a lengthy web page into separate files. I have uploaded...
    4. Adding Publisher Newsletter to Publisher Website
      I have a newsletter created in Publisher that I want to add to my website (which is also created in Publisher). What is the best way to do this...
    5. Publisher cant open publisher files created in same version of Publisher
      Publisher won't open the web pages created in the same version of publisher. Can anyone help? I have saved it separately as a HTMP files so I can...
  3. #2

    Default Re: Publisher SUBMIT properties

    If you are using CGI instead of FrontPage Server extensions then webbot is
    irrelevant.
    Are you not wanting to use the server extensions functionality or does or
    host not support them?

    --
    David Bartosik - MS MVP
    for Publisher help:
    [url]www.davidbartosik.com[/url]
    enter to win Pub 2003:
    [url]www.davidbartosik.com/giveaway.aspx[/url]


    "Colin" <anonymous@discussions.microsoft.com> wrote in message
    news:1e37901c4551c$a6fe85c0$a501280a@phx.gbl...
    > I have justed managed to get one of the data retrieval
    > system options working for Publisher with my www server.
    > I'm not used to cgi but finally worked out how to use the
    > cgiemail script available on my web host server to link
    > with my form submission.
    >
    > So now I'd like some help with the two other options:
    > Save the data in a file on my web seerver
    > Send data to me in e-mail.
    >
    > With both options I get an error.
    > I created a WEBBOT-SELF subdirectory on the server and in
    > both cases I get sent to the subdirectory but no further.
    >
    > Any help would be much appreciated

    David Bartosik - MS MVP Guest

  4. #3

    Default Re: Publisher SUBMIT properties

    Thank you for your quick response David.
    I did not intend using cgi, but since NONE of the three options attached to
    the SUBMIT button worked (Publisher Help doesn't help) and it wasn't easy to
    get specific help by some luck and a lot of trying I was able to make the
    'use a program from your ISP' work.
    I am not familiar with FrontPage extensions or how they work, but I do know
    that the web server has them installed for me to use - if I knew how. All I
    know is that when I follow the instructions within Publisher I stop at a
    WEBBOT-SELF error.
    Also when selecting 'send data to a file', the default name is
    FORMDATA.HTM - what form should this file take to accept the data and WHERE
    should it be directed?

    So I get so far and everything halts. I don't want to get further bogged
    down in questions of whose responsibilty it is to help - Microsoft or a
    third party but it seems to me that since many people using Publisher to
    publish to the Web will encounter these problems. SOME sort of answer or
    even hints (examples of settings that have worked for others) would finally
    help me to get moving and better use the software.

    What I WANT to do is have data submitted to my site that accumulates on a
    single file if necessary rather than have individiual emails sent. The
    ideal would be then for that data to be interfaced with some form of
    database for easy searching either at the server or at home by a way of
    linking the data to Access.

    Your thoughts please
    Colin



    Publisher uses FrontPages's form processing components (web-bots) and the
    FrontPage server extensions for the server side processing. This is covered
    on the FAQ - [url]www.davidbartosik.com/faq.htm[/url] ( I recommend bookmarking it )

    For a more in depth look refer to
    [url]http://www.davidbartosik.com/pub2002/pub2002_22.htm[/url]

    As stated in the FAQ using a form in Publisher is really very simple as long
    as the following steps are taken...
    1. design the form.
    2. set the form's processing properties.
    3. have FP extensions installed.
    4. publish the web in the http protocol.

    99% of customer form failures are due to 1 of only 2 things... either FP
    server extensions are not installed or the web was not published in http.

    I recommend you review my upload tutorial on [url]www.davidbartosik.com/ppt.htm[/url]
    for discussion of http publishing.

    As for using a data file, I've not known anybody that used that, it's always
    an email that's used. If an .htm file is the default value I'd assume that
    is so you can view the data online. I'm sure you can change the actual name
    as you'd desire. I'd also assume that other file formats are supported.
    Since this is the FP server extensions we're talking about doing the work I
    would suggest you visit the FrontPage forum at
    microsoft.public.frontpage.client if you'd want to inquiry as to what file
    formats the server extensions support. I myself would guess they support
    writing standard file formats like .csv and .txt, a .csv you could import in
    Access easily enough. Since the server extensions are a Microsoft product I
    could hazard to guess they might also support Office product extensions. And
    there's no harm in testing...for example... set it to mydata.xsl for
    example, load it, submit some data and log into the server and see if you
    got a valid Excel file.


    --
    David Bartosik - MS MVP
    for Publisher help:
    [url]www.davidbartosik.com[/url]
    enter to win Pub 2003:
    [url]www.davidbartosik.com/giveaway.aspx[/url]






    David Bartosik - MS MVP Guest

  5. #4

    Default Publisher SUBMIT properties

    Also trying to get form data via email..
    I am also having problems with the --WEBBOT-SELF-- error,
    and publisher has no help for this.
    All it says is to make sure that your server will support
    FrontPage extensions 3.0 or higher(my server is running
    5.x).
    Have you tried Microsoft? My ISP is not helpful either..
    Sorry I couldn't help.

    >-----Original Message-----
    >I have justed managed to get one of the data retrieval
    >system options working for Publisher with my www
    server.
    >I'm not used to cgi but finally worked out how to use
    the
    >cgiemail script available on my web host server to link
    >with my form submission.
    >
    >So now I'd like some help with the two other options:
    >Save the data in a file on my web seerver
    >Send data to me in e-mail.
    >
    >With both options I get an error.
    >I created a WEBBOT-SELF subdirectory on the server and
    in
    >both cases I get sent to the subdirectory but no further.
    >
    >Any help would be much appreciated
    >.
    >
    Cory Guest

  6. #5

    Default Re: Publisher SUBMIT properties

    Have you reviewed this forum for the numerous responses I've made to this
    issue, or the FAQ page at [url]http://www.davidbartosik.com/faq.htm[/url] ?

    Basically it's a simple two step process, 1- have FP extensions on your
    domain, 2-upload in http protocol.

    --
    David Bartosik - MS MVP
    for Publisher help:
    [url]www.davidbartosik.com[/url]
    enter to win Pub 2003:
    [url]www.davidbartosik.com/giveaway.aspx[/url]


    "Cory" <anonymous@discussions.microsoft.com> wrote in message
    news:2276401c45d32$18adfc60$a401280a@phx.gbl...
    > Also trying to get form data via email..
    > I am also having problems with the --WEBBOT-SELF-- error,
    > and publisher has no help for this.
    > All it says is to make sure that your server will support
    > FrontPage extensions 3.0 or higher(my server is running
    > 5.x).
    > Have you tried Microsoft? My ISP is not helpful either..
    > Sorry I couldn't help.
    >
    >
    > >-----Original Message-----
    > >I have justed managed to get one of the data retrieval
    > >system options working for Publisher with my www
    > server.
    > >I'm not used to cgi but finally worked out how to use
    > the
    > >cgiemail script available on my web host server to link
    > >with my form submission.
    > >
    > >So now I'd like some help with the two other options:
    > >Save the data in a file on my web seerver
    > >Send data to me in e-mail.
    > >
    > >With both options I get an error.
    > >I created a WEBBOT-SELF subdirectory on the server and
    > in
    > >both cases I get sent to the subdirectory but no further.
    > >
    > >Any help would be much appreciated
    > >.
    > >

    David Bartosik - MS MVP 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