How do I usomize the "Articles" that are posted (not confirmation

A

Alexandra

Hi all. If somebody can help me, how do I change areticles posted to look
like my confirmation page so that everything is laid out how I set it up, not
in a row like thisbelow:

Article 3

name: Test
date:
length:
build:
private:
charter:
how_many_crew:
flag:
current_location:
itinerary:
Name_Of_Contact:
Contact_Title:
Phone_1:
Fax:
Billing_Name:
Phone_2:
Address_1:
Email_Address:
Address_2:
City_State_PostalCode:
Country:
Contract_Sent:
Saved:
Position1:
Team1:
Perm_or_Temp:
Live_Ashore:
Start_Date:
M_F:
Smoke:
Nationality:
Visa:
STCW:
License:
Ticket:
salary:
Position2:
Team2:
Perm_or_Temp2:
Live_Ashore2:
Start_Date2:
M_F2:
Smoke2:
Nationality2:
Visa2:
STCW2:
License2:
Ticket2:
Salary2:
DateA:
NameA:
PositionA:
ContactA:
ContactedA:
InterestedA:
DateB:
NameB:
PositionB:
ContactB:
ContactedB:
InterestedB:
DateC:
NameC:
PositionC:
ContactC:
ContactedAC:
InterestedC:
DateD:
NameD:
PositionD:
ContactD:
ContactedAD:
InterestedD:
DateE:
NameE:
PositionE:
ContactE:
ContactedAE:
InterestedE:
open:
closed:
hold:
placed:
nameofplacement:
permdate:
salarya:
tempdate:
finishdate:
salaryb:
Remote Name: 68.230.151.216
Date: 16 Dec 2005
Time: 10:15:31 -0500
Comments
 
J

Jens Peter Karlsen [FP-MVP]

Write your own form handler in ASP(.net) or PHP.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
R

Ratatooie

In summary;

Make a thank you page with your tables and images and such.

In the page, add the "form results" component for each field.

Name the component the same name as the field name from your form.

Point the form "confirmation page" in Advanced form properties to your newly
created thank you page.

Fill out the form and test. The data the user enters will be displayed with
the HTML wrapper including your CSS and other formatting.
 
Top