Contact Form Page

  • Thread starter Thread starter Carol V.
  • Start date Start date
C

Carol V.

How do I get the Field of the contact form page to line up in a column? Do
I just have to visually move the field name til the field lines up with the
one above it? Hope I am making myself clear. Here is an example of what I
want.

field name: (field)
field name xxx: (field)
field name x: (field)
 
Use a 2-column table. One column for the lable, one for the form element,
and set the alignnment as you wish.

Bob Lehmann
 
OK. Tried that, but for some reason the lables are not lining up with the
fields. The labels are a bit higher. Do I have to do each lable/field in a
separate row? How will that affect the form?
 
OK. I tried doing each field in a new row. They line up beautifully like
that, however the "form" does not recognize the fields. It only recognized
the last field that is in the same cell as the submit button.

For now I left it as it was and just visually lined up the fields.
 
The table must be in the form. I usually do this by placing the insertion
mark to the left of the submit button, press enter, insert table.

For now, copy your table to the clipboard, place the insertion mark to the
left of the submit button, press enter and paste the table.
 
Thanks. Will try that.


Chuck Davis said:
The table must be in the form. I usually do this by placing the insertion
mark to the left of the submit button, press enter, insert table.

For now, copy your table to the clipboard, place the insertion mark to the
left of the submit button, press enter and paste the table.
 
Thank You. It worked perfectly.


Chuck Davis said:
The table must be in the form. I usually do this by placing the insertion
mark to the left of the submit button, press enter, insert table.

For now, copy your table to the clipboard, place the insertion mark to the
left of the submit button, press enter and paste the table.
 
Back
Top