guestbook

J

Joe Rogers

I've created a guestbook and have a 'guestlog.htm' file. My question is: how
do I create a 'read my guestbook' page and where do I link it to? If that
makes sense

Joe
 
B

Binu B.K

Guest book is usually form with text boxes. Basically when you submit a
form by clicking on the Form submission button, by default the submitted
data will go directly to '_private/form_results.csv. '

do the following after designing your guest book

1. The _private folder is a protected folder, so users will not be able to
browse to this folder .To override this behaviour ,change form results
path to a page in root folder.
a. To set the form results path, right click on the form -> form
properties
b. In the File name: text box type in guest_data.htm( provided you
already created a guest_data.htm page )
c. Create a link TO this guest_data.htm in the form page, give a name such
as "View my guest book"

2. done, browse to the form page, submit the data, click on "return to the
form" link , now click on view my guest book
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top