how do i get more than 1 variable output to the form on a single line

M

Mike

this is how the results of the input are received in the email by me

City : = Santa Rosa
State/Prov : = California
Zip/Postal Code : = 95403


how do i get these results to be sent by the form to

a) eliminate the annoying " = "

and / or

b) to display all 3 values on a single line ? thus

City : Santa Rosa State/Prov : California Zip/Postal Code : 95403

or even thus

Santa Rosa California 95403


Reply To : (e-mail address removed)
 
D

David Berry

You would have to something other than the FrontPage Forms handler.
Server-side scripting, like ASP, would allow you to customize the look of
your email
 

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