I want people to leave there name too!!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

As you can probably tell from my question, im very new to this game.
I am wanting to put a feedback form on my site, but would like people who
actually leave feedback, to have a sepreate box where they put there name in
first (or some form of username), and then go to the next box where they can
put the comment (does that make sense?). I cant seem to figure this one out
:-(
 
If you're talking about the feedback "wizard" form I don't know you can
change it or add fields; but you can make up your own form with whatever
fields you like as per the above procedure.

Insert a form on your page Insert(menu) > Form (option) > Form (sub-option).

Then

Insert a form field textbox type called "name"......Insert > Forms >
Textbox.

Insert another text box called "Email"

Insert a Text area called "Comments".....Insert > Forms > Textarea.

Double click each field to get to the properties and type in the "name" for
each field.

Right click within the form and set the email address where you want the
feedback sent.

Publish the form to a server running the FP extensions - you need to check
with yourhost that they have the email-transport component enabled.

I believe that's what you're after?

The above procedure will not put the user's email address in the "From"
field in the email window when you read a new message - since it is
technically the server sending the email not the user. So it will say as
the subject "Form submission from www.youorsite.com" (or similar). I forget
if you can customise the subject line or not whenusing the form handler in
frontpage.
 
Back
Top